Anzeigen der neuesten Beiträge
0 Mitglieder und 3 Gäste betrachten dieses Thema.
+ dynamic templates system: templates can be placed in folder Template\newdoc and are handled automatically by menu "File - Create". If a filename has "_UTF8" then "UTF-8 no BOM" is used for template. 10+ templates added.+ named sessions system: + current session name is remembered/saved + session name is shown in the app caption: "{Session} file.ext - Synwrite" + cmd "File - Save session" renamed:"Save session as..." + cmd "File - Save session" added + cmd "File - Recent sessions" + cmd "File - Close session"+ cmd "Find string from clipboard"+ opt colors for gutter's "Line changed" indicator+ drag&Drop for tabs (not between views)+ commands "Edit - Blank operations - ......"* Left/Right keys on selection: work like in other text-eds+ Find in files: button "Browse for file"+ Find in files: filemask containing space can be entered quoted+ hotkeys "Tabs -- Activate tab #1...#10"+ auto-complete files (HL\*.acp) may have "#chars" directive: it specifies word chars for ACP file (used in C#, Java, PHP, AHK)+ Output pane can be docked to the right/left+ status bar shows selected column count+ Scheme lexer: tree, folding+ ext. tool preset for C#- fix: SynSpell.ini was in wrong folder- fix: Find in files: root dir "N:" can be entered- fix: Find dlg: Alt+Down, Ctrl+Z work now- fix: horz-ruler for C/C++ lexers- fix: FoxPro lexer tree- fix: duplicates now removed from tool's output only for Pascal
NEW: [features/enhancements] +New version of CodeBrowser plugin (bug fixes for Python, XML, HTML) +New version of Launch (configurable line buffering, bug fixes) +Update all translations with current launchpad.BUG FIXES: +Fix error that could occur when selecting text in some environments under certain cases. +Fix crash that could occur during shutdown during page load. +Fix crash that could occur when trying to retrieve binary data from clipboard to update clipboard ring. +Fix crash that could happen when replace in selection action finds no matches. +Fix crash that could occur when starting Editra again immediately after closing another running instance due to zombie IPC thread. +Fix crash that could occur in vi emulation due to bad command mapping. +Fix crashes that could occur when loading plugins that throw errors during creation. +Fix crash when system fails to return control reference when print is requested. +Ensure requested locale is available prior to trying to create it. +Fix incorrect line getting deleted by line delete action with some encodings.