lazarus
cebd8c957b
MG: improved clean up
...
git-svn-id: trunk@692 -
2002-02-09 01:45:19 +00:00
lazarus
9fd23c38f4
MG: saving of virtual project files will now save the whole project
...
git-svn-id: trunk@680 -
2002-02-08 21:08:01 +00:00
lazarus
a1a5972d5e
MG: added codetools options
...
git-svn-id: trunk@679 -
2002-02-08 16:45:09 +00:00
lazarus
4d0e01f266
MG: added TDefineTemplateFlags
...
git-svn-id: trunk@676 -
2002-02-07 18:54:26 +00:00
lazarus
d2f2b01edc
MG: fixed deactivating hints
...
git-svn-id: trunk@674 -
2002-02-07 18:19:01 +00:00
lazarus
b7936d01ca
MG: added BaseTypeCache
...
git-svn-id: trunk@672 -
2002-02-07 13:47:58 +00:00
lazarus
83a1947ff0
MG: codetools now know the compiler options
...
git-svn-id: trunk@670 -
2002-02-06 22:23:15 +00:00
lazarus
c64d618c01
MG: started basetype chaching
...
git-svn-id: trunk@665 -
2002-02-05 21:59:21 +00:00
lazarus
9b9e3cfba0
MG: started basetype chaching
...
git-svn-id: trunk@664 -
2002-02-05 21:57:09 +00:00
lazarus
447fdcf463
MG: started basetype chaching
...
git-svn-id: trunk@663 -
2002-02-05 21:09:02 +00:00
lazarus
eb0a5dacfc
MG: added node cache, which accelerates mass find declaration
...
git-svn-id: trunk@662 -
2002-02-05 20:46:51 +00:00
lazarus
7a654795a8
MG: added noce cache check for every context node
...
git-svn-id: trunk@661 -
2002-02-04 16:48:45 +00:00
lazarus
7f07c32279
MG: added circle test for find base node
...
git-svn-id: trunk@660 -
2002-02-04 14:19:18 +00:00
lazarus
38c4c4b2d6
MG: directive attribute for pascal highlighter
...
git-svn-id: trunk@658 -
2002-02-03 17:02:50 +00:00
lazarus
7b585c30cd
MG: fixed consistency check inheritance
...
git-svn-id: trunk@657 -
2002-02-03 16:33:18 +00:00
lazarus
6d1ba0f10c
MG: fixed string constant at line end
...
git-svn-id: trunk@656 -
2002-02-03 16:25:23 +00:00
lazarus
3d0c615d15
MG: added update checks for node caching
...
git-svn-id: trunk@655 -
2002-02-03 15:37:54 +00:00
lazarus
c9e180acac
TPanel implemented.
...
Basic graphic primitives split into GraphType package, so that we can
reference it from interface (GTK, Win32) units.
New Frame3d canvas method that uses native (themed) drawing (GTK only).
New overloaded Canvas.TextRect method.
LCLLinux and Graphics was split, so a bunch of files had to be modified.
git-svn-id: trunk@653 -
2002-02-03 00:24:02 +00:00
lazarus
ffb07a8f59
MG: added base class for mem managers and started node cache
...
git-svn-id: trunk@651 -
2002-01-31 16:52:24 +00:00
lazarus
7b9bf2f1b8
MG: reduced output
...
git-svn-id: trunk@650 -
2002-01-31 10:23:33 +00:00
lazarus
abc995925d
MG: expression type of string brackets
...
git-svn-id: trunk@648 -
2002-01-30 21:48:33 +00:00
lazarus
6f4f1d0688
MG: added global write lock
...
git-svn-id: trunk@647 -
2002-01-30 15:40:48 +00:00
lazarus
74e824eddf
MG: expressions types are now calculated
...
git-svn-id: trunk@646 -
2002-01-29 20:55:55 +00:00
lazarus
77aab1fc38
MG: jump to method in sub procs will now also try parent procs
...
git-svn-id: trunk@643 -
2002-01-29 17:32:19 +00:00
lazarus
dac3b9e0a0
MG: fixed method jumping, cursor pos after proc head
...
git-svn-id: trunk@642 -
2002-01-29 17:15:14 +00:00
lazarus
14447d84f0
MG: fixed mem leaks in IDE and TListView
...
git-svn-id: trunk@641 -
2002-01-28 18:08:36 +00:00
lazarus
88d4147e98
MG: fixed expr operators in params, class proc find next
...
git-svn-id: trunk@639 -
2002-01-28 17:40:48 +00:00
lazarus
6a9c9a2215
MG: fixed Makefiles
...
git-svn-id: trunk@636 -
2002-01-28 13:27:05 +00:00
lazarus
226cee9bd1
MG: fixed Makefile
...
git-svn-id: trunk@634 -
2002-01-28 12:20:55 +00:00
lazarus
08e2d7d79a
MG: fixed Makefile
...
git-svn-id: trunk@633 -
2002-01-28 12:14:56 +00:00
peter
5150c46979
* Makefile update, rebuild with fpcmake with lcl support
...
git-svn-id: trunk@630 -
2002-01-27 21:44:30 +00:00
lazarus
e382970758
MG: find declaration will now check procs param lists
...
git-svn-id: trunk@627 -
2002-01-27 18:13:49 +00:00
lazarus
efbeaa570a
Fix CR problem the file must have been cross platform edited. MAH
...
git-svn-id: trunk@624 -
2002-01-24 19:40:00 +00:00
lazarus
aa172e0b3a
Fixed version numbers and a fix to codetools unit path. The codetools
...
fix was to allow zipinstall to work correctly.
git-svn-id: trunk@623 -
2002-01-24 19:33:04 +00:00
lazarus
b660741d69
MG: fixed result of running external tools, fixed starting codetools in include files
...
git-svn-id: trunk@622 -
2002-01-24 16:23:27 +00:00
lazarus
0df04c9229
MG: external tool output parsing for fpc and make messages
...
git-svn-id: trunk@618 -
2002-01-23 22:12:54 +00:00
lazarus
3a23d2cd21
MG: jump to method can now be adjusted due to comments
...
git-svn-id: trunk@616 -
2002-01-22 22:40:32 +00:00
lazarus
c30b72500e
MG: find declaration of inherited keyword
...
git-svn-id: trunk@614 -
2002-01-21 20:41:53 +00:00
lazarus
74e062ae3e
MG: added find-block-start and renamed find-block-other-end
...
git-svn-id: trunk@613 -
2002-01-21 14:17:47 +00:00
lazarus
e1bd2273fe
MG: parser can now read system unit, find declaration of used units, bugfxies
...
git-svn-id: trunk@612 -
2002-01-21 14:15:58 +00:00
lazarus
5a8a763409
Keith: win32 interface is now the default on Windows
...
git-svn-id: trunk@611 -
2002-01-21 12:52:45 +00:00
lazarus
b098830d78
MG: find declaration of round bracket operator, function result types, typecasts
...
git-svn-id: trunk@605 -
2002-01-17 10:51:19 +00:00
lazarus
147fbd54ee
MG: find declaration of class ancestor, result type, default property, array, indexed pointer
...
git-svn-id: trunk@602 -
2002-01-16 17:22:11 +00:00
lazarus
96706ac377
MG: find declaration for class ancestor
...
git-svn-id: trunk@600 -
2002-01-15 20:20:42 +00:00
lazarus
ce24bd7399
MG: find declaration for pointers, with statements, forward classes, as operator
...
git-svn-id: trunk@599 -
2002-01-15 17:28:40 +00:00
lazarus
a29a5959a2
MG: fixed zombie compilers
...
git-svn-id: trunk@598 -
2002-01-15 08:49:57 +00:00
lazarus
81a49866f6
MG: added find declaration of Self in methods
...
git-svn-id: trunk@597 -
2002-01-14 22:12:58 +00:00
lazarus
91202a8b01
MG: reduced output
...
git-svn-id: trunk@596 -
2002-01-14 19:17:27 +00:00
lazarus
30c48a15fe
MG: find declaration of sections, methods, class parts, records, enums
...
git-svn-id: trunk@595 -
2002-01-14 19:17:06 +00:00
lazarus
931b619b18
MG: find declaration of local variables
...
git-svn-id: trunk@592 -
2002-01-13 16:26:32 +00:00