Welcome,
Guest
. Please
login
or
register
.
September 07, 2010, 08:32:06 am
HippoEDIT - Programmers text editor
General Category
Beta Version Test
Released
(Moderators:
alex
,
Stefan
)
Beta 1.42
« previous
next »
Pages:
[
1
]
Author
Topic: Beta 1.42 (Read 1431 times)
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Beta 1.42
«
on:
February 01, 2009, 07:10:20 pm »
Version 649:
New
. Automatic Crash Dump generation when exception happens in HippoEDIT. In case of crash, editor dumps current call stack, information about modules, zip this all, and opens dialog, where you can enter comments and send collected data to HippoEDIT support. Some problems still could not be catched, but this functionality should simplify finding bugs in all other situations.
New
. Uninstall Feedback option added to uninstaller. Propose to visit Uninstall Center and leave feedback. This is enabled by default.
New
.
Changed areas navigation
. New commands added for navigation between changed areas:
Edit.NextChangedArea, Edit.PreviousChangedArea, Edit.ListChangedArea
. Approprtiate menu entries added to Navigation menu.
Details...
.
Fixed
. Several bugs with print previewing fixed. Now wrap settings of document used, if wrapping on printing enabled (in print settings).
Fixed
. Manage Tool: items lost by draggin them outside of list.
Details...
.
Fixed
. Positions display fixed.
Details...
.
Fixed
. Now Scroll Info shows name of the scope from center of the current screen but not top.
Fixed
. Find dialog is moved out of the screen boundaries.
Details...
.
Version 637:
New
. Auto-Recovery for open and modified files added. Now if editor or system crashes and you have not saved your changes, they should be restored on next editor start. Enabled by flag in
Options->Editor
. Time interval to save can be adjusted in settings.xml
New
. Contrast ratio control. Checks that ration between text and background color in text editor is enough for comfortable reading. If it is not loke this, editor would try to adjust text color to keep contrast ratio as desiged. This can lead then to text color change. Useful in scenarious, then display of
Nesting Levels
used. Controlled by property in
Options->Color schemes
.
New
.
Portable mode
- Enabled as by command line parameter (--portable) as by xml setting in hippoedit.config (<general><Portable>true</Portable></general>). In this mode HippoEDIT would not create any temp files on exit (they are used to speed up loading of editor next time and for user file preferences)
Added
. Schemas for Fortran and Bash.
Added
. Jumping to first occurance of the word in current top level scope on
Smart Navigate
.
Fixed
. Now workspace is saved also after open/close of some document, in addition to save by timer.
Fixed
. Drawing bug on Full Screen mode. Not repained area at the bottom of the screen when only one file is open and
Auto-Hide tabs
used
Fixed
. Now state of the Full Screen toolbar also saved between session and toolbar would not auto shown if was closed by user. This preferences would be reseted after "Reset preferences" command form toolbar menu
Fixed
. Inconistance in image enumartions used for labels and text styles.
Fixed
. Code template word boundary issue
Details
.
Fixed
. Status bar tooltips problems.
Fixed
. Problems with incorrect position of the cursor in Find What field, when inserting regexp tags from helper menu in Find dialog.
Fixed
. Problems in
Go To Position
Dialog (entering of alpha characters and % probelms).
Fixed
. Problems with regular expression and search for \\n.
Fixed
. Displaying of speed results for search beautified to work also with msec.
Fixed
. Problem with indenting/unindenting of wrapped lines.
Version 628:
Fixed
. Escaping of the scope tags now works. Problem was found in TCL schema.
Fixed
. Crash on editing text before collapsed scopes (not on same line).
New
. Auto Code Templates added. See
Options->Code Completion->Auto Code Templates
. To simplify usage of the templates for standard language construction, HE can from this version automatically create templates from style definitions and scope tags (when this makes sence). Auto Templates are shown in the list of the templates for syntax, but not saved until changed. As far user have changed description or text for auto template, it would be converted to user template and saved. User template has priority over auto templates, and so, auto template would not be created, if user template with same key already exist
Version 626:
Fixed
. Not possible to enter tab in beginning of the line
Details...
Fixed
. Hotspot link is not navigatable
Details...
Fixed
. Enhancements for outlining parsing, to check
strict
property of scope and levels. This solves problems when outer scope by mistake closed in nested scope.
New
. Nesting Levels. New visual property for view to see nesting level of scopes in code. Can be enabled in View->Editor->Nesting Levels. Color is defined in desource_spec.xml, so by default, you can use it in PHP or JavaScript, but not in HTML.
New
. Preview of the expanded template tag in completion list description added.
Details...
Fixed
. Invisible characters removed from the template names in completion list.
Details...
New
. Keyword property
descr
. Allows you specifiy details for keyword, displayed on hovering or by request, when QuickInfo (Ctrl+Shift+Space) called on some keyword. Dont forget also about pattern property: with it you can specify, how keyword should be inserted by code completion. You can also use template tags inside. %CurerntWord% tag in this context mean keyword text.
Details...
Version 623:
Fixed
. Problem with indent/unindent
Details...
Fixed
. Once more fix for
End-Of-File
.
Details...
New
. Syntax schema for Clipper with code and file templates added to installation.
Fixed
. Colors definitions for XML.
Version 622:
New in XML schema
. Style property
first_pos
as alternative for
start_pos
used in definition of the
Block
, when you wont to specify first non white space position in the line. start_pos is absolute, and count all symbols. Can be used, for example for specifing comment style starting if found on before any non-white space character (inno_spec.xml).
New in XML schema
. New definition for style -
Word
, in addition to
Keyword
and
Block
. It catches any
word
(continues group of symbols from
Words
node in
Specification
) which meet defined conditions. Conditions can be
lead_with
or
trail_with
.
lead_with
- word leaded by character sequence (case sensitive).
trail_with
- word trailed by character sequence (case sensitive). You can have mor then one
Word
definition, in
Words
aggregation inside style.
Word
definitions are inheritable and working as OR condition. To have AND condition you can use lead_with and trail_with in same Word definition.
In addition to usage of
lead_with
or
trail_with
in Word definition, you can also use it in
Keyword
definitions. Or placing them on aggregation level (Keywords node) ot for every Keyword node. The logic for lead_with and trail_with is same as for Words. As example can be checked xml_spec.xml. BTW this extension helps to define normal syntax highligting rules for XML.
Just have noticed, that I have not updated colors in xml_spec.xml for Attribute and Node styles (new). So they have them as before. Would come with next beta or can be changed in settings.
New
. Added
OpenFiles
and
OpenFilesInteractive
template tags.
OpenFiles
inserts list of open file pathes,
OpenFilesInteractive
does the same but brings dialog with list of open files where you can adjust list by selecting/deselecting items
Details...
Fixed
.
InteractiveFile
template tag, does not allow to select multiple files
Details...
Fixed
. Ctrl-N off a file yields a new Untitled file with the same extension but once
Details...
New
. New functions for toolbars (
None But Main
,
All
,
None
,
Reset Preferences
).
Reset Preferences
- resets user preferences to allow automatic toolbar behaviour (show/hide on frame switch etc)
Details...
Fixed
. User preferences for toolbar visibility not stored between sessions
Details...
New
.
Auto-Hide menu
function. When enabled main menu behaves like in IE7. Normally it is hidden, but shown after pressing left Alt Key and closed after executing action in menu or exit form tracking mode
New
. Shortcut to show/hide main menu (by default Alt+F10) for cases when user hides all toolbars and menues.
Details...
Fixed
. The menu is open (not only activated) on release of Alt key.
Details...
New
. Now it is possible to draw separators for header and footer on printing (optional). Enabled in Options->Print->Page Layout
Fixed
. Fixed bug when sometimes fonts are very small on printing
Fixed
. Added support of default titles for syntax Context Help items and fixed changing of the already existing title on command change.
Details...
New
. Auto-Word wrap is disabled for files bigger then N megs for improving performance on loading big files. Controlled by XML parameter General->WordWrapLimit value in settings.xml. Default is 2048 Kb. 0 - disable.
Details...
Version 620:
Fixed
. Error in
Replace All
in files
Fixed
. Corrected problem of the screen redraw on page up/down, when
show white space
is on
Fixed
. Problem with printing with word wrap on, when last char was cuted
Details...
Fixed
. Problem with corrupted fonts on printing when line spacing with type
Exactly
, and
At Least
used
Details...
Fixed
. Limitation of 33 chars in Quick Find search filed removed
Details...
Fixed
. Now Quick Find also remember last search queries done in the same session
Details...
Fixed
. Workspace is not created in the root folder any more, if not found, but in the location of old file
Details...
Fixed
. Now Alt Grey key can be used for typing symbols
Details...
Fixed
. The main menu and windiw title bar correctly shown after returning from Full Screen in maximized mode
Details...
Fixed
. Template tag
InteractiveFile
now supports multi selection of files
Details...
Version 617:
Fixed
. Document coud not be saved with
Keep file locked while editing
flag
Fixed
. Document is saved partially if
Cancel
selected in encoding check popup during save
New
. Code templates now can be shown in
Completion List
box. Controled by flag
Options->Code Completion->Show in completion list->Code Templates
New
. Command to show menu with available code templates -
Edit.ShowTemplates
.
Fixed
. HippoEDIT hangs randomly during editing.
Fixed
. Logic for auto selecting case for
Case Correction
when Keep As Typed selected adjusted. Now if Case of typed characters same as in suggested word, case is not corrected. For example, if suggested
HippoEDIT
, when if you type
Hi
prevously was inserted Hippoedit (capitalize), no inserted HippoEDIT
Removed
AutoUndo on Backspace
this functions brings more problems then benefits.
New
SmartTab
now works also if tab pressed in middle or end of the line. In this case passing indent searched throug previous lines
Fixed.
Crash on double click on incomplete scope tag.
Fixed.
Schemas for Basic and PHP.
Version 610:
Fixed
. Problem with last line scrolled to top of the editor window, after reopening of the file saved with cursor position in
End-Of-File
.
Details...
Fixed
. Speed of replacing of wrapped document optimized. Now should be the same as for non-wraped document. Optimization done for
Replace in Document
,
Replace in Selection
and
Replace in Open Document
Fixed
. Stop button now should work as for
Replace in current document
as in
Replace in files
with
Keep modified files open
set.
Fixed
. Several problems during opening/saving files with non automatic encoding. Encoding was not always applied correctly.
Fixed
. File encoding is not stored between sessions.
Fixed
.
Easy Line Copy
flag not saved.
Version 608:
Fixed
. Exception on search with incorrect regular expression.
Details...
Fixed
. Status bar now shows complete expanded command line (with replaced tags and environment variables) when hovering over tool item in toolbar (not in tooltip)
Details...
Fixed
. Wrong value of current line number and current column number (one less)
Details...
Fixed
. Now, if multiline text is pasted into
Find What
field in Search dialog, not only line breaks are replaced by appropriate escaped symbols, but also all regular expression reserverd symbols, found in text.
Fixed
. Multi editing now can back space and delete with empty multi line selection. Delete now reduce selection to 0-width, instead of complete remove.
Details...
Fixed
. Document no correctly scrolled to visible area after switching on Word Wrap and cursor position is at the end of long line
«
Last Edit: January 09, 2010, 04:03:33 pm by alex
»
Logged
HippoEDIT team
http://www.hippoedit.com/
Stefan
Administrator
Hero Member
Karma: +6/-0
Offline
Posts: 684
Re: Beta 1.42
«
Reply #1 on:
February 03, 2009, 10:19:33 pm »
> Now, if multiline text is pasted into Find What field in Search dialog,
> not only line breaks are replaced by appropriate escaped symbols,
> but also all regular expression reserverd symbols, found in text.
It took for me some time to understand this, but now i get it.
I have this text:
Test + Test
to [understood]
3 * 4 = 12
After copy and paste this in find-dialog i get there:
Test \+ Test\r\nto \[understood\] \r\n3 \* 4 = 12
AHA
Logged
Stefan, HippoEDIT beta tester (HippoEDIT News On Twitter:
http://twitter.com/hippoedit/
)
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Beta 1.42
«
Reply #2 on:
February 06, 2009, 12:07:47 am »
Yes, and regular expressions should be switched on.
Logged
HippoEDIT team
http://www.hippoedit.com/
Arthur
Hero Member
Karma: +1/-0
Offline
Gender:
Posts: 597
He who is ashamed of asking is afraid of learning.
Re: Beta 1.42
«
Reply #3 on:
March 31, 2009, 07:37:38 pm »
Greetings!
Well, I have to report that after upgrading to this new Beta version I have lost all my tools formerly found in Manage Tools
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Beta 1.42
«
Reply #4 on:
March 31, 2009, 08:43:49 pm »
Hi Artur,
can you tell me for which syntax they were belonging?
I need to check.
Normally user files are not overwritten. But you can check for *.old files in you data directory. It should contain old settings.
Logged
HippoEDIT team
http://www.hippoedit.com/
Arthur
Hero Member
Karma: +1/-0
Offline
Gender:
Posts: 597
He who is ashamed of asking is afraid of learning.
Re: Beta 1.42
«
Reply #5 on:
March 31, 2009, 09:50:59 pm »
No .old files at all; they were CSript, ISQL and perhaps CS. Those are for VBScript, SQL Server and C# respectively.
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Beta 1.42
«
Reply #6 on:
April 01, 2009, 03:30:17 pm »
Hi Arthur,
could no reproduce this. If files were overwritten, *.old files should be created.
Can you reproduce this? Something like create a tool and do reinstall and check?
Best regards,
Alex
Logged
HippoEDIT team
http://www.hippoedit.com/
Arthur
Hero Member
Karma: +1/-0
Offline
Gender:
Posts: 597
He who is ashamed of asking is afraid of learning.
Re: Beta 1.42
«
Reply #7 on:
April 01, 2009, 06:07:25 pm »
How about next time a new beta becomes available?
Logged
alex
Developer
Global Moderator
Hero Member
Karma: +19/-2
Offline
Gender:
Posts: 1334
Re: Beta 1.42
«
Reply #8 on:
April 01, 2009, 08:41:29 pm »
Then it can be fixed only after 2 betas
Logged
HippoEDIT team
http://www.hippoedit.com/
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> General Discussion
=> FAQ
=> Feature requests and suggestions
===> Implemented
=> Add-ons, Tools, Plugins
=> Scripting, Scripts and Macros
=> Syntax Files
=> HippoEDIT vs Other text editors
=> Bug reports
===> Solved
=> Beta Version Test
===> Released
-----------------------------
Deutsche Unterstützung - German Support
-----------------------------
=> Allgemeine Fragen
-----------------------------
Русская Поддержка - Russian Support
-----------------------------
=> Общие вопросы
Powered by SMF 1.1.11
|
SMF © 2006-2009, Simple Machines LLC
Loading...