Commit Graph

1656 Commits

Author SHA1 Message Date
Martin
d387a08f04 Ide, SourceEditor: Allow setting word-wrap based on Highlighter. Issue #41527 Patch by paweld 2025-03-19 17:09:24 +01:00
Martin
83509a5b76 SynEdit: PascalHighlighter, implement new highlights for declaration sections and proc-headers: param, type, value. Implement basic label and structure-member (after dot) highlight. Issues #22711 and #40152 2025-03-11 23:13:46 +01:00
Martin
cf948b040d SynEdit: Added align-option to auto-string continue on line-break. Issue #23886 2025-03-07 01:01:25 +01:00
Michaël Van Canneyt
f95b262013 * Also accept *.fmx as form file extension (Firemonkey form files) 2025-03-06 10:22:03 +01:00
Martin
4162ac50d8 IDE: Editor-Options, fixed wrap column 2025-02-27 17:45:09 +01:00
wp_xyz
6d54f9ad91 Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
Martin
e0d50a545c IDE: Editor-Options, fix mem leak 2025-02-22 12:29:01 +01:00
Martin
4532b71738 IDE: WrappedView Options, added special home/end key handling 2025-02-21 13:13:18 +01:00
Juha
94021dc8b0 IDE: Add file suffix ".todo" to IDE's open dialog filter. 2025-02-19 10:15:03 +02:00
Maxim Ganetsky
efe63fa20d IDE: fixed one more minor typo in resource string name 2025-02-17 19:04:05 +03:00
Maxim Ganetsky
1a131ef104 IDE: fixed word wrap options page i18n by correcting some typos 2025-02-17 18:33:39 +03:00
Martin
6f2525c144 IDE: Config for word-wrap indent and markup 2025-02-16 20:56:44 +01:00
n7800
a5bf264276 IDE/Options: Hide the panel of conflict shortcuts if they are absent. Merge request !435. 2025-02-16 10:10:07 +02:00
n7800
2ca2c980dd IDE/Options: Do not change the node icon in the list of conflict keys when selecting 2025-02-06 09:42:18 +00:00
Juha
476da882fa Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
Martin
ab35263d34 IDE: Add config for SynEdit wrapped-view 2025-01-24 21:43:11 +01:00
wp_xyz
c5114207c7 IDE: Exchange "max recent files" and "max recent project files" edit boxes in file options dialog for more consistent GUI with MRU drop-down menu 2024-12-30 16:51:00 +01:00
Maxim Ganetsky
950d962e1d IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
Martin
2de900cb00 IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00
Martin
b83d624eee IDE: Custom IDE title, added preview 2024-10-28 14:07:55 +01:00
Martin
0327410ec6 IDE: Custom IDE title, remove separate task-bar-button-caption 2024-10-28 13:06:29 +01:00
n7800
b33ae45ea6 IDE: Fix display of hints in the mainbar and editor toolbar for shortcuts with a sequence of keystrokes 2024-10-27 12:33:55 +02:00
n7800
ec7549e1c0 IDE/Options: Fixed crash when opening color settings for the assembler window 2024-10-22 05:55:49 +05:00
Martin
6d78d5e830 IDE, EditorOption: fix right gutter, hide separator gutter parts, when hiding overview gutter part / keep index order 2024-10-21 17:21:39 +02:00
Martin
86db8d9f83 IDE, SourceEditor: Add colors for code completion "type of token" Issue #40868 2024-10-21 12:45:39 +02:00
Martin
9a3e82cf06 IDE, SynEdit: Add custom ident/keywords to Pascal Highlighter 2024-10-20 22:37:38 +02:00
n7800
5428ef91f7 IDE/Options: Place custom IDE title field below to increase width 2024-10-06 07:16:49 +05:00
Martin
e8f1e0af5d IDE: Improve layout of Env/Window options 2024-10-05 00:33:32 +02:00
Maxim Ganetsky
189764f4c0 IDE, IDEConfig: fixed i18n of captions of newly added macros, improved other captions 2024-10-04 01:02:15 +03:00
Martin
69e4861d80 IDE, Options: Editor Keymap, fix layout to make the key-map tree bigger (if Window grows) and keep the Conflict view at its size. 2024-10-03 14:12:18 +02:00
Martin
ab08a3c959 IDE: Allow customizing the IDE window caption by ide-macros. Issue #41092 2024-10-03 13:19:22 +02:00
Martin
a8b85cf2e7 IDE: Change resource string name, since purpose was altered / prevent accidentality using any outdated translation 2024-09-28 14:45:30 +02:00
Martin
77c4b7ceae IDE, SynEdit: add option to have bookmarks restore the scroll pos. Issue #40912 2024-09-24 22:35:09 +02:00
Martin
a8fbf8ab7c IDE, Options: Translate "restart hint" to new language 2024-09-23 14:55:01 +02:00
n7800
6d5a09d6a1 IDE/Options: Show restart hint only when changing language 2024-09-23 14:31:42 +02:00
n7800
35f64bfd57 IDE/Options: Make the restart hint when changing the language more noticeable 2024-09-23 14:31:42 +02:00
n7800
0ac8701194 IdeConfig, IdeProject: Fix a typo in the method name TProjectCompilerOptions.CanBeDefaulForProject 2024-09-23 10:11:37 +00:00
mattias
ce77f4dfae ide: fixed cancel project options resetting Subtarget 2024-08-25 12:36:23 +02:00
Martin
012e0d2d85 IDE: Update "Markup Options Frame" tab order - See MR !313 2024-08-24 00:24:57 +02:00
Martin
dde4220045 IDE: Update "Markup Options Frame" change "disable" to "enable" / show key for current-word-markup - See MR !313 2024-08-21 21:43:56 +02:00
Maxim Ganetsky
e6f2058ace IDE: improved Editor Display Options page layout 2024-06-18 00:47:56 +03:00
Juha
8060c44b3c IDE: Add a link in editor options for Codetools "Max Length" setting. Fix anchors. Issue #36213, patch by n7800. 2024-06-17 14:09:38 +03:00
Martin
ca4e2cb5c5 Debugger/Project Settings: Fix updating when changing project / fix config frame (wrong warning hint) 2024-04-28 17:00:19 +02:00
Martin
49f44c8ee1 Fix checking modal result, handle mrCancel. Issue: #40920 2024-04-25 21:47:15 +02:00
Martin
a31c9b11d7 IdeDebugger: remove DisplayFormat-filter from Valueformatter. (value formatter can now be disabled in watch properties) 2024-04-18 15:42:54 +02:00
wp_xyz
de3376efef IDE/Component palette editor: Make sure that "Restore defaults" is always visible. Issue #40911 2024-04-17 18:57:49 +02:00
Martin
be4d6c3bcc IdeDebugger: refactor (Global)ValueFormatterSelectorList / (Global)ValueConverterSelectorList / DisplayFormat changed notify 2024-04-16 13:38:24 +02:00
Martin
11ef2a0438 IDE, Debugger: move ProjectLink to debugger 2024-04-12 13:26:18 +02:00
Martin
d40c952fa7 Ide: Move more units into ide-packages, project / packager 2024-04-11 23:46:56 +02:00
Juha
149b86fbbb Tweak uses sections. 2024-04-08 02:22:35 +03:00