Commit Graph

147 Commits

Author SHA1 Message Date
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
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
Juha
b9ba41e89c IDE: In Messages window open selected line with Enter key. Ieeus #41258. 2024-12-01 01:20:44 +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
mattias
09632c3206 ide: removed option emulate right mouse button 2024-03-08 08:43:11 +01:00
Juha
cb087dd6e5 IDE: Prevent a list index out of bounds error in Messages window. Issue #40798. 2024-03-04 15:43:59 +02:00
mattias
0a9cf42b49 ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left 2023-10-27 15:36:44 +01:00
Juha
cc4760393b Reserve "On..." prefix for events and name functions differently. 2023-07-25 11:07:57 +03:00
Juha
e65a102527 Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x. 2023-07-07 17:39:03 +03:00
Juha
fd12aa4370 IDE: Eliminate a warning about hiding inherited "Update" in MessageView. Formatting. 2023-06-24 17:50:38 +03:00
Juha
1a28bdd0f9 IDE: Improve hinting in Messages window. Issue #40347, patch by Bruno K. 2023-06-24 16:53:44 +03:00
Juha
eac9c6e5c6 IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies. 2023-06-11 20:34:36 +03:00
Martin
2a67f6ec76 Renamed LazarusCommonStrConst to IdeIntfStrConsts 2023-01-25 16:51:48 +01:00
Martin
2d2e5431aa IDE: moved some of the most common ResourceString to IdeIntf, so other IDE packages can use them (instead of duplicating them) 2023-01-10 17:00:41 +01:00
Juha
4eff151060 IDE: Improve the header hint clicked behavior. Issue #39506. 2021-12-11 23:30:44 +02:00
Juha
66e1e4fac4 IDE: Improve debug messages and fix compilation in TMessagesCtrl. 2021-12-10 23:20:47 +02:00
Juha
ab4e2af841 IDE: Move to actual message header when the header hint on top is clicked. Issue #39506. 2021-12-10 23:20:47 +02:00
Juha
a821a43b5f IDE: In message header, move to last line of previous view with Up-key. Part of issue #39506. 2021-12-10 23:20:47 +02:00
Juha
4020cb96fb IDE: Remove an assertion in TMessagesCtrl. Triggered rarely by timing issues. Issue #39503. 2021-12-08 12:21:58 +02:00
juha
769e991253 IDE: Allow selecting the header line in Messages window's multi-line selection.
git-svn-id: trunk@65318 -
2021-06-27 22:21:18 +00:00
juha
6e93493286 IDE: Actually implement multi-line selection in Messages window. Copy to clipboard is supported.
git-svn-id: trunk@65312 -
2021-06-26 15:28:30 +00:00
juha
6857527965 IDE: Prepare to support multi-line selection in Messages window. Use IntegerList instead of one integer index.
git-svn-id: trunk@65311 -
2021-06-26 15:28:26 +00:00
maxim
0910337b75 IDE: fixed typo in TMessagesCtrl.SelectNextOccurence method name
git-svn-id: trunk@65210 -
2021-06-10 22:33:07 +00:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
juha
9219ea531d Move unit GraphMath from LCL to LazUtils. It has no dependencies to GUI.
git-svn-id: trunk@64303 -
2020-12-29 22:56:40 +00:00
juha
c43d57c21a IDE: Turn ExternalTools from a global var into a global function, returning ExternalToolList. Avoid duplicate assignments to ExternalToolList.
git-svn-id: trunk@63079 -
2020-04-25 15:30:42 +00:00
mattias
f117e5216d lazutils: StrToCmdLineParam: use " as default quote under Windows
git-svn-id: trunk@61912 -
2019-09-23 09:42:25 +00:00
mattias
4ec3a43be3 IDE: fixed invalidate filestate cache after TSaveDialog
git-svn-id: trunk@60620 -
2019-03-08 12:12:59 +00:00
mattias
d1d37c9983 IDE: msgframe: debugging
git-svn-id: trunk@60314 -
2019-02-03 18:29:45 +00:00
mattias
c0aa2c69f9 IDE: fixed comment
git-svn-id: trunk@59901 -
2018-12-23 16:21:10 +00:00
mattias
56ce57eedc IDE: message widow: fixed showing ExitCode instead of ExitStatus of a process
git-svn-id: trunk@59899 -
2018-12-23 16:06:52 +00:00
juha
2b381547b5 IDE: Separate units ExtToolsConsole (no LCL) and ExtToolsIDE (with LCL) from ExtTools.
git-svn-id: trunk@58643 -
2018-07-28 13:38:06 +00:00
mattias
738fe94d96 IDE: messages window: show used parsers
git-svn-id: trunk@57951 -
2018-05-18 07:02:10 +00:00
mattias
ee7e7c077c IDEIntf: added CompilerPath, fixed fpc msg parser if msg id not found
git-svn-id: trunk@57910 -
2018-05-13 07:15:23 +00:00
mattias
f65a30ed47 IDE: use pas2js msg parser
git-svn-id: trunk@57905 -
2018-05-12 15:36:26 +00:00
ondrej
936a0dea02 IDE: use IDEImages instead of custom image lists
git-svn-id: trunk@57865 -
2018-05-09 01:39:31 +00:00
ondrej
59e52062f8 IDE: message frame: fix icons
git-svn-id: trunk@57860 -
2018-05-08 23:32:39 +00:00
ondrej
c482fcbcf4 IDE: message frame: fix icons
git-svn-id: trunk@57859 -
2018-05-08 23:25:48 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
ondrej
0143117e52 IDE: use TLCLGlyphs for IDE images
git-svn-id: trunk@57852 -
2018-05-08 21:41:16 +00:00
ondrej
e0c0f459e7 IDE: disable DoubleBuffered
git-svn-id: trunk@57271 -
2018-02-07 17:04:36 +00:00
michl
1f61be0b77 IDE: MessageWindow: Win32: Messages painting: Prevent flickering.
git-svn-id: trunk@55781 -
2017-09-03 11:47:53 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
mattias
e419a0c56c IDE: message window: started line wrap
git-svn-id: trunk@53419 -
2016-11-22 17:43:18 +00:00
mattias
a152fd580f IDE: added TAbstractExternalTool.CurrentDirectoryIsTestDir
git-svn-id: trunk@53206 -
2016-10-25 20:20:05 +00:00