Juha
|
69c2318f1e
|
IDE: Remove Checkbox for showing properties pane in Project Inspector from global options. Issue #41775.
|
2025-08-27 11:43:32 +03:00 |
|
Martin
|
746b454a8f
|
Replace TSynSelectedColor with base class. Introduce own class for gutter colors
|
2025-08-04 21:09:39 +02:00 |
|
Martin
|
aa4b55e655
|
SynEdit: Remove "published" from TextAttribute. Add to child-classes
|
2025-08-04 10:35:39 +02:00 |
|
Juha
|
b3007d4c0f
|
Fix comments in uses sections about where a unit comes from. Helps manage dependencies in the long run.
|
2025-07-25 09:57:35 +03:00 |
|
Juha
|
86043a9919
|
IDE: Remove IdeIntf dependency from unit Compiler.
|
2025-07-25 07:45:38 +03:00 |
|
wp_xyz
|
8f4c20a99e
|
IDE/Application options/Save icon: Set default file extension for Linux also to ico. Option to save all images of the icon to individual files. Handle .cur files correctly. Issue #36828
|
2025-07-15 00:46:00 +02:00 |
|
n7800
|
083857a720
|
IDE/Options: Fix a typo in the method name TEditorIndentOptionsFrame.UpdatePrevieEdits
|
2025-07-15 02:44:23 +05:00 |
|
n7800
|
7e94c4f475
|
IDE/Options: Fix a typo in the method name TEditorGeneralOptionsFrame.UpdatePrevieEdits
|
2025-07-15 02:44:22 +05:00 |
|
wp_xyz
|
b9310a4a6d
|
IDE/Application options: Set default file extensions, based on MR !539 by n7800. Issue #36828. Minor refactoring.
|
2025-07-14 10:51:49 +02:00 |
|
n7800
|
024055f99b
|
IDE/Options: Handle exception when saving project icon to file. Issue #36828
|
2025-07-13 19:57:00 +02:00 |
|
Juha
|
99aa02f484
|
Remove LCL dependency from PackageDefs. Move Pkg editor related stuff to new unit EditablePackage.
|
2025-07-08 16:23:14 +03:00 |
|
mattias
|
7fcbb4c086
|
ide: less hints
|
2025-07-07 14:58:26 +02:00 |
|
n7800
|
1a8f489964
|
IDE/Options: Reduce the value of some constraints
|
2025-07-06 12:07:42 +00:00 |
|
Juha
|
3807ad9867
|
ToDoList, IdeIntf: Allow opening editor color settings from ToDoList window.
|
2025-07-01 15:25:06 +03:00 |
|
Juha
|
8d09027b99
|
ToDoList: Simplify.
|
2025-07-01 13:58:43 +03:00 |
|
Juha
|
e2207e76a9
|
ToDoList: Prevent a memory leak.
|
2025-07-01 12:25:39 +03:00 |
|
Martin
|
15a44331c3
|
IDE: editor-display options frame: remove DesignTimePPI - not needed, all autosized.
|
2025-06-13 18:52:49 +02:00 |
|
n7800
|
fc79b027e7
|
IDE/Options: Cleaning up the "Files" options frame after eac9c6e5c6 . Merge request 416.
|
2025-05-10 15:07:47 +03:00 |
|
Maxim Ganetsky
|
52ad2a34cd
|
IDE: Clean up "readonly" OpenDialog options Files option page. Patch by n7800, issue #41572.
|
2025-04-16 00:46:10 +03:00 |
|
Martin
|
88bebcf493
|
IDE, SynEdit: implement flag to control if certain attributes/colors (comments, selection, ...) extend past EOL.
|
2025-04-14 22:21:47 +02:00 |
|
Martin
|
ec38b502f2
|
IDE: move SynColorAttribEditor into correct section of uses clause
|
2025-04-14 11:53:43 +02:00 |
|
Juha
|
88384e653a
|
IDE: Tweak the key mapping TreeView behavior. Issue #40257, patch by n7800.
|
2025-04-13 13:10:06 +03:00 |
|
Martin
|
abf1cfc7c4
|
IDE: Initial setup dlg, use CompareFilenames
|
2025-04-08 09:58:22 +02:00 |
|
Martin
|
4027fdb098
|
IDE, SynEdit: refactor some color settings for Pas-Highlighter
|
2025-04-03 18:32:24 +02:00 |
|
Martin
|
c94adb2673
|
IDE: Options frames, make some button autosize for i18n.
|
2025-03-25 01:04:43 +01:00 |
|
Martin
|
5ed7be5ee4
|
IDE: Editor > Indent options, new layout and text
|
2025-03-24 21:15:35 +01:00 |
|
Martin
|
0cd0084798
|
IDE: update Editor > Userdefined Markup options
|
2025-03-24 21:15:35 +01:00 |
|
Martin
|
df8d5fbc1b
|
SynEdit: PascalHighlighter, Implement colors for nested brackets
|
2025-03-22 21:15:09 +01:00 |
|
Maxim Ganetsky
|
c0990fbc80
|
IDE, Color options: added missing space
|
2025-03-21 18:57:10 +03:00 |
|
Martin
|
0a372369ec
|
IDE, Color opts, i18n
|
2025-03-21 10:33:27 +01:00 |
|
Martin
|
69f46e54f0
|
IDE, Color opts, i18n
|
2025-03-21 10:26:12 +01:00 |
|
Maxim Ganetsky
|
0853229897
|
IDE: improved wordwrap options frame i18n
|
2025-03-20 19:16:04 +03:00 |
|
Martin
|
900e58ed4f
|
Ide, TodoListLaz: Add IdeIntf for color scheme / Add "todo comment" markup for SourceEditor Issue #41420
|
2025-03-19 23:22:18 +01:00 |
|
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 |
|