Commit Graph

1894 Commits

Author SHA1 Message Date
mattias
d85dd7e92c codetools: fixed parsing (*)
git-svn-id: trunk@20001 -
2009-05-17 02:32:46 +00:00
mattias
a2c989e1b4 codetools: started searching published methods in ancestor classes
git-svn-id: trunk@20000 -
2009-05-17 02:16:55 +00:00
mattias
0c0556f015 codetools: identifier completion: do not add () for functions without parameters
git-svn-id: trunk@19998 -
2009-05-17 01:26:28 +00:00
mattias
36595ac795 codetools: identifier completion: added predefined procs: assert, new, dispose, exit, continure, break
git-svn-id: trunk@19996 -
2009-05-17 00:47:02 +00:00
mattias
4407a78f6a codetools: identifier completion: predefined procs with brackets
git-svn-id: trunk@19995 -
2009-05-17 00:40:15 +00:00
mattias
c8bdd801da codetools: identifier completion: add predefined procs only at statement starts
git-svn-id: trunk@19994 -
2009-05-17 00:27:04 +00:00
mattias
dffb87e32f clean up
git-svn-id: trunk@19990 -
2009-05-16 23:32:54 +00:00
mattias
49b74e836b codetools: class completion: ignoring nested nested read/write specifiers
git-svn-id: trunk@19988 -
2009-05-16 23:20:14 +00:00
mattias
1e32f92f32 codetools: linkscanner now scans in finer granularity
git-svn-id: trunk@19986 -
2009-05-16 22:29:55 +00:00
martin
068b9fb3ef Codetools: RangeCheck Exception, Strings start at 1
git-svn-id: trunk@19945 -
2009-05-12 14:32:49 +00:00
mattias
3af6e0f0e1 codetools: mem stats for GlobalIdentifierTree
git-svn-id: trunk@19931 -
2009-05-11 17:14:09 +00:00
mattias
cd6234540b codetools: mem stats for FileStateCache
git-svn-id: trunk@19930 -
2009-05-11 16:58:55 +00:00
mattias
2ffb8e87be codetools: mem stats plus keywordfunclist
git-svn-id: trunk@19928 -
2009-05-11 16:52:30 +00:00
mattias
20e525a22b codetools: fixed skipping directives
git-svn-id: trunk@19927 -
2009-05-11 15:56:47 +00:00
mattias
f18cf639a5 codetools: fixed mem stats not cunting global list
git-svn-id: trunk@19926 -
2009-05-11 14:03:40 +00:00
mattias
0b3eacd9e6 codetools: replaced TLinkScanner kewordlist with case statement
git-svn-id: trunk@19925 -
2009-05-11 13:09:08 +00:00
mattias
ef4a384eb3 codetools: replaced some local keyword lists with case statments
git-svn-id: trunk@19924 -
2009-05-11 09:21:50 +00:00
mattias
2bdc3490f3 codetools: fixed computing mem stats for TCustomCodeTools.Src
git-svn-id: trunk@19915 -
2009-05-10 21:39:25 +00:00
mattias
e7d8ba4a34 clean up
git-svn-id: trunk@19914 -
2009-05-10 21:25:32 +00:00
mattias
8bc4612fcd codetools: finding and removing duplicate strings in define trees
git-svn-id: trunk@19913 -
2009-05-10 21:20:49 +00:00
mattias
dcf220b4e4 codetools: fixed mem stat for TCodeCache
git-svn-id: trunk@19899 -
2009-05-10 06:02:39 +00:00
mattias
b1ddae4d57 codetools: do not add system units when adding new local variables
git-svn-id: trunk@19898 -
2009-05-10 05:57:25 +00:00
mattias
90cab39e58 codetools: replaced TLinkScanner.DirectivesLists with case
git-svn-id: trunk@19897 -
2009-05-10 05:48:00 +00:00
mattias
0ebc2f8222 codetools: added mem stat details for boss
git-svn-id: trunk@19880 -
2009-05-09 11:46:20 +00:00
mattias
6eb08e3000 codetools: mem stats details for tlinkscanner
git-svn-id: trunk@19866 -
2009-05-09 09:58:11 +00:00
mattias
e3c48b9278 codetools: mem stat categories
git-svn-id: trunk@19864 -
2009-05-09 09:44:56 +00:00
mattias
6e52d7829c codetools: added memory stats
git-svn-id: trunk@19862 -
2009-05-09 08:34:50 +00:00
mattias
c76dedceee codetools: forward proc completion: copying pascal calling convention
git-svn-id: trunk@19850 -
2009-05-08 09:39:05 +00:00
mattias
7438cdff7a codetools: class completion: copying pascal calling convention
git-svn-id: trunk@19849 -
2009-05-08 09:29:31 +00:00
mattias
4517cec408 codetools: added "pascal" to allowed method specifiers
git-svn-id: trunk@19848 -
2009-05-08 09:25:05 +00:00
mattias
9544e1cffa codetools: option to add units as last ignoring user settings
git-svn-id: trunk@19839 -
2009-05-07 09:44:15 +00:00
mattias
ceeb124125 codetools: added verbosity
git-svn-id: trunk@19837 -
2009-05-07 09:06:19 +00:00
mattias
6391c8f12f codetools: FindUnitInAllUsesSections changed UpperUnitName to AnUnitName
git-svn-id: trunk@19836 -
2009-05-07 08:54:44 +00:00
mattias
8f19b73c43 codetools: removed TCustomCodeTool.UpperSrc
git-svn-id: trunk@19832 -
2009-05-07 08:16:34 +00:00
mattias
668e6f7e8d codetools: accelerated CompareSrcIdentifiers
git-svn-id: trunk@19823 -
2009-05-06 09:55:34 +00:00
mattias
3e5a744e2d codetools: find declaratuion: added flag to skip forward class
git-svn-id: trunk@19814 -
2009-05-05 18:02:20 +00:00
mattias
0c66bbff3b codetools: adding units to uses sections: fixed adding first indentation
git-svn-id: trunk@19812 -
2009-05-05 09:52:39 +00:00
mattias
871e67c3a5 codetools: complete local var assignments: adding unit to uses section
git-svn-id: trunk@19811 -
2009-05-05 09:41:10 +00:00
mattias
620900273e codetools: identifier completion used unit
git-svn-id: trunk@19810 -
2009-05-05 09:14:08 +00:00
mattias
b67b6ddaa2 codetools: fixed find declaration in uses sections, bug #13146
git-svn-id: trunk@19809 -
2009-05-05 08:49:07 +00:00
mattias
5abefaf3bf codetools: fixed marking very short classes as unfinished, bug #13638
git-svn-id: trunk@19806 -
2009-05-04 20:03:21 +00:00
mattias
3d95973a6c codetools: implemented adding to uses sections with options
git-svn-id: trunk@19802 -
2009-05-04 16:12:03 +00:00
mattias
f5399721bf codetools: using identifier cache when find declaration "unitname."
git-svn-id: trunk@19799 -
2009-05-04 12:43:38 +00:00
mattias
9f6417e73c codetools: fixed identifier completion in top level node
git-svn-id: trunk@19797 -
2009-05-04 11:47:10 +00:00
mattias
b41d00e4e3 codetools: fixed finding ancestors in non class node
git-svn-id: trunk@19796 -
2009-05-04 11:45:22 +00:00
mattias
fd88c3a5bd codetools: find declaration of selfunit.identifier
git-svn-id: trunk@19795 -
2009-05-04 10:10:07 +00:00
mattias
14bd4ea660 IDE: options: added frame for class completion
git-svn-id: trunk@19780 -
2009-05-03 11:08:54 +00:00
mattias
018eab6b38 codetools: added policy for uses additions
git-svn-id: trunk@19779 -
2009-05-03 10:34:33 +00:00
mattias
dfe1e5a3cf IDE: find overloads: show start identifier in dialog
git-svn-id: trunk@19778 -
2009-05-03 04:00:35 +00:00
mattias
fe9fc19598 codetools: find overloads: compute shortest paths
git-svn-id: trunk@19768 -
2009-05-02 14:15:24 +00:00