Maxim Ganetsky
|
73061f3b95
|
IDE: improved FPDoc editor dialog i18n
|
2025-01-06 01:56:09 +03:00 |
|
mattias
|
a9dfc70468
|
ide: updated url of fpdoc xml files
|
2025-01-05 17:55:16 +01:00 |
|
mattias
|
23f2c6d04a
|
ide: fpdoceditor: update buttons
|
2025-01-05 17:06:52 +01:00 |
|
mattias
|
c729f88cfb
|
fpdoc: resourcestring and layout
|
2025-01-05 16:47:11 +01:00 |
|
Juha
|
facd1187fc
|
IDE: Add [Ctrl+P] shortvut to Messages window. Part of merge request !397 by n7800.
|
2025-01-04 13:38:50 +02:00 |
|
Maxim Ganetsky
|
824fffeacf
|
Lazbuild: Removed mentions of deprecated widgetsets from a help message. Based on patch by Don Siders, issue #41302.
|
2025-01-03 22:25:28 +03:00 |
|
Maxim Ganetsky
|
539405bf10
|
IDE: minor improvements of Codetools error messages
|
2025-01-03 02:09:42 +03:00 |
|
n7800
|
5963c7d45f
|
IDE/Toolbar: Respect zero max count when displaying file list in IDE toolbars dropdown. Merge request !414.
|
2025-01-03 00:07:08 +02:00 |
|
mattias
|
8ec63ba013
|
ide: fixed compile
|
2025-01-02 10:40:58 +01:00 |
|
mattias
|
86b6b6cca4
|
ide: fixed save project as non dotted identifier
|
2025-01-02 00:07:17 +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 |
|
mattias
|
767eb7ef1e
|
IDE: clean up
|
2024-12-29 16:50:39 +01:00 |
|
mattias
|
ab45877d37
|
codetools: removed unneeded IsIdentifierDotted
|
2024-12-29 16:50:39 +01:00 |
|
mattias
|
ed2a217e45
|
ide+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007
|
2024-12-29 16:50:38 +01:00 |
|
Juha
|
7b2f40cfb7
|
IDE, Project Inspector: Disable "Move dependency up/down" when sorted alphabetically. Related to merge request !408.
|
2024-12-29 11:36:49 +02:00 |
|
Martin
|
924ce02d50
|
IDE, Debugger: fixed dangling object. When project was changed then FCurrentDebuggerPropertiesConfig was freed as part of the list, but the field was left dangling.
|
2024-12-28 20:11:26 +01:00 |
|
Maxim Ganetsky
|
3849a91889
|
IDE: fixed i18n of 'ProjVer' macro name
|
2024-12-27 22:42:56 +03:00 |
|
n7800
|
17b997ee28
|
IDE/Desktops: Move the "Desktops ..." item from the Tools menu to the Window menu. Merge request !402.
|
2024-12-26 07:00:52 +02:00 |
|
n7800
|
05ddfc0ab2
|
IDE/SearchResultsView: Only consider filtered results when opening the search result via IDE commands. Issue #40328, merge request !401.
|
2024-12-26 06:48:55 +02:00 |
|
n7800
|
f6a164e1bb
|
IDE/SearchResultsView: Adding IDE commands to open next/previous search result. Issue #40328
|
2024-12-26 06:44:32 +02:00 |
|
n7800
|
e06e4ac58b
|
IDE: Move clipboard IDE commands to a separate category. Merge request !400.
|
2024-12-26 06:41:24 +02:00 |
|
n7800
|
0ae105c41b
|
IDE: Added optional parameters for the LazVer macro similar to ProjVer
|
2024-12-26 01:34:07 +02:00 |
|
n7800
|
a4e6f6d2e4
|
IDE: Added IDE macro ProjVer to get project version. Issue #23198
|
2024-12-26 01:34:07 +02:00 |
|
n7800
|
553af58124
|
IDE/ProjectInspector: Hide project name and build mode in window title when docking. Issue #39418
|
2024-12-25 17:14:30 +00:00 |
|
n7800
|
de2507fc36
|
IDE/Help: Fixed help call for docked windows. Issue #39890
|
2024-12-25 15:56:47 +00:00 |
|
Maxim Ganetsky
|
950d962e1d
|
IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog)
|
2024-12-18 16:10:16 +03:00 |
|
Maxim Ganetsky
|
7240094029
|
IDE (Check Compiler Options For New Unit dialog): removed dangling semicolon after "then", patch by n7800, merge request !403
|
2024-12-14 22:36:54 +03:00 |
|
n7800
|
11ea7e7e46
|
IDE/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute
|
2024-12-14 15:08:33 +00:00 |
|
Maxim Ganetsky
|
c17363c521
|
IDE: component list layout improvements by Don Siders, issue #41273
|
2024-12-11 02:03:34 +03:00 |
|
Martin
|
9e143167ff
|
IDE: Project/SourceEdit, optimize finding default highlighter. Only call codetools, if source has a pas-HL.
|
2024-12-10 13:19:58 +01:00 |
|
Martin
|
2a690eac26
|
IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed.
|
2024-12-10 13:06:53 +01:00 |
|
Martin
|
046947520c
|
IDE: SourceEditor change Highlighter, don't show internal dummy HL.
|
2024-12-09 20:16:32 +01:00 |
|
Martin
|
3e73ce083c
|
IDE, Project: remove property "Marked", in SourceEditor pass option as param.
|
2024-12-07 10:26:26 +01:00 |
|
Juha
|
ca8d8b9b84
|
IDE: In ComponentList show Designer when selecting component or clicking on selection button. Merge request !399 by n7800.
|
2024-12-07 08:58:21 +02:00 |
|
n7800
|
e5f9504c5f
|
IDE/MessagesWnd: Adding shortcuts in the window for some actions. Merge req. !397, issue #41258, corrected #40347
|
2024-12-07 07:21:49 +02:00 |
|
n7800
|
fa5e89719b
|
IDE/MessagesWnd: Check modifier key presses in the KeyDown method
|
2024-12-06 06:24:21 +02:00 |
|
n7800
|
ace400800b
|
IDE/ProjectInspector: Limit the height of the properties panel
|
2024-12-03 20:21:37 +00:00 |
|
Juha
|
40abf67e3b
|
IDE: Take care of PPI resolution when saving Project Inspector panel size. Issue #39955, patch by n7800.
|
2024-12-03 06:16:52 +02:00 |
|
mattias
|
a4e973c943
|
ide: fixed asking for reopen project when editing lpi in source editor and external change
|
2024-12-01 16:31:09 +01:00 |
|
Martin
|
337d747d4d
|
IDE, Project: refactored unit lists for units with specific flags.
|
2024-12-01 11:37:38 +01:00 |
|
Juha
|
5dc0aebd74
|
IDE: Minor optimization and formatting.
|
2024-12-01 12:25:15 +02:00 |
|
Juha
|
b9ba41e89c
|
IDE: In Messages window open selected line with Enter key. Ieeus #41258.
|
2024-12-01 01:20:44 +02:00 |
|
Juha
|
d326f3e9e7
|
IDE In search results window, do not expand nodes when switching tabs. Issue #41259.
|
2024-12-01 00:35:10 +02:00 |
|
Martin
|
acb3f71e60
|
IDE: rename function GetSourcesChangedOnDisk / incorrect name
|
2024-11-30 19:53:05 +01:00 |
|
Juha
|
ff8dd023f2
|
IDE: Improve the "Manage Source Editors" dialog. Support multiple editor windows.
|
2024-11-18 05:44:28 +02:00 |
|
Maxim Ganetsky
|
d2ebb7674d
|
IDE: added missing space after comma in OK button hint of Options dialog
|
2024-11-17 15:13:48 +03:00 |
|
Juha
|
6e3f600787
|
IDE: Restore Ctrl-Enter shortcut in IdoOptionsDlg. Tweak the hint. Issue #40234.
|
2024-11-16 21:18:41 +02:00 |
|
Juha
|
c4969dc5fd
|
IDE: Remove Ctrl-Enter shortcut from IdoOptionsDlg. It did not work. Issue #40234.
|
2024-11-15 13:40:44 +02:00 |
|
Juha
|
b529b16292
|
IDE: Prevent compiler warning about a platform specific symbol in new applications. It was suppressed in IDE but Warning count increased. Issue #41224.
|
2024-11-10 12:03:10 +02:00 |
|
Martin
|
a116ad932e
|
IdeDebugger: update icons, by Roland Hahn / Issue #41233
|
2024-11-08 20:31:48 +01:00 |
|