Commit Graph

22356 Commits

Author SHA1 Message Date
mattias
4346679737 IDE: set csAncestor for root components with ancestors
git-svn-id: trunk@22487 -
2009-11-08 11:03:34 +00:00
mattias
c18d7be9ac fpcsrc deb: fix for filenames with spaces
git-svn-id: trunk@22486 -
2009-11-08 10:50:20 +00:00
paul
6c561c5788 lcl: initialize special characters on TTextStrings construction (fixes issue #0015021)
git-svn-id: trunk@22485 -
2009-11-08 09:43:35 +00:00
paul
07cc515962 synedit: highlight 'static' context keyword
git-svn-id: trunk@22484 -
2009-11-08 09:24:15 +00:00
paul
a59d9d39b9 synedit:
- limit 'enumerator' highlighting to the sections where it is a keyword
  - operator starts the similar code folding block as procedure and function

git-svn-id: trunk@22483 -
2009-11-07 18:38:10 +00:00
mattias
19d3a509bd codetools: fixed parsing proc message modifier
git-svn-id: trunk@22482 -
2009-11-07 17:14:41 +00:00
paul
7b18d86a0f ide: lazarus.lpi don't rebuild lazarus
git-svn-id: trunk@22481 -
2009-11-07 17:14:03 +00:00
mattias
640e59b6b4 codetools: fixed parsing deprecated after types
git-svn-id: trunk@22480 -
2009-11-07 16:08:10 +00:00
paul
ceafb0bc53 synedit: limit 'sealed', 'final', 'abstract' highlighting to the sections where they are keywords
git-svn-id: trunk@22479 -
2009-11-07 15:12:57 +00:00
mattias
8838a2c5fd codetools: parsing procedure deprecated without comment
git-svn-id: trunk@22478 -
2009-11-07 15:10:19 +00:00
paul
38cd84263c synedit: allow procedure modifiers to be used in class
git-svn-id: trunk@22477 -
2009-11-07 15:08:27 +00:00
mattias
c0f0ab2673 codetools: parsing deprecated for variables
git-svn-id: trunk@22476 -
2009-11-07 14:00:03 +00:00
mattias
95af4fb208 codetools: fixed adding uses section
git-svn-id: trunk@22475 -
2009-11-07 13:48:47 +00:00
mattias
7117c67456 LCL: FindInvalidUTF8Character: check last half char
git-svn-id: trunk@22474 -
2009-11-07 13:08:14 +00:00
mattias
f154487ab1 codetools: skip fpc source directory amunits
git-svn-id: trunk@22473 -
2009-11-07 13:00:57 +00:00
mattias
ea159dc66b lcl: fixed compilation
git-svn-id: trunk@22472 -
2009-11-07 12:59:14 +00:00
mattias
dffcbd97cc codetools: procedure modifier deprecated
git-svn-id: trunk@22471 -
2009-11-07 12:52:44 +00:00
mattias
aec217654e codetools: identifier completion: check if cursor beyond eol
git-svn-id: trunk@22470 -
2009-11-07 11:39:26 +00:00
dodi
f71db967c4 dockmanager example: fixed InfluenceRect, start redesign AutoExpand
git-svn-id: trunk@22469 -
2009-11-07 11:08:27 +00:00
mattias
9595f3e726 codetools: skip fpc src directoy packages/amunits
git-svn-id: trunk@22468 -
2009-11-07 10:56:27 +00:00
mattias
e19baa54d3 codetools: find declaration: added robust check
git-svn-id: trunk@22467 -
2009-11-07 10:40:17 +00:00
mattias
9e7750c617 lazarus.lpi: added include path include
git-svn-id: trunk@22466 -
2009-11-07 09:58:16 +00:00
mattias
8dda69b001 IDE: added macro make for the path to the make utility
git-svn-id: trunk@22465 -
2009-11-07 09:55:45 +00:00
mattias
ecfbc4c3a1 OI: check for name special Owner
git-svn-id: trunk@22464 -
2009-11-07 09:20:20 +00:00
mattias
d8161a3a0e lazarus.lpi: added unit path converter
git-svn-id: trunk@22463 -
2009-11-06 12:00:51 +00:00
mattias
f50db1cec7 IDE: delphi converter: fixed uninitialized result
git-svn-id: trunk@22462 -
2009-11-06 09:54:27 +00:00
mattias
8bcdfb0973 examples: dockmanager: sitetest: fixed compilation fpc 2.5.1, fixed wrong unit paths
git-svn-id: trunk@22461 -
2009-11-06 07:30:34 +00:00
mattias
4e7165840b sitetest.lpi separate session info
git-svn-id: trunk@22460 -
2009-11-06 07:23:53 +00:00
mattias
be07de25a7 added lpl for easydockmgr
git-svn-id: trunk@22459 -
2009-11-06 07:22:28 +00:00
mattias
5404f199d5 codetools: reduced debugging
git-svn-id: trunk@22458 -
2009-11-06 07:19:45 +00:00
mattias
60da9c45c4 codetools: auto indent: using typ/subtyp
git-svn-id: trunk@22457 -
2009-11-06 07:14:35 +00:00
martin
be8ea81f2a SynEdit: more tests
git-svn-id: trunk@22456 -
2009-11-05 23:47:00 +00:00
martin
9a080cade6 SynEdit: more tests
git-svn-id: trunk@22455 -
2009-11-05 23:39:51 +00:00
martin
6c07eb4531 SynEdit: Clean-up
git-svn-id: trunk@22454 -
2009-11-05 21:36:08 +00:00
martin
06dfd54e05 SynEdit: tests for paste, copy, OnPaste, OnCutCopy event
git-svn-id: trunk@22453 -
2009-11-05 19:54:40 +00:00
mattias
166ccb9e94 IDE: auto indent: using SynEdit.OnPaste event
git-svn-id: trunk@22452 -
2009-11-05 17:48:41 +00:00
mattias
c9f863d3a3 codetools: parsing class/interface deprecated
git-svn-id: trunk@22451 -
2009-11-05 16:54:51 +00:00
martin
64f6b721a6 SynEdit: added events for OnPaste / OnCutCopy
git-svn-id: trunk@22450 -
2009-11-05 15:29:24 +00:00
paul
cf37ea98d1 lcl: bidi mode support for TColorBox, TColorListBox from Zeher Dirkey (issue #0015001)
git-svn-id: trunk@22449 -
2009-11-05 15:01:57 +00:00
paul
2e2fcd58fc lcl: bidi mode support for buttons from Zaher Dirkey (#issue #0014933)
git-svn-id: trunk@22448 -
2009-11-05 14:35:36 +00:00
dodi
cbe7394663 dockmanager example: adjust pathes
git-svn-id: trunk@22447 -
2009-11-05 12:29:14 +00:00
dodi
12ede50c64 dockmanager example: added form to package
git-svn-id: trunk@22446 -
2009-11-05 12:17:17 +00:00
dodi
4f4198a75b dockmanager example: deleted obsolete form
git-svn-id: trunk@22445 -
2009-11-05 12:12:22 +00:00
dodi
b710514a50 dockmanager example: added missing form
git-svn-id: trunk@22444 -
2009-11-05 12:03:29 +00:00
dodi
40ee864636 dockmanager example: added missing form
git-svn-id: trunk@22443 -
2009-11-05 11:58:43 +00:00
dodi
d2428bcbe1 dockmanager example: added View menu to the ElasticSite
git-svn-id: trunk@22442 -
2009-11-05 11:54:36 +00:00
paul
ef831d1924 win32: fix TWin32WSCustomCalendar.HitTest for systems < vista
git-svn-id: trunk@22441 -
2009-11-05 09:53:46 +00:00
vincents
cd5f7242c6 lcl: reverted r22427 #c614f0dff7, fpdoc 2.5.1 has been fixed
git-svn-id: trunk@22440 -
2009-11-05 09:13:43 +00:00
paul
232dc9feaa synedit: cleanup pascal highlighter code from some ifdefs, highlight context keyword 'enumerator'
git-svn-id: trunk@22439 -
2009-11-05 03:18:11 +00:00
martin
0ba24b8a3b SynEdit: added events for OnPaste / OnCutCopy
git-svn-id: trunk@22438 -
2009-11-04 23:16:49 +00:00