Commit Graph

88 Commits

Author SHA1 Message Date
juha
d14e99f26b IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
git-svn-id: trunk@62800 -
2020-03-23 20:33:04 +00:00
juha
c9e4614e17 Delete old deprecated methods.
git-svn-id: trunk@59175 -
2018-09-28 11:06:40 +00:00
ondrej
adb7170dbf IDE: images: remove menu_help and use btn_help instead
git-svn-id: trunk@57879 -
2018-05-10 08:30:42 +00:00
mattias
ea7d1b5879 IDE: lazutils help: fixed freeing, bug #32022
git-svn-id: trunk@55361 -
2017-06-16 23:56:44 +00:00
mattias
733ed305e6 IDE: Extending IDE context help search to lazutils.chm, issue #32022 from zbyna
git-svn-id: trunk@55351 -
2017-06-15 18:16:49 +00:00
juha
1b20d91bba Replace function HTMLToCaption with a new THTML2TextRenderer class, placed into LazUtils package. Issue #31991.
git-svn-id: trunk@55319 -
2017-06-11 18:33:28 +00:00
juha
a174095481 IDE: Turn TCodeHelpHintOption chhoNoComments into positive chhoComments for consistency.
git-svn-id: trunk@55309 -
2017-06-10 16:30:22 +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
juha
e0a16a5234 IDE: Add a ToDo comment for placing "About Lazarus" under MacOS Application menu. Issue #12294.
git-svn-id: trunk@54695 -
2017-04-23 11:05:09 +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
cc720977ce IDEIntf: help for source identifier: added option to disable showing CodeBrowser on unknown identifier
git-svn-id: trunk@53874 -
2017-01-03 16:53:22 +00:00
mattias
a1d31e8ee9 IDE: source help: show by default only one identifier per unit, ignoring overloads, avoiding to show the select dialog for e.g. "format"
git-svn-id: trunk@53873 -
2017-01-03 16:41:18 +00:00
mattias
a8c1a0eee4 IDE: help: fixed normalizing path separators
git-svn-id: trunk@53223 -
2016-10-26 16:42:54 +00:00
mattias
36d42e0d9c IDE: clean up deprecated
git-svn-id: trunk@53140 -
2016-10-17 13:35:07 +00:00
juha
9367da0ae5 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
2016-08-17 10:40:29 +00:00
mattias
d6489bcc97 IDE: help selector: selected image index, bug #30303
git-svn-id: trunk@52570 -
2016-06-22 21:54:05 +00:00
mattias
240274d53c IDE: help for rtl units in packages/rtl-*, bug #30303
git-svn-id: trunk@52550 -
2016-06-22 10:59:57 +00:00
mattias
41aa946ab3 IDE: help selector: show database
git-svn-id: trunk@50693 -
2015-12-06 14:41:42 +00:00
juha
22ea26d2cc IDE: Format a comment shown in code tooltip better. Issue #28430, patch from Yann Mérignac.
git-svn-id: trunk@49583 -
2015-08-01 08:48:43 +00:00
juha
653b5dd43a Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
mattias
792642e06e IDE: TLazIDEHTMLProvider: fixed URLHasStream
git-svn-id: trunk@48240 -
2015-03-10 16:29:27 +00:00
mattias
e5c7c7fcdd IDE: checked compiler warnings, clean up
git-svn-id: trunk@48229 -
2015-03-10 15:36:11 +00:00
mattias
f69dd2379e IDE: clean up
git-svn-id: trunk@48198 -
2015-03-10 12:02:19 +00:00
reiniero
4f260a086b * IDEHelpManager: Fix typo
git-svn-id: trunk@46583 -
2014-10-18 03:17:36 +00:00
reiniero
bea823d0d7 * Cosmetic: comments/debugln output
git-svn-id: trunk@46554 -
2014-10-14 14:05:30 +00:00
reiniero
c93ed74ee4 * idehelpmanager: cosmetic (comments/debugln)
git-svn-id: trunk@46291 -
2014-09-22 15:33:31 +00:00
juha
78afb4c373 LCL: Fix THintWindow.CalcHintRect. Issue #26674. Inspired by patch from Denis Golovan.
git-svn-id: trunk@46165 -
2014-09-09 10:17:54 +00:00
juha
b189500498 LCL: Revert some of THintWindow changes because of Delphi compatibility. Issue #26516
git-svn-id: trunk@45973 -
2014-07-25 16:56:19 +00:00
mattias
abaf3fb59c IDE: clean up old external tools
git-svn-id: trunk@45942 -
2014-07-20 19:47:30 +00:00
juha
2e25d04b3c LCL: remove unlogical side-effect from THintWindow.CalcHintRect.
git-svn-id: trunk@45939 -
2014-07-20 18:27:48 +00:00
juha
ba96b04000 IdeIntf: use 2 hint windows in THintWindowManager, one for text and one for rendered HTML.
git-svn-id: trunk@45938 -
2014-07-20 18:27:21 +00:00
juha
24ce977ee8 LCL, SynEdit: improve THintWindow methods. Fixes code completion offset problem, issue #26509
git-svn-id: trunk@45937 -
2014-07-20 18:26:37 +00:00
juha
842e248f47 IDE: allow HintWindow.ControlCount to be 0 in TIDEHintWindowManager.HintIsComplex.
git-svn-id: trunk@45855 -
2014-07-13 12:27:19 +00:00
juha
f6cd1a888f IDE: Make object inspector use the new HintManager class.
git-svn-id: trunk@45829 -
2014-07-11 16:31:42 +00:00
juha
a4ee0ab208 IDE: Make source editor use the new HintManager class.
git-svn-id: trunk@45828 -
2014-07-11 16:31:23 +00:00
juha
39ed58f021 IdeIntf: new THintWindowManager to encapsulate hint stuff. Fix THintWindow when it has a sub-control. Make code browser use the new feature.
git-svn-id: trunk@45827 -
2014-07-11 16:31:06 +00:00
juha
7e4684a637 IdeHelpManager: formatting
git-svn-id: trunk@45826 -
2014-07-11 16:30:40 +00:00
juha
66b020d836 IDE: Create a help control + provider only once for each HintWindow and let the Owner free them. Prevents crashes. Issue #20202 (since 2011 :)
git-svn-id: trunk@45750 -
2014-07-02 13:57:53 +00:00
mattias
403ed545d1 IDE: enabled new external tools by default, use old code with -dEnableOldExtTools
git-svn-id: trunk@45396 -
2014-06-08 10:19:28 +00:00
mattias
551badbbf0 IDE: help on unknown identifier: start codebrowser
git-svn-id: trunk@43891 -
2014-02-05 10:42:04 +00:00
mattias
119dc4be64 IDE: help for unknown identifier: do not show error about FPC keyword, the following error is enough
git-svn-id: trunk@43889 -
2014-02-05 10:15:15 +00:00
mattias
f5fa4b3ffe IDE: further migration external tools
git-svn-id: trunk@42293 -
2013-08-03 19:07:12 +00:00
mattias
a3c0c0d439 IDE: further migration external tools
git-svn-id: trunk@42292 -
2013-08-03 18:39:14 +00:00
mattias
057762a149 IDE: migrate compiler message types
git-svn-id: trunk@42234 -
2013-07-30 09:18:33 +00:00
mattias
cfb2ee3fcb IDE: debugln when help macro fails
git-svn-id: trunk@41938 -
2013-06-29 12:52:42 +00:00
juha
154590fc1b IDE: show property's class, name and type in OI StatusBar.
git-svn-id: trunk@41380 -
2013-05-24 08:23:49 +00:00
mattias
fe54d0ba55 IDEIntf: added GetRequiredPackages
git-svn-id: trunk@40280 -
2013-02-12 21:49:12 +00:00
mattias
99777d6c19 IDE: fixed lcl help basepathobject
git-svn-id: trunk@40250 -
2013-02-10 14:10:01 +00:00
mattias
4d6489da76 IDE: register HTML help for LCL
git-svn-id: trunk@40244 -
2013-02-10 12:57:01 +00:00