Commit Graph

131 Commits

Author SHA1 Message Date
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
mattias
444a926616 IDEIntf: rewrote TIDEMenuSection to handle changes in hidden sections, tests: added menuintf tests, IDE: clean up
git-svn-id: trunk@52918 -
2016-09-05 15:18:02 +00:00
juha
1a992ed303 IDE: formatting.
git-svn-id: trunk@51673 -
2016-02-21 14:05:36 +00:00
mattias
d4675305e2 IDEIntf: deprecated ChildsAsSubMenu, typo
git-svn-id: trunk@50816 -
2015-12-15 15:34:01 +00:00
juha
57d6ea482c IDE: Share 'Ignore' resource string, reorder.
git-svn-id: trunk@49605 -
2015-08-06 12:50:41 +00:00
juha
29d5e6d734 Move EditorToolbar from a package to IDE sources. Reuse config dialog with IDE Coolbar.
git-svn-id: trunk@49382 -
2015-06-21 10:45:24 +00:00
juha
f5bdffceb6 IDE: Use TextHint in Message frame. Issue #28188, patch from Alexey Torgashin.
git-svn-id: trunk@49189 -
2015-05-27 10:41:52 +00:00
mattias
a4706fccd1 IDE: simplified
git-svn-id: trunk@48816 -
2015-04-22 15:09:41 +00:00
martin
6e096446a7 IDE Options: allow to set colors for messages in message window by urgency. / apply without restart
git-svn-id: trunk@48792 -
2015-04-20 22:19:59 +00:00
martin
045b4fea7a IDE Options: allow to set colors for messages in message window by urgency.
git-svn-id: trunk@48789 -
2015-04-20 21:59:46 +00:00
mattias
4aa714fd47 IDE: Messages: popup menu - Options - More ... opens messages options frame
git-svn-id: trunk@48673 -
2015-04-07 21:55:44 +00:00
juha
708afdf966 Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
juha
aa474f5750 IDE: Reuse 'Options' resource string.
git-svn-id: trunk@48316 -
2015-03-12 23:02:06 +00:00
mattias
4760f9f794 IDE: messages: About: added environment overrides
git-svn-id: trunk@48243 -
2015-03-10 18:20:36 +00:00
mattias
f69dd2379e IDE: clean up
git-svn-id: trunk@48198 -
2015-03-10 12:02:19 +00:00
mattias
4e22c679d5 IDE: Messages options: added text color
git-svn-id: trunk@48098 -
2015-03-02 18:42:01 +00:00
mattias
59217ce6db IDE: Messages: do not scroll if user selected a message, auto scroll keep topmost running view visible
git-svn-id: trunk@48015 -
2015-02-26 09:55:12 +00:00