mattias
340e7886e9
IDE: compiler options: execute before/after: started supporting custom parsers
...
git-svn-id: trunk@56573 -
2017-12-01 14:25:31 +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
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
9bccfe6ab7
chmhelp: disable showing CodeBrowser on unknown identifiers. LHelp has its own search function
...
git-svn-id: trunk@53876 -
2017-01-03 16:58:34 +00:00
juha
ad8da9ff6b
Add LCLPlatformDef to packages and examples that did not compile otherwise.
...
git-svn-id: trunk@53713 -
2016-12-18 10:10:56 +00:00
mattias
e5eb945c49
chmhelp: fixed path sep normalization
...
git-svn-id: trunk@53231 -
2016-10-26 16:48:20 +00:00
mattias
29fe61bfd2
chmhelp: unregister default LCL help, search in docs/chm first
...
git-svn-id: trunk@50697 -
2015-12-06 15:04:31 +00:00
andrew
e62738c753
Lazarus chm search to send to lhelp now doesn't search paths recursively
...
git-svn-id: trunk@47987 -
2015-02-25 02:01:44 +00:00
andrew
3cf8301564
Added some debug information for LHelp starting times
...
git-svn-id: trunk@47986 -
2015-02-25 01:36:03 +00:00
andrew
778078e958
Added check to try to save original lhelp when recompiling in case it fails. Fixed bug where ContentProvider.EndUpdate was called too soon. LHelp starts speedily now :)
...
git-svn-id: trunk@47975 -
2015-02-24 01:20:33 +00:00
andrew
a57530c071
Speedup lhelp starting.
...
New LHelp messages are added and the ide will try to rebuild lhelp if lhelp doesn't understand the new messages
git-svn-id: trunk@47959 -
2015-02-23 16:30:13 +00:00
mattias
f12df89d67
chmhelp clean up
...
git-svn-id: trunk@47777 -
2015-02-14 10:38:02 +00:00
reiniero
9970e4db56
* idehelp: cosmetic; add license header
...
git-svn-id: trunk@46687 -
2014-10-27 10:36:23 +00:00
reiniero
4ebb1c0ec1
* LHelp: fix saving/restoring position/size/maximized state. Fixes issue #26804
...
git-svn-id: trunk@46575 -
2014-10-17 08:50:27 +00:00
reiniero
a038f0907b
* ChmHelp:
...
- harmonize help protocol help label/PID calculation
- try to work around getting invalid helplabels from somewhere
- code cleanup
git-svn-id: trunk@46573 -
2014-10-16 15:34:31 +00:00
reiniero
808d598c0f
* CHMHelp: code formatting/cleanup
...
git-svn-id: trunk@46572 -
2014-10-16 09:26:48 +00:00
reiniero
677d2c1452
* IDE help: do not save option CHMHelp/HelpLabel (by moving property from published to public; should be ok as only IDE uses it) as it is calculated on-the-fly
...
git-svn-id: trunk@46570 -
2014-10-16 08:16:33 +00:00
reiniero
5af82b4bad
* IDEHelp: harden (don't accept empty HelpLabel); cosmetic/cleanup
...
git-svn-id: trunk@46569 -
2014-10-16 08:04:28 +00:00
reiniero
615719c46f
* Lhelp: store fixed name in CHMHelp/Name instead of help label
...
* LHelp: Compilation fix.
git-svn-id: trunk@46568 -
2014-10-16 07:40:48 +00:00
reiniero
4f5f2047fe
* IDEHelp: cosmetic: code formatting/layout
...
git-svn-id: trunk@46567 -
2014-10-16 07:32:27 +00:00
reiniero
0e0635607b
* CHMHelp: cosmetic: code layout, try...finally for resource allocation
...
git-svn-id: trunk@46403 -
2014-10-02 13:53:01 +00:00
reiniero
755869893b
* Help: ignore timeouts from lhelp/viewer. Should fix issue #26697
...
git-svn-id: trunk@46287 -
2014-09-22 10:31:37 +00:00
juha
97bd4fbe07
ChmHelp: Show proper help page in ContextHelpDemo. Issue #22485 , patch from Reinier Olislagers
...
git-svn-id: trunk@46156 -
2014-09-07 18:29:28 +00:00
juha
142838fb9f
Lhelp: add debugln support, lhelp protocol update. Issue #26614 , patch from Reinier Olislagers.
...
git-svn-id: trunk@46121 -
2014-09-03 19:22:20 +00:00
mattias
e3e3c31ab3
IDE: clean up old external tools
...
git-svn-id: trunk@45946 -
2014-07-20 20:15:40 +00:00
juha
cace204583
Revert r45857 #c2a0094609, "ChmHelp: close lhelp that laz started when laz is closed..." because Reinier requested it.
...
git-svn-id: trunk@45864 -
2014-07-14 20:06:29 +00:00
juha
c2a0094609
ChmHelp: close lhelp that laz started when laz is closed. Fix a stream read related error. Issue #24743 , patch from Reinier Olislagers
...
git-svn-id: trunk@45857 -
2014-07-13 19:11:31 +00:00
juha
669a093a53
IDE: Tweak some resource strings with newlines. Pass consecutive newlines from caller but use one %s param.
...
git-svn-id: trunk@45555 -
2014-06-16 19:48:52 +00:00
juha
184cf4ee40
ChmHelp: replace #13 with LineEnding in a message dialog.
...
git-svn-id: trunk@45526 -
2014-06-15 11:52:52 +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
c7485a4696
chmhelp: migration to external tools
...
git-svn-id: trunk@45114 -
2014-05-20 13:12:05 +00:00
mattias
bc15322505
chmhelp: fixed change separators on macros
...
git-svn-id: trunk@45113 -
2014-05-20 12:25:13 +00:00
mattias
cdf217231d
chmhelp: fixed the wrong fpc version check
...
git-svn-id: trunk@45091 -
2014-05-19 08:33:07 +00:00
mattias
ccb4ea0792
lhelp: fixed building lhelp under fpc 2.6.4
...
git-svn-id: trunk@45062 -
2014-05-17 18:55:25 +00:00
mattias
1ae5a24b92
lazhelp: cut handles when starting process
...
git-svn-id: trunk@43388 -
2013-11-07 12:50:36 +00:00
juha
ec9cf1818a
ChmHelp package: fix a memory leak.
...
git-svn-id: trunk@42271 -
2013-08-03 08:04:24 +00:00
juha
c80a38a73b
ChmHelp: Improve LHelp and related packages. Issue #24743 , patch from Reinier Olislagers
...
git-svn-id: trunk@42270 -
2013-08-03 08:04:18 +00:00
mattias
1b37181d38
chmhelp: auto compile lhelp when showing all help, patch #23411
...
git-svn-id: trunk@40593 -
2013-03-20 09:00:29 +00:00
mattias
36a7559b8c
chmhelp: fixed crash when lhelp is not there and give a hint what to do
...
git-svn-id: trunk@40590 -
2013-03-19 09:14:39 +00:00
mattias
f3776676a3
chmhelp: added menu item to open all chm files, patch #23411
...
git-svn-id: trunk@40589 -
2013-03-19 09:05:51 +00:00
mattias
60f1c2eb6c
chmhlp: open all chm files in search path
...
git-svn-id: trunk@39551 -
2012-12-15 18:07:35 +00:00
mattias
ef38ed2d21
chmhelppkg: invoke lazbuild with --pcp parameter
...
git-svn-id: trunk@38133 -
2012-08-03 22:13:48 +00:00
mattias
6f525d3316
chmhelp: on darwin use open -n to start lhelp in the foreground
...
git-svn-id: trunk@38058 -
2012-07-27 12:45:07 +00:00
mattias
6b91dca009
chmhelp: clena up
...
git-svn-id: trunk@38053 -
2012-07-26 21:38:30 +00:00
mattias
cd4110df2d
lazbuild: load widestringmanager under darwin
...
git-svn-id: trunk@38052 -
2012-07-26 21:35:13 +00:00
mattias
cded73efc9
chmhelp: added path $(LazarusDir)/docs/chm
...
git-svn-id: trunk@37716 -
2012-06-21 15:23:54 +00:00
mattias
5d587ccb3c
chmhelp: using search path to search for chm files
...
git-svn-id: trunk@37715 -
2012-06-21 14:36:24 +00:00
mattias
147019bc32
lhelp: resolve macros in HelpEXE on the demand
...
git-svn-id: trunk@37713 -
2012-06-21 13:45:22 +00:00
mattias
3543c6f1d0
IDE: new form: avoid unit names of projects and packages
...
git-svn-id: trunk@35023 -
2012-01-29 18:38:25 +00:00
mattias
a75682c8b5
codetools: fixed finding insert pos for proc bodies
...
git-svn-id: trunk@35021 -
2012-01-29 15:37:48 +00:00