Commit graph

60 commits

Author SHA1 Message Date
Denis Bisson
c1c264b726 RMV: In the internal editor, remove the shortcuts from the form's TAction's. Being like that, they could not be removed at run-time. Now they can and remains configurable.
ADD: Still in internal editor, add "Alt+X" and "Ctrl+G" as default shortuts for "cm_FileExit" and "cm_EditGotoLine" respectively as they were the shortcut coded directly with the TAction directly in the form. The other shortcuts were already there.
RMV: Some images for TMenuItem were saved in the form itself. These have been removed since anyway we're referring to a TAction which has an index for a TImageList. It removed few lines from the form.
UPD: Dropped .lrt file for the internal editor form and replaced by new ".lrj" file.
2018-11-12 02:20:29 +00:00
Alexander Koblov
6221e270b0 FIX: Editor - show error when cannot write to file 2018-09-16 10:26:36 +00:00
Alexander Koblov
4514cf18f4 ADD: Editor - translation of replace query string 2018-09-07 21:26:14 +00:00
Denis Bisson
292b84b098 ADD: When launching internal editor configuration, the new options will be usable immediately in the last editor without having to close and re-launch it. It's not perfect, it be applied for all opened editors, etc. but at least, in the last one it will be usable immdiately. This will be useful in case we launch editor configuration from the editor itself and wants the modification take effect immediately without having to re-launch the edition of our file. 2018-08-26 20:56:50 +00:00
Denis Bisson
17cb1e60c6 ADD: Addition regarding internal editor options.
ADD: In internal editor, add option "Smart Tabs". It was always enable by default and with the option we'll be able to disable it.
ADD: In internal editor, add option "Tab Width". With the possibility to disable smart tabs, this option may now be useful in many cases.
2018-08-26 20:35:46 +00:00
Alexander Koblov
9300a1bef2 ADD: Editor - reload action 2018-03-31 21:50:18 +00:00
cordylus
282b92c712 ADD: Compare by content for files that are not directly accessible (archives, FTP, etc.) 2017-12-20 16:46:33 +00:00
Alexander Koblov
5df2c923a2 FIX: Bug [0001911] New File discards unsaved changes in currently open file 2017-09-05 18:34:13 +00:00
Denis Bisson
61ceb12f89 FIX: In built-in editor, preserve the status of the "Regular Expressions" checkbox in the "Search" dialog for the next search. When tweaking a regex to search what we want to target, it was annoying to keep re-checking it each time.
RMV: Remove dead functions "EditorKeyDown" and "EditorKeyPress".
2017-07-15 02:12:20 +00:00
Alexander Koblov
cfce069195 ADD: Editor load icons from icon theme 2017-05-21 09:53:06 +00:00
Alexander Koblov
f6288510dd ADD: Determine file type (i.e. syntax highlighter) by content 2017-02-25 14:56:57 +00:00
Alexander Koblov
0ac4584589 ADD: Load custom syntax highlighter (issue 0001393) 2017-02-25 11:55:25 +00:00
Alexander Koblov
7593a6eb1b FIX: Hotkeys in editor 2016-06-29 18:32:30 +00:00
Alexander Koblov
e492a715ff FIX: Workaround for bug [0001409] 2016-06-11 16:41:55 +00:00
meteu
2291c5cab5 ADD: new command for Editor: Find previous, assigned on Shift+F3 2016-03-01 21:15:17 +00:00
meteu
1ce2b54f48 FIX: Replace dialog not shown in Editor 2016-03-01 16:17:01 +00:00
meteu
b10f3e0a50 ADD: categories Editor,FindFiles in HotKeys
ADD: FunctionButtons panel now can be zoomed on Ctrl+Wheel
ADD: Dbl click in Options-HotKeys at unassigned hotkey show Add hotkey form
2016-02-27 15:27:07 +00:00
Alexander Koblov
69480f9ede UPD: Show editor options page from Editor 2016-01-22 22:44:00 +00:00
Alexander Koblov
b685c9e97f ADD: Some options to internal editor 2016-01-22 21:46:44 +00:00
meteu
af9cd94ca4 ADD: Ctrl+wheel in internal viewer (WARNING! Need uninstall/install component ViewerControl, rebuild IDE)
UPD: code of zooming
2016-01-21 16:16:19 +00:00
meteu
2268e75c0c ADD: Font size limitation control 2016-01-21 09:04:31 +00:00
meteu
471aee3b08 ADD: Zooming by Ctrl+Wheel in FilePanels and in internal editor 2016-01-20 20:10:27 +00:00
Alexander Koblov
db5cb3beba UPD: Prepare FPC 3.0 support 2015-10-23 19:27:05 +00:00
Alexander Koblov
cce1acca1e ADD: Feature [0001170] Editor should support Unicode 2015-09-11 20:02:57 +00:00
Alexander Koblov
177c70b5e1 ADD: Edit file in virtual file system 2015-08-24 18:29:00 +00:00
Alexander Koblov
8af225a936 ADD: Show message when text not found in Editor 2015-01-21 18:42:37 +00:00
Alexander Koblov
978b622862 FIX: Crash at read error 2015-01-16 21:16:01 +00:00
Alexander Koblov
b0afd21a30 ADD: Editor - goto line command 2014-01-18 08:48:22 +00:00
Alexander Koblov
bc800a1b5d FIX: Bug [0000766] "Crash if search template using for file coloring has invalid regular expression" 2013-12-04 17:18:15 +00:00
Alexander Koblov
909efb63d9 FIX: Load color scheme for default highlighter 2013-10-06 12:35:19 +00:00
Alexander Koblov
6cc4f9f3a9 FIX: Bug [0000384] "Excess line break at file end"
FIX: Bug [0000510] "Garbage when save file with BOM"
2012-06-27 14:57:30 +00:00
Alexander Koblov
2d5ad21ee7 FIX: Bug [0000504] "When editing file and press Esc and then Esc changes will be lost" 2012-06-20 15:42:57 +00:00
Alexander Koblov
b8d20d6a9c UPD: Make Editor form really standalone 2012-05-20 07:14:34 +00:00
cobines
de64ab5931 UPD: Unify showing options pages in a single function. 2012-04-10 11:50:50 +00:00
cobines
60abbb7462 UPD: Set svn:eol-style property for all source files. 2012-04-09 01:13:34 +00:00
cobines
6f9022095d UPD: Cleanup. 2012-03-21 02:20:30 +00:00
Alexander Koblov
de44bf79d7 ADD: Feature [0000354] "Redesign internal editor configuration dialog" 2012-03-10 08:23:04 +00:00
Alexander Koblov
2274c98a7a UPD: Small cleanup and optimizations 2012-02-12 10:29:53 +00:00
vitaliyg
ba7230aac3 FIX: Saving text in editor shouldn't move cursor to first line (bug [0000296])
UPD: Show hints for toolbar buttons, small cleanup
2012-01-06 13:27:36 +00:00
Alexander Koblov
33eaaf7f3d ADD: Feature [0000280] "End of line (EOL) conversion" 2011-12-11 06:56:31 +00:00
Alexander Koblov
5662777350 ADD: Auto detect encoding in Editor 2011-07-07 17:29:29 +00:00
cobines
caa8a15d52 UPD: Cleanup, silence some warnings. 2011-02-10 05:27:42 +00:00
Alexander Koblov
c1d6b914d9 UPD: Use FPC resources for forms 2011-02-01 18:10:44 +00:00
cobines
1a8059dbf9 FIX: Dissappearing icon in taskbar button in Windows (bug [3146571]). 2011-02-01 00:10:11 +00:00
cobines
911b9fae85 UPD: Refactor fonts settings.
ADD: Setting font for log window (fixes bug [2978449]).
2010-12-21 00:26:04 +00:00
Alexander Koblov
dfac921722 FIX: Bug [3108022] "close on Alt+F4" 2010-11-14 09:33:14 +00:00
Alexander Koblov
7b6d772514 UPD: Mark modified text as saved after save file in Editor 2 2010-04-09 14:40:56 +00:00
Alexander Koblov
df7b387b51 UPD: Mark modified text as saved after save file in Editor 2010-04-09 14:36:03 +00:00
cobines
15b4508732 UPD: Enable using XML config file. The INI config will be automatically converted and renamed to doublecmd.ini.obsolete. 2010-02-08 13:21:21 +00:00
Alexander Koblov
1ac74ac129 FIX: Incorrect save/load search/replace history 2010-01-16 20:31:03 +00:00