andrew
b25ed48f65
* fixed bug #16988 where setting the help label to a char other than a..z, a..z 0..9 would crash lazarus.
...
* also fixed a bug where if HelpFilesPath was left blank a PathDelimiter would be added resulting in a HelpFilesPath of "/"
git-svn-id: trunk@26757 -
2010-07-20 23:24:10 +00:00
sekelsenmat
ee09832ebe
the idehelp should now accept paths both with and without trailling pathdelim
...
git-svn-id: trunk@26753 -
2010-07-20 13:21:12 +00:00
paul
f3b5dbe139
components: return correct file case for packages units
...
git-svn-id: trunk@26649 -
2010-07-14 15:52:03 +00:00
mattias
692e26ec87
updated makefiles
...
git-svn-id: trunk@26426 -
2010-07-02 20:29:37 +00:00
mattias
cde3a2dc45
codetools: clean up
...
git-svn-id: trunk@26154 -
2010-06-16 22:34:05 +00:00
martin
a16afe8843
ChmHelp: clean-up
...
git-svn-id: trunk@24041 -
2010-03-16 14:13:51 +00:00
andrew
2fc46bc8e1
Changed chm idepkg so that helplabel cannot be blank
...
git-svn-id: trunk@23316 -
2009-12-29 16:45:26 +00:00
mattias
53b2ac6208
chmhelppkg: changed mime-type for TChmHelpViewer to application/x-chm
...
git-svn-id: trunk@22028 -
2009-10-04 22:57:41 +00:00
andrew
bc1151ad6e
* fixed lhelp trying to show urls it cant display from the ide
...
git-svn-id: trunk@22026 -
2009-10-04 22:24:37 +00:00
andrew
223dbe1d03
* Auto building lhelp from IDE now displays compile messages in message window
...
* another fix for paths in ChmHelpPkg
git-svn-id: trunk@21709 -
2009-09-15 01:53:13 +00:00
andrew
64ff2d3769
Fix for path delimiter in ChmHelpPkg
...
git-svn-id: trunk@21708 -
2009-09-15 01:07:51 +00:00
paul
a63bbb7f84
components: chmhelp: fix few memory leaks
...
git-svn-id: trunk@21705 -
2009-09-14 23:44:35 +00:00
paul
94c37327d5
components: add makefiles for chmhelp
...
git-svn-id: trunk@21696 -
2009-09-14 08:43:23 +00:00
paul
e65663a113
components: cleanup chmhelp
...
git-svn-id: trunk@21695 -
2009-09-14 08:41:44 +00:00
andrew
08ed127d0f
* Added two way comunication to LHelpControl
...
* Made using lhelp easier so that it's only needed to install ChmHelpPkg and copy chms to docs/html
* lhelp will be built by ChmHelpPkg if it doesn't exist
* added helpful msg when F1 is pushed and no chms can be found
git-svn-id: trunk@21688 -
2009-09-13 18:34:50 +00:00
paul
a5a3a8e13e
lcl: split TAsyncProcess and TProcessUtf8 between 2 units. This is needed to remove widgetset dependency from svn2revision.inc
...
all others: add/replace new dependency
git-svn-id: trunk@19313 -
2009-04-10 15:33:23 +00:00
vincents
1a9b2d0eed
removed chm package: units are in fpc\packages and don't require registration
...
git-svn-id: trunk@17121 -
2008-10-24 11:56:23 +00:00
vincents
c17fd46445
chmreader package: made all units virtual, because they are part of fpc 2.2.2 now. The package may be removed completely (maybe), if it doesn't register anything
...
git-svn-id: trunk@16490 -
2008-09-08 21:27:35 +00:00
mattias
a00dac7763
added TProcessUTF8
...
git-svn-id: trunk@16346 -
2008-09-01 10:24:04 +00:00
mattias
2903864472
examples fixed compilation
...
git-svn-id: trunk@16243 -
2008-08-25 23:02:42 +00:00
mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
vincents
6cdf555bb7
components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963 )
...
git-svn-id: trunk@14756 -
2008-04-05 08:18:16 +00:00
andrew
10535d18d5
Removed dependancy of lnet from lhelp and added a note about the chmhelp package not needed with fpc >= 2.3.1
...
git-svn-id: trunk@12618 -
2007-10-28 12:48:20 +00:00
andrew
11c8f8cc12
disabled a chm debug define
...
git-svn-id: trunk@11442 -
2007-07-07 17:45:34 +00:00
andrew
78393ef6fe
* cleaned up code in chmreader.
...
* renamed TChmReader to TITSReader and moved the chm
specific stuff to TChmReader descended from TITSReader.
* changed how TITSReader looks up files. It no longer reads
all the entries into memory but look them up efficiently
as needed
* added a ChmCompareText function that is compatible to
how the archive expects the files to be ordered
git-svn-id: trunk@11441 -
2007-07-07 16:00:26 +00:00
andrew
ea4b652818
added some stuff for chm writing
...
git-svn-id: trunk@11391 -
2007-06-27 10:53:00 +00:00
andrew
cdae7c2e28
Added some stuff for chmwriting
...
git-svn-id: trunk@11390 -
2007-06-27 10:51:53 +00:00
micha
c214daac3f
fix typed pointer arithmetic (issue #7894 , patch by Colin Western)
...
git-svn-id: trunk@10251 -
2006-11-27 18:37:31 +00:00
mattias
92ed57e945
replaced paths with CodeTools package
...
git-svn-id: trunk@9876 -
2006-09-12 22:10:32 +00:00
andrew
8cbbf72054
chmhelp fixes from mftq75
...
git-svn-id: trunk@9797 -
2006-09-02 21:33:17 +00:00
mattias
b14b7825dc
made THelpDatabase and THelpViewer a component
...
git-svn-id: trunk@9279 -
2006-05-13 15:04:36 +00:00
mattias
678d335e79
moved ideintf/helpintf.pas to lcl/lazhelpintf.pas
...
git-svn-id: trunk@9277 -
2006-05-13 13:39:30 +00:00
mattias
8f6fad5537
moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas
...
git-svn-id: trunk@9270 -
2006-05-13 11:44:14 +00:00
mattias
6eb4930179
fixed references to COPYING.LCL
...
git-svn-id: trunk@9243 -
2006-05-05 05:52:08 +00:00
andrew
753ea08fa2
much improved history support
...
git-svn-id: trunk@8375 -
2005-12-27 05:25:24 +00:00
andrew
29663822c6
removed some writelns
...
git-svn-id: trunk@8352 -
2005-12-21 16:11:29 +00:00
andrew
f8f72b6127
changed lazchmhelp to use a path for chms instead of a single chm
...
git-svn-id: trunk@8351 -
2005-12-21 15:47:35 +00:00
andrew
c392f80e68
Updated paslzx license info - fixed typo
...
git-svn-id: trunk@8347 -
2005-12-20 03:28:40 +00:00
andrew
f830219fb5
Added the capability of using crosslinked chm files properly
...
git-svn-id: trunk@8346 -
2005-12-20 03:19:36 +00:00
mattias
6a7d9c6f45
renamed TNonControlForm to TNonControlDesignerForm
...
git-svn-id: trunk@8334 -
2005-12-18 10:52:54 +00:00
mattias
ac41567764
added chm help viewer from Andrew Haines
...
git-svn-id: trunk@8331 -
2005-12-16 16:14:30 +00:00