Commit Graph

64 Commits

Author SHA1 Message Date
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
mattias
ac8852935f IDE: help: verbosity
git-svn-id: trunk@40243 -
2013-02-10 12:48:55 +00:00
martin
03b7bd795b IDE, Hint: Fix malformated hints, if text has ampersand. or <,... Issue #0023320 Patch by Bart Broersma
git-svn-id: trunk@39374 -
2012-11-25 21:55:42 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
mattias
24c2470b43 IDE: using TFileStreamUTF8 and TStringListUTF8
git-svn-id: trunk@37656 -
2012-06-15 16:50:31 +00:00
martin
e7b462dc61 IDE, IpPro: Allow copy to clipboard from hint
git-svn-id: trunk@37137 -
2012-05-02 16:33:19 +00:00
mattias
c11634ce19 IDE: resolving macros for lazarusdir, fpcsrcdir
git-svn-id: trunk@36202 -
2012-03-21 23:41:07 +00:00
mattias
de85f6cc4c IDE: checked all places where TPkgFile.Filename should use GetFullFilename, save package files on save package
git-svn-id: trunk@35382 -
2012-02-15 22:28:12 +00:00
juha
4e420bcf94 Packager: remove TPkgFile.IsVirtual because it has different meaning than TUnitInfo.IsVirtual and is confusing
git-svn-id: trunk@35380 -
2012-02-15 16:33:36 +00:00
juha
2550bbf3be IDE: unify some common resource strings. Add hints for Path Edit dialog
git-svn-id: trunk@35361 -
2012-02-13 19:57:58 +00:00
juha
4ef51619f5 IDE: collect common resource strings in one place, remove duplicates
git-svn-id: trunk@35321 -
2012-02-12 13:04:36 +00:00
mattias
dce2a00f90 IDE: fixed GetPossibleOwnersOfUnit finding units in project directory
git-svn-id: trunk@35160 -
2012-02-05 14:22:35 +00:00
mattias
18eae4cea8 examples: comments
git-svn-id: trunk@35040 -
2012-01-30 11:58:46 +00:00
mattias
57143e7590 help: ide directives
git-svn-id: trunk@35039 -
2012-01-30 11:43:19 +00:00
martin
f69918fde0 ide help mgr: missing ifdef
git-svn-id: trunk@34858 -
2012-01-22 13:04:23 +00:00
mattias
e0e58b47c4 IDE: ide internals: fpdoc files
git-svn-id: trunk@34854 -
2012-01-22 09:59:06 +00:00
mattias
9238bba3a6 IDE: source editor popup menu: open fpdoc file of unit
git-svn-id: trunk@34841 -
2012-01-21 14:27:37 +00:00
mattias
dce2342e2d IDE: source editor: context menu open lfm file of inc file
git-svn-id: trunk@33146 -
2011-10-29 11:00:15 +00:00
juha
f0c9e4e57f IDE: When "Show Information Box" is enabled, show text correctly at bottom of OI. Issue #20524, patch from cobines
git-svn-id: trunk@33052 -
2011-10-23 15:34:43 +00:00
juha
19ff4dd485 IDE: Fix HTML hint to show special chars ("<", ">") for generics. Issue #20012, patch from Anton
git-svn-id: trunk@32007 -
2011-08-19 03:56:14 +00:00
mattias
6a85561b10 IDE: codehints: clean up
git-svn-id: trunk@31585 -
2011-07-07 09:44:58 +00:00
mattias
e715236ac9 IDE: help for compiler directives
git-svn-id: trunk@31412 -
2011-06-26 21:11:08 +00:00
mattias
32a183ceaa IDE: code hints: reduced debugging
git-svn-id: trunk@31333 -
2011-06-22 13:22:57 +00:00
mattias
51e1742910 IDE: clean up
git-svn-id: trunk@31329 -
2011-06-22 07:52:10 +00:00
mattias
7c49448b51 IDE: clear hint string if using HTML
git-svn-id: trunk@31238 -
2011-06-15 08:02:28 +00:00