mattias
137d8db3f6
codetools: implemented TCCodeParserTool.ExtractCode
...
git-svn-id: trunk@14520 -
2008-03-14 12:58:26 +00:00
mattias
e097dc36e5
codetools: c parser: fixed variable name start-end pos
...
git-svn-id: trunk@14519 -
2008-03-14 12:28:29 +00:00
mattias
0ab8d02996
codetools: c parser: reduced verbosity
...
git-svn-id: trunk@14518 -
2008-03-14 12:24:02 +00:00
mattias
d8737e8a09
codetools: added h2ptree, converted some consistencychecks to exceptions
...
git-svn-id: trunk@14517 -
2008-03-14 11:56:14 +00:00
laurent
83b7c87e0f
Update French languages
...
git-svn-id: trunk@14505 -
2008-03-12 21:20:46 +00:00
mattias
02c06730c7
codetools: implemented parsing c const
...
git-svn-id: trunk@14502 -
2008-03-12 14:38:20 +00:00
mattias
262ab9c76f
ideprinting: fixed menu
...
git-svn-id: trunk@14501 -
2008-03-12 12:53:42 +00:00
marc
61b5aa81fb
* updated Russion translation by Maxim Ganetsky
...
git-svn-id: trunk@14492 -
2008-03-10 23:48:14 +00:00
mattias
ceb551d1a8
codetools: added examples for c const
...
git-svn-id: trunk@14488 -
2008-03-10 16:43:38 +00:00
paul
549dec3b81
TAChart: fix mem leak
...
git-svn-id: trunk@14486 -
2008-03-10 12:44:31 +00:00
paul
ac87b13fd2
TAChart:
...
- don't reset XChartXXX if AutoUpdateXXX is False
- correct loading component
(patch from Sileno Goedicke with modifications)
git-svn-id: trunk@14484 -
2008-03-10 11:27:20 +00:00
mattias
ccd184d23f
updated translations
...
git-svn-id: trunk@14471 -
2008-03-08 19:24:55 +00:00
paul
f02692b467
components: replace poDesktopCenter with poScreenCenter (who needs window between 2 monitors?)
...
git-svn-id: trunk@14464 -
2008-03-08 02:40:22 +00:00
vincents
d6147ba4e0
components: adding support for bigideclean target without requiring to a cleanall target in the Makefiles of each component
...
git-svn-id: trunk@14456 -
2008-03-07 12:52:00 +00:00
vincents
035ee959b3
fixed compilation with fpc 2.3.1, which does not allow passing literal chars to formal const parameters (bug #10949 )
...
git-svn-id: trunk@14452 -
2008-03-07 10:17:39 +00:00
marc
109fdc0bf2
* Improved localization of the exttooldialog and updated Russion translation by Maxim Ganetsky
...
* Updated po files
git-svn-id: trunk@14449 -
2008-03-06 22:42:09 +00:00
paul
922786a879
h2pas: position form on *ScreenCenter* instead of DesktopCenter
...
git-svn-id: trunk@14447 -
2008-03-06 14:47:22 +00:00
mattias
8aedb53f6c
h2pas: fixed mem leaks from Paul
...
git-svn-id: trunk@14444 -
2008-03-06 10:05:24 +00:00
jesus
dd277a960c
LazReport, fixes CTRL+C and other keys, issue #10953
...
git-svn-id: trunk@14440 -
2008-03-06 04:41:00 +00:00
mattias
89b48f4f33
openglcontrol: added exception when no visual was found
...
git-svn-id: trunk@14437 -
2008-03-05 22:05:25 +00:00
jesus
3370c28e62
LazReport, check valid activecontrol, issue #10950
...
git-svn-id: trunk@14436 -
2008-03-05 20:45:26 +00:00
mattias
fb384fe93a
updated README.txt
...
git-svn-id: trunk@14422 -
2008-03-05 11:42:46 +00:00
jesus
ec867d6c35
LazReport, fix keys when object ispector editor has focus, modified patch from Junior Goncalves, issue #10934
...
git-svn-id: trunk@14417 -
2008-03-05 07:59:39 +00:00
jesus
97f0e9c95f
LazReport, stop propagation of handled cursor key in designer
...
git-svn-id: trunk@14416 -
2008-03-05 07:18:21 +00:00
mattias
753945f7af
tuborpower ipro: added DefaultFontSize from Dieter
...
git-svn-id: trunk@14410 -
2008-03-04 20:51:29 +00:00
mattias
944b28741c
IDE: fixed building lazarus ide item clean
...
git-svn-id: trunk@14409 -
2008-03-04 20:26:34 +00:00
mattias
58e4529589
codetools: started h2pastool
...
git-svn-id: trunk@14407 -
2008-03-04 13:23:11 +00:00
jesus
231cf03bbb
lazreport, fix name when saving report in preview, issue #10925 , tip from Boguslaw Brandys
...
git-svn-id: trunk@14393 -
2008-03-03 20:15:24 +00:00
mattias
5e551fe7a8
synunihighlighter: clean up
...
git-svn-id: trunk@14390 -
2008-03-03 19:41:35 +00:00
vincents
0835866ba9
translation: commit auto-generated files, they now are correctly sorted alphabetically.
...
git-svn-id: trunk@14389 -
2008-03-03 18:49:56 +00:00
mattias
4e6ffac026
codetools: implemented parsing struct name
...
git-svn-id: trunk@14387 -
2008-03-03 17:05:16 +00:00
mattias
735da60bb7
codetools: implemented parsing typedef functions
...
git-svn-id: trunk@14386 -
2008-03-03 16:49:19 +00:00
vincents
e6f5b453f0
synedit: fixed TSynAnySyn searching for keywords: use AnsiCompareStr, because TStringList uses that internally too.
...
Maybe a TFastStringList should be created, which overrides TStringList.DoCompareText and calls the faster CompareStr.
Fixes bug #10913 .
git-svn-id: trunk@14384 -
2008-03-03 14:26:49 +00:00
mattias
b82d0ebf3f
codetools: implemented parsing unsigned shhort
...
git-svn-id: trunk@14383 -
2008-03-03 11:35:08 +00:00
mattias
97a2a2f9e8
codetools: added error position to c parser
...
git-svn-id: trunk@14382 -
2008-03-03 11:16:28 +00:00
paul
7234fee1f0
don't try to access empty string members
...
git-svn-id: trunk@14369 -
2008-03-03 02:54:00 +00:00
mattias
46146e7fb2
debexport: clean up
...
git-svn-id: trunk@14362 -
2008-03-02 10:01:57 +00:00
mattias
50840fd57a
lazdatadict: added error for wrong fpc versions
...
git-svn-id: trunk@14355 -
2008-03-01 18:06:35 +00:00
mattias
4815578787
h2pas: fixed compilation
...
git-svn-id: trunk@14352 -
2008-03-01 15:41:43 +00:00
mattias
0264bb3d47
paradox: added error when compiling with wrong fpc version
...
git-svn-id: trunk@14351 -
2008-03-01 15:25:20 +00:00
mattias
5478233071
paradox: renamed README.txt
...
git-svn-id: trunk@14350 -
2008-03-01 14:46:04 +00:00
mattias
1b19210080
translations: grmany: updates from Joerg Braun
...
git-svn-id: trunk@14349 -
2008-03-01 14:09:16 +00:00
mattias
0bc1f23165
paradox: removed michaels paths
...
git-svn-id: trunk@14348 -
2008-03-01 13:54:22 +00:00
mattias
d2e840a1ee
paradox: demo: storing session in IDE config dir
...
git-svn-id: trunk@14347 -
2008-03-01 13:38:15 +00:00
mattias
9525beef2a
openglcontrol: fixed restoring canvas.handle at designtime
...
git-svn-id: trunk@14343 -
2008-03-01 12:59:04 +00:00
paul
53648747fc
fix design time drawing of openglcontext (at least under win32)
...
git-svn-id: trunk@14342 -
2008-03-01 12:53:07 +00:00
mattias
8f3ae0f07f
synedit: eoAlwaysVisibleCaret: fixed scrolling when inserting text on identifier completion, bug #10914
...
git-svn-id: trunk@14338 -
2008-03-01 12:00:18 +00:00
mattias
65a770df87
IDE: fixed overriding build target OS/CPU/LCL, bug #10915
...
git-svn-id: trunk@14337 -
2008-03-01 11:28:43 +00:00
marc
ea2b67af4b
* updated Russian translation by Maxim Ganetsky
...
git-svn-id: trunk@14335 -
2008-02-29 23:23:56 +00:00
mattias
54230934eb
fpc deb: fixed typo
...
git-svn-id: trunk@14333 -
2008-02-29 20:45:22 +00:00