Commit Graph

15031 Commits

Author SHA1 Message Date
n7800
2ad1f33b7d IdeConfig: Refactoring GetSkipCheckByKey function 2025-03-05 22:08:35 +03:00
n7800
971885c68a IdeConfig: Always check the skcAll key in GetSkipCheckByKey function 2025-03-05 22:08:35 +03:00
Maxim Ganetsky
585ec20c79 IDE/IDEUtils: regenerated translations and updated Russian translation 2025-03-05 18:46:08 +03:00
Maxim Ganetsky
e3394f7b36 IDE/IDEUtils: added support of Sinhala language 2025-03-05 18:44:46 +03:00
Martin
9f48130673 IDE: catch codetool error during source-completion paint. Issue #32972 2025-03-04 21:09:25 +01:00
Martin
4162ac50d8 IDE: Editor-Options, fixed wrap column 2025-02-27 17:45:09 +01:00
Martin
b9f6ea9b9d IDE: Debugger-Backend options, new layout 2025-02-26 14:22:43 +01:00
Martin
c4ab5aa2cf IDE: prevent resizing hidden SynEdits. (Workaround for IsControlVisible does not work in tab/pages, and controls do not get notified if their parent becomes visible) 2025-02-25 17:27:10 +01:00
Maxim Ganetsky
8e6b802fb7 IDE: removed a number of highlighting-related duplicate resource strings 2025-02-23 13:00:02 +03:00
Maxim Ganetsky
a356cd0957 IDE: removed a number of keymappings-related duplicate resource strings 2025-02-23 13:00:02 +03:00
n7800
fddfc23bf8 IdeProject: Check mrCancel returning when the dialog is closed by the button in the caption, or pressing [ESC]/[Alt+F4]. Issue #40920 2025-02-23 06:47:27 +00: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
mattias
fea75fa494 ide: fixed rename identifier 2025-02-22 09:07:52 +01:00
Maxim Ganetsky
33ebad8fdc IDE: removed bookmark-related duplicate resource strings 2025-02-22 01:28:02 +03:00
mattias
322ebdf426 ide: find rename identifier: unit: warn about units in search path 2025-02-21 21:31:30 +01:00
mattias
01eedeb8cb ide: find rename identifier: lowercase according to options, fixed when only case has changed 2025-02-21 21:31:30 +01:00
Maxim Ganetsky
7bf295cb28 IDE: removed some duplicate resource strings 2025-02-21 22:43:41 +03:00
Maxim Ganetsky
53138e3764 IDE: removed some duplicate resource strings 2025-02-21 20:27:21 +03:00
Martin
507e0d9ceb IDE, SynEdit: WrappedView, clean up / move init to parent class 2025-02-21 16:56:30 +01:00
Martin
4532b71738 IDE: WrappedView Options, added special home/end key handling 2025-02-21 13:13:18 +01:00
mattias
d26619895d ide: drop files: invalidate file cache 2025-02-20 09:52:05 +01:00
mattias
20d97cb590 ide: package editor: drop files: invalidate file cache, no warnings about duplicates 2025-02-20 09:44:08 +01:00
Juha
0e2a394a0c IDE: Allow dragging a newly created file to package editor. Issue #41435. 2025-02-19 10:15:03 +02:00
Juha
94021dc8b0 IDE: Add file suffix ".todo" to IDE's open dialog filter. 2025-02-19 10:15:03 +02:00
Martin
f3de1146b5 IDE: SourceEditor, fix InsertLine. Issue #41409 Patch by Frank Fischer 2025-02-17 22:29:28 +01: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
mattias
7c3ead5be5 ide: rename unit: removed double rename uses 2025-02-14 16:21:41 +01:00
mattias
4cdb9861c5 ide: find references: search for overrides only for virtual/override methods 2025-02-14 15:36:33 +01:00
mattias
dfb4053991 ide: rename identifier on file: update code references 2025-02-14 15:31:17 +01:00
mattias
bad8e07ea8 ide: rename identfier for file: using RenameUnit keeping source editor, renaming lfm 2025-02-14 15:31:17 +01:00
mattias
2597a4805d ide: find rename identifier: show overrides too checkbox only for procs 2025-02-13 13:53:00 +01:00
mattias
ec63d300a2 ide: save file as: fixed uses of source editor files 2025-02-13 13:47:06 +01:00
mattias
1024bbc9e4 ide: find references: uses with ampersand 2025-02-13 08:53:32 +01:00
mattias
fb03756b41 replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
mattias
73db35fc82 ide: find/rename identifier: fixed error hint on keywords 2025-02-12 16:46:09 +01:00
mattias
4c647e3963 ide: find rename idenfifier of ctnUseUnit 2025-02-12 16:32:54 +01:00
Maxim Ganetsky
fb2a5016f6 IDE: improved i18n 2025-02-12 00:48:09 +03:00
mattias
f61782fb4a ide: rename references: suggest ampersand for keywords 2025-02-11 16:40:22 +01:00
mattias
e78469d469 ide: find references: fixed order of search results 2025-02-11 16:24:29 +01:00
mattias
8726dd48e7 ide: find/rename identifier: allow conflict and check if FNode is valid 2025-02-11 16:17:22 +01:00
mattias
87d27af233 ide: save file as: check for pascal keyword in unit name and suggest retry or ampersand 2025-02-10 16:04:05 +01:00
Martin
c29347cfc7 SynEdit: Show fold indicator on last wrapped line. 2025-02-09 16:20:17 +01:00
Martin
84d6f2e2e3 IDE: Fix initializing option dialog. Some editors where not initialized (during read/write in TraverseSettings), due to the list being re-orderd while iterated. Issue #41380 2025-02-07 13:18:02 +01:00
mattias
e49854f895 codetools: RenameSource now also updates references in the unit, ide: SaveAs uses FindRenameSourceReferences 2025-02-07 11:26:36 +01:00
mattias
985bbdbf7f ide: find/rename identifier use for source name the new codetools methods 2025-02-07 10:07:55 +01:00
Martin
6c2cd439b7 SynEdit: DisplayView, return PhysXPos of first token, paint wrapped sub-lines with correct Phys-X (not Viewed-X) for Markup 2025-02-06 21:42:23 +01:00