Ihar Areshchankau
7491784318
ADD: Built-in editor menu item "Edit - Time/Date". ( #2016 )
2024-12-23 09:09:13 +03:00
Alexander Koblov
ce4eb5ebb0
FIX: Open/Save dialogs all files filter
2024-06-09 11:50:15 +03:00
Alexander Koblov
91b57011ee
FIX: Build under 32 bit
2023-12-03 17:03:38 +03:00
Alexander Koblov
822bb09f8f
ADD: Editor - disable save action with read-only file ( fixes #1379 )
2023-12-03 12:22:18 +03:00
Alexander Koblov
3627522862
FIX: Changing the "Open as" encoding of a newly created file clears text editor ( fixes #1001 )
2023-08-10 23:32:13 +03:00
Alexander Koblov
42f42f1a37
ADD: Store light and dark color settings separately (step 2)
2023-05-21 22:25:32 +03:00
rich2014
5112f21e1d
UPD: notes removed with LCL updated ( #984 )
2023-05-15 19:16:32 +03:00
Alexander Koblov
d5f75ac218
FIX: Editor - find next
2023-04-05 21:45:32 +03:00
Alexander Koblov
eb658393d6
UPD: Editor - use Modified property to control changes
2023-03-19 16:24:37 +03:00
rich2014
5e10739f1d
Comments: Add six notes to optimize codes in the future ( #754 )
2023-01-15 00:33:02 +03:00
Alexander Koblov
7a4d08f3ef
FIX: Editor - update encoding name in the status bar
2023-01-09 21:06:05 +03:00
Alexander Koblov
4d80ae37ec
ADD: Editor - block indent option
2022-11-13 16:28:34 +03:00
Alexander Koblov
056efc6fa8
ADD: In viewer, show in the title collapsed filename ( fixes #164 )
2022-11-05 12:40:44 +03:00
Alexander Koblov
626dec1239
FIX: Commit forgotten file
2022-09-02 23:30:48 +03:00
Alexander Koblov
439bd9ef66
UPD: Rewrite editor search dialog
2022-04-16 11:22:20 +03:00
Alexander Koblov
aa9b6fc691
FIX: Use fmCreate when rewrite file
2021-10-17 11:01:49 +03:00
jack2m
a48c727276
ADD: Feature [0002653] "Selected text only" enable if text highlighted ( #148 )
2021-08-01 19:26:23 +03:00
Alexander Koblov
cb7edd8b12
UPD: Editor - show encoding in status bar as in menu
...
FIX: Refresh original text and encoding after save with changed encoding
2020-11-17 20:19:30 +00:00
Alexander Koblov
e2e442bd47
FIX: Set toolbar icons size in Viewer and Editor
2020-11-14 12:21:45 +00:00
Alexander Koblov
ff74abf312
ADD: Option to set toolbar icons size in Viewer and Editor
2020-11-14 11:38:32 +00:00
Alexander Koblov
6c58a27b98
ADD: Editor - support highlighters other menu item
2020-10-04 13:08:26 +00:00
Alexander Koblov
2d5a7f2e6f
FIX: Editor - status bar
2020-08-24 18:14:18 +00:00
Alexander Koblov
a30766a0f9
ADD: Editor - show encoding and line ending type in the status bar
2020-08-23 19:32:35 +00:00
Denis Bisson
be0aed37ff
ADD: We may configure the font used in the Tree View Menu.
...
FIX: The font used for the search results is not correctly preserved and restored from a session to another.
ADD: The font used for the function button at the buttom in main panel is now configurable (before, we were able to change size, but not actual font used).
CHG: The elements of the configuration window for the font are now generated at run-time instead of being at design-time. Elements are generated from the "gFonts" so we won't forget any configurable font this way.
UPD: New language files for above modification. But they have been updated in such way that the translated strings for the font usage have been preserved. Only the last three that were forgotten and not present visually in previous versions are to be translated.
2020-01-03 04:55:45 +00:00
Alexander Koblov
4a530297fe
ADD: Save/load search text options in Editor (CaseSens, RegExpr)
2020-01-02 18:20:31 +00:00
Alexander Koblov
4a18e1bf23
ADD: Edit as admin
2019-10-15 18:37:17 +00:00
Alexander Koblov
1cccc22402
FIX: Wrong window focus when view/edit/compare files from virtual file source
2019-07-20 11:16:51 +00:00
cordylus
d8e008077c
ADD: Multi-Caret mode in editor (includes column editing)
2019-06-16 15:52:34 +00:00
cordylus
f0d3ef680d
FIX: Copying in column mode in editor
2019-06-16 14:40:34 +00:00
Alexander Koblov
179422d583
UPD: Use UTF-16 instead UCS2
2019-05-12 08:44:25 +00:00
Alexander Koblov
e6821ae098
ADD: Feature [0002242] Custom ruler position
2019-05-10 11:36:02 +00:00
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