juha
95fb12724c
LHelp: Tweak string and extension handling.
...
git-svn-id: trunk@64585 -
2021-02-15 15:43:33 +00:00
juha
08eb6e34a9
LHelp: Revamp. Issue #38250 , patch from Andrey Sobol.
...
git-svn-id: trunk@64510 -
2021-02-08 20:53:44 +00:00
juha
504af3561f
ChmHelp, FpPkg, SynUni: Use a faster compare method for case-insensitive strings and StringLists.
...
git-svn-id: trunk@64455 -
2021-01-31 22:15:56 +00:00
juha
9cc893672d
IdeHelp: Fix Lazarus hanging when lHelp starts from Menu and F1 pressed. Issue #38276 , patch from Andrey Sobol.
...
git-svn-id: trunk@64306 -
2020-12-29 23:28:27 +00:00
maxim
de6bb0649b
CHMHelp: fixed delays when getting help while help viewer is already open, bug #29747 :
...
1. The second instance of IPC server with the same PID was started for second and next search processes (if we did not close LHELP). Then server did not answer and client waited a long time for timeout.
2. Additionally check serverRunning after lHelp rebuild.
3. Always show lHelp on new requests.
4. Changed BeginUpdate/EndUpdate handling.
Patch by Andrey Sobol with minor modifications.
git-svn-id: trunk@64159 -
2020-11-26 23:26:58 +00:00
mattias
497ad8d163
lhelp: fixed updating default title after filling content nodes
...
git-svn-id: trunk@63531 -
2020-07-08 16:37:13 +00:00
mattias
a06e60a246
undo
...
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a
IDE: fixed uninitialized result, issue #35411 , from Ondrej
...
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
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