Commit Graph

8383 Commits

Author SHA1 Message Date
marc
0f8e37b0e9 * Code to lfm update from Darius
git-svn-id: trunk@8391 -
2005-12-30 16:54:52 +00:00
marc
bd4284dbd7 * Delphi compatebility. Patch from Graeme Geldenhuys
git-svn-id: trunk@8390 -
2005-12-30 16:15:16 +00:00
vincents
b234e3cdfc Let treeview grow and messages remain fixed, when form is resized (from Graeme Geldenhuys)
git-svn-id: trunk@8389 -
2005-12-30 13:02:25 +00:00
micha
f10347d0a9 remove reference when invalid
git-svn-id: trunk@8388 -
2005-12-30 08:59:21 +00:00
micha
b1e71c9fca publish TListView.TabOrder (issue #1182)
git-svn-id: trunk@8387 -
2005-12-30 08:58:35 +00:00
micha
2088239f74 publish TCustomLabel.Transparent, seems to be implemented (issue #1182)
git-svn-id: trunk@8386 -
2005-12-29 21:59:11 +00:00
micha
4b422670d0 fixed layout and anchoring of;
> - codetoolsoptions
> - environmentopts
> - debugoptionsfrm (from darius, issue #1233)

git-svn-id: trunk@8385 -
2005-12-29 20:59:03 +00:00
micha
52d4e4d8c3 various debugger state fixes
git-svn-id: trunk@8384 -
2005-12-29 16:21:06 +00:00
micha
f563fffe41 escape environment strings
git-svn-id: trunk@8383 -
2005-12-29 12:12:02 +00:00
micha
16f8f2d8ef move messages form in view if off-screen (issue #1082)
git-svn-id: trunk@8382 -
2005-12-28 21:27:35 +00:00
micha
e91eafaf42 fix hittest for treeview (issue #748)
git-svn-id: trunk@8381 -
2005-12-28 16:13:40 +00:00
vincents
ee713312c6 set activecontrol when setting the FindText (issue #1563)
git-svn-id: trunk@8380 -
2005-12-27 21:25:11 +00:00
mattias
394841d069 reduced ansistring overhead
git-svn-id: trunk@8379 -
2005-12-27 18:27:28 +00:00
micha
7a2175a22b let treenode item expand when double clicked (issue #742)
git-svn-id: trunk@8378 -
2005-12-27 17:06:15 +00:00
micha
e49ba83bc8 fix mouse messages to controls (issue #1479)
git-svn-id: trunk@8377 -
2005-12-27 15:46:30 +00:00
andrew
715171e521 renamed unit1 to lhelpcore
git-svn-id: trunk@8376 -
2005-12-27 14:56:28 +00:00
andrew
753ea08fa2 much improved history support
git-svn-id: trunk@8375 -
2005-12-27 05:25:24 +00:00
marc
b79a3c34cb * Start of colored messages by Graeme Geldenhuys
git-svn-id: trunk@8374 -
2005-12-26 17:58:04 +00:00
mattias
7bc376c87b replaced synedit TokenAccu.s string with PChar p
git-svn-id: trunk@8373 -
2005-12-26 13:36:53 +00:00
vincents
e6f4efef7a use PBM_SETRANGE32 (issue #1555)
git-svn-id: trunk@8372 -
2005-12-26 13:31:56 +00:00
mattias
f74d48013c undo synedit TokenAccu string to pchar
git-svn-id: trunk@8371 -
2005-12-26 13:29:26 +00:00
mattias
570abffd09 replaced some strings in synedit with faster PChar
git-svn-id: trunk@8370 -
2005-12-26 11:55:57 +00:00
mattias
9ff3525add extended class completion for generic classes
git-svn-id: trunk@8369 -
2005-12-26 10:06:39 +00:00
mattias
10bbedf011 extended codetools for method jumping in generic classes
git-svn-id: trunk@8368 -
2005-12-26 00:52:10 +00:00
mattias
52ebb7d2a7 extended codetools parser for generic and specialize keywords
git-svn-id: trunk@8367 -
2005-12-26 00:00:49 +00:00
mattias
c58ca47617 added example to test codetools on generics
git-svn-id: trunk@8366 -
2005-12-25 17:26:09 +00:00
mattias
0cc6b96b75 added generic and specialize as keywords to pascal syntax highlighter
git-svn-id: trunk@8365 -
2005-12-25 16:27:42 +00:00
vincents
e5db29b212 used anchoring to ensure there is enough space around the Foreground color and Background label (issue #1554)
git-svn-id: trunk@8364 -
2005-12-25 10:40:29 +00:00
micha
0d63c21f78 easier readable code for storage decision of ReadOnly
recreate control in case readonly changed for win32

git-svn-id: trunk@8363 -
2005-12-24 20:53:58 +00:00
micha
75371875fd make treeview key handling work with multiselection option
git-svn-id: trunk@8362 -
2005-12-24 14:06:38 +00:00
micha
eb9487d50d remove not hiding/showing caret while painting (uncovers caret moving bugs), but do add todo warning about it
git-svn-id: trunk@8361 -
2005-12-23 21:17:45 +00:00
micha
738893893b fix caret implementation, add debugging info
git-svn-id: trunk@8360 -
2005-12-23 20:36:03 +00:00
micha
bc9cefe2d0 fix case of argument
git-svn-id: trunk@8359 -
2005-12-23 20:35:38 +00:00
vincents
72ffab3f78 made it a text file, so text diff can be shown
git-svn-id: trunk@8358 -
2005-12-22 19:21:34 +00:00
vincents
ddd4c19fa1 added {$INLINE ON}
git-svn-id: trunk@8357 -
2005-12-22 18:16:26 +00:00
vincents
78c009e32a added check marks to the view componentpalette and view ide speedbuttons menu (issue #1546)
git-svn-id: trunk@8356 -
2005-12-22 09:58:12 +00:00
mattias
096aee4574 fixed loading xpm files with static const unsigned char
git-svn-id: trunk@8355 -
2005-12-22 00:42:14 +00:00
marc
6f345ed1d4 * Patch from Joost van der Sluis to fix compilation on fpc 2.1.1 r2020 #6655ed568d
git-svn-id: trunk@8354 -
2005-12-21 22:04:09 +00:00
mattias
7ffc2d0f43 implemented identifier completion for uses section
git-svn-id: trunk@8353 -
2005-12-21 19:13:06 +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
mattias
55b7e83e1c implemented codetools functions to collect search paths and to unitfiles in searchpaths
git-svn-id: trunk@8350 -
2005-12-21 11:47:03 +00:00
jesus
46291e2df0 Removed project stack check option from printer's sample
git-svn-id: trunk@8349 -
2005-12-20 20:10:50 +00:00
jesus
6fece2d9f5 doGetPaperName implemented for windows, fixed selecting default printer
git-svn-id: trunk@8348 -
2005-12-20 14:31:27 +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
929afb7960 fixed using -va to analyze fpc makros
git-svn-id: trunk@8345 -
2005-12-19 21:28:11 +00:00
mattias
51d6b1a88a clean up
git-svn-id: trunk@8344 -
2005-12-19 19:08:57 +00:00
mattias
bb99f5f64e fixed compilation with -dTranslateStrings from barko
git-svn-id: trunk@8343 -
2005-12-19 11:58:37 +00:00
mattias
efc69fbbd5 fixed typo
git-svn-id: trunk@8342 -
2005-12-19 10:14:32 +00:00