EControl
- unFrame.pas:
in IDE clear the TextSource.ControlSite, or app will show
"Control has no parent window".
- codepage convertion for Select Char popup.
File.
- code for "Autocomplete -- Show list even when no items are filtered".
File.
- handle Unicode filenames in editor.
File.
- correct word jump (Ctrl+Left/Right like in Notepad++).
File.
- don't remove "non-breakable space" at line ends.
File.
- code for option "Show CR/LF chars" for "Show non-printable".
File.
- replace tabs--spaces in tree.
File.
- allow Tab key in Template popup.
File.
- center caret (if needed) on Tree nodes clicking.
File.
- allow Tab key in "Char Table" popup.
File.
- code for "Go to last marker" cmd.
File.
- strip code for WM_GETTEXT msg.
File.
- make window updated on PgUp/Dn holding, and on scrollbar thumb dragging.
File.
- patch for MiddleMouseBtn scroll like in browsers.
File.
- add <date:nnnnnnnn> macro to Code Templates.
File.
- fix double-click on "-------" string.
File.
- fix black editor on progress operations.
File.
- add property to macro recorder.
File.
- fix for lexer-library filename saving.
File.
- add custom commands to default KeyMapping:
File.
- add horizontal scroll by Shift+MouseWheel.
File.
- patch for pasting blocks on Unix/Mac files:
File.
- count '()[]' as word-chars too, for word-wrap calcuations:
File.
- patch to always hilite BG of selected line-ends, report:
File.
- patch to init file-name field of Export (Save as) dialog of lexer library:
File.
- patch which adds OnShowHint event to TSyntaxMemo (needed to show image files preview):
File.
- fix for unintended line wrap at 256 column:
File.
- trim leading/trailing spaces in tree.
File.
- patch for new property SelectModeDefault.
File.
File2.
File3.
File4.
- fix to correctly expand tabs on code-template insertion.
File.
- patch to focus editor on adding code-template.
File.
- fix for non-working sel-block dragging, after opening 2+ files in SynW at once.
File.
- patch implements "Keep caret on paste" option.
File.
- make variable-horz-scrollbar always visible (not hidden when not needed):
File.
- support for indentation-based folding, e.g. in Python lexer:
File.
File.
- support for macro-recording of Find/replace actions:
File.
- add property TSyntaxTreeView.UpdateDelay:
File.
- add property THyperlinkHighlighter.SingleClick:
File.
- add event OnGetGutterBandColor:
File.
- fix for freeze on pasting big blocks with Tab char:
File.
- disable block-staples for Zoom<75% (needed to fix bug: staples drawn incorrect with mini-map shown).
File.
- allow Chr(11), Chr(12) entering into text (using CharPopup).
File.
- patch adds properties NonPrintedSpaces, NonPrintedEol, NonPrintedEolDetails.
File.
- patch fixes macro recording\playing of smGotoXY command (click and Shift+click on editor):
File.
- patch: dbl-click spaces selects all spaces (like Notepad++, Hippoedit):
File.
- fix to consider option "Optimal fill" when auto-close rule works in XML lexer:
File.
- patch for AutoComplete popup, handle Up/Down keys when pressed at listbox beginning/ending:
File.
- patch to make SyncEdit operate ok on PHP vars: "$name":
File.
- add property for "Mark selection start/end" cmds:
File.
- patch to correctly copy/paste column blocks:
File.
- patch to correctly PageUp/PageDown for partially visible last line:
File.
- some patches to ecSyntMemo.pas:
File.
- patch for naming default HTML-export file:
File.
- patch to remove trailing tabs (like spaces).
File.
- patch to support keys both Ctrl+1 and Ctrl+Num1.
File.
- patch to use lexer-under-caret for BlockComment/BlockUncomment.
File.
- add ecSyntPrinter.FontText.
File.
- other mousewheel handler.
File.
- add option soSimplifiedUndo.
File.
- patch to public FormatRanges.
File.
Fundamentals
- enables quick mass replace for non-regex mode.
File.
- fixes case-insens search for Widechars (if code>=$80)
File.
Python4D
- fix:
File.
DKLang
- fix: additional forms instances (2+ objects of same class) not translated.
File.