Commit Graph

578 Commits

Author SHA1 Message Date
mattias
e2538d01bc codetools: removed cafBegin
git-svn-id: trunk@25737 -
2010-05-28 18:47:50 +00:00
mattias
ddb29579bd codetools: parsing enum types with deprecated, bug #16544
git-svn-id: trunk@25600 -
2010-05-24 09:48:35 +00:00
mattias
e6e762d899 codetools: reading unit modifier library, experimental, deprecated
git-svn-id: trunk@25211 -
2010-05-05 11:32:46 +00:00
mattias
6668b94759 codetools: parsing var a:b; external 'lib' name 'var'
git-svn-id: trunk@25081 -
2010-04-30 15:33:56 +00:00
mattias
5565573175 codetools: fixed parsing constant of type
git-svn-id: trunk@24668 -
2010-04-17 15:31:41 +00:00
mattias
b4e952229d codetools: fixed endless loop if source ends in constant of type
git-svn-id: trunk@24667 -
2010-04-17 15:29:26 +00:00
paul
526fcbcc5f codetools: add support for class constructors and class destructors
git-svn-id: trunk@24630 -
2010-04-15 13:00:14 +00:00
mattias
7e820e2a53 codetools: fixed adding semicolon to procedure heads, bug #16062
git-svn-id: trunk@24221 -
2010-03-26 13:52:12 +00:00
martin
4e55c6562f Codetools: Better support for hint directives after properties
git-svn-id: trunk@24218 -
2010-03-26 12:00:21 +00:00
mattias
153ddcdffa codetools: fixed parsing library without interface and implementation
git-svn-id: trunk@23791 -
2010-02-25 15:39:39 +00:00
paul
23177da4f2 codetools: support dispinterface property declaration
git-svn-id: trunk@23504 -
2010-01-20 14:17:41 +00:00
paul
9e02d5824f codetools: distinct dispinterface and other interfaces
git-svn-id: trunk@23500 -
2010-01-20 13:18:11 +00:00
mattias
4a0a000909 codetools: var and type sections for classes
git-svn-id: trunk@23415 -
2010-01-09 23:04:13 +00:00
mattias
171d63e5c4 codetools: class var/type section for generics
git-svn-id: trunk@23407 -
2010-01-09 16:40:40 +00:00
mattias
227801c427 codetools: implemented parsing class property
git-svn-id: trunk@23406 -
2010-01-09 16:27:36 +00:00
mattias
4c254a359a codetools: parsing new class type section without following visibility keyword, bug #15335
git-svn-id: trunk@23127 -
2009-12-13 19:46:04 +00:00
mattias
2f59dcd283 codetools: parsing weakexternal procedure specifier
git-svn-id: trunk@22762 -
2009-11-25 11:46:36 +00:00
mattias
ef0d1a3cc4 codetools: parsing objcprotocol external name constant
git-svn-id: trunk@22709 -
2009-11-22 19:49:04 +00:00
mattias
10bf020df1 codetools: parsing objcprotocol external, bug #15157
git-svn-id: trunk@22708 -
2009-11-22 19:19:26 +00:00
mattias
2b1408184e codetools: parsing objcprotocol
git-svn-id: trunk@22707 -
2009-11-22 19:18:19 +00:00
mattias
837f13ad0c codetools: parsing specialize in class inheritage brackets, bug #15081
git-svn-id: trunk@22649 -
2009-11-17 12:11:33 +00:00
mattias
b64abcbd7a codetools: parsing objccategory
git-svn-id: trunk@22611 -
2009-11-16 00:39:35 +00:00
mattias
b13238d551 codetools: fixed parsing method
git-svn-id: trunk@22602 -
2009-11-15 15:55:48 +00:00
mattias
cf8c233871 codetools: parsing cppclass
git-svn-id: trunk@22601 -
2009-11-15 15:43:53 +00:00
mattias
7fe5b967f1 codetools: parsing string<number> in mode objfpc,fpc
git-svn-id: trunk@22528 -
2009-11-11 12:57:07 +00:00
mattias
d7dd00883c codetools: parsing proc modifier external delayed
git-svn-id: trunk@22505 -
2009-11-09 14:02:56 +00:00
mattias
19d3a509bd codetools: fixed parsing proc message modifier
git-svn-id: trunk@22482 -
2009-11-07 17:14:41 +00:00
mattias
640e59b6b4 codetools: fixed parsing deprecated after types
git-svn-id: trunk@22480 -
2009-11-07 16:08:10 +00:00
mattias
8838a2c5fd codetools: parsing procedure deprecated without comment
git-svn-id: trunk@22478 -
2009-11-07 15:10:19 +00:00
mattias
c0f0ab2673 codetools: parsing deprecated for variables
git-svn-id: trunk@22476 -
2009-11-07 14:00:03 +00:00
mattias
dffcbd97cc codetools: procedure modifier deprecated
git-svn-id: trunk@22471 -
2009-11-07 12:52:44 +00:00
mattias
c9f863d3a3 codetools: parsing class/interface deprecated
git-svn-id: trunk@22451 -
2009-11-05 16:54:51 +00:00
mattias
51babfb160 codetools: parsing function+property modifier enumerator
git-svn-id: trunk@22425 -
2009-11-04 12:02:23 +00:00
mattias
170f532285 codetools: sealed and abstract classes
git-svn-id: trunk@22300 -
2009-10-27 00:02:41 +00:00
paul
f1e1cc8ec1 codetools: support abstract/sealed class modifiers
git-svn-id: trunk@22211 -
2009-10-18 04:38:18 +00:00
paul
5dd9571ffc codetools: support for *experimental* and *library* hint modifiers
git-svn-id: trunk@22206 -
2009-10-17 13:56:39 +00:00
mattias
10467a9126 codetools: clean up
git-svn-id: trunk@22107 -
2009-10-12 11:35:01 +00:00
mattias
14f7ff3b26 codetools: parsing strict public section
git-svn-id: trunk@22048 -
2009-10-05 14:28:32 +00:00
mattias
406489f03e codetools: added ExtractOperand
git-svn-id: trunk@21937 -
2009-10-01 10:41:33 +00:00
mattias
c66ecbfe45 codetools: objcprotocol
git-svn-id: trunk@21694 -
2009-09-13 23:00:19 +00:00
mattias
6a402092e2 codetools: parsing objcclass end external name string
git-svn-id: trunk@21690 -
2009-09-13 21:44:28 +00:00
mattias
ddad9c8091 codetools: implemented objcclass
git-svn-id: trunk@21689 -
2009-09-13 21:31:32 +00:00
mattias
f9ce3b06a8 codetools: fixed parsing on in statements
git-svn-id: trunk@21656 -
2009-09-11 21:30:25 +00:00
mattias
8e63d7866a codetools: parsing on statements, bug #13935
git-svn-id: trunk@21076 -
2009-08-02 20:53:45 +00:00
mattias
6a4ad23422 codetools: fixed parsing paremeter type array of const, bug #14247
git-svn-id: trunk@21072 -
2009-08-02 16:16:15 +00:00
mattias
df517558c5 codetools: comment
git-svn-id: trunk@21070 -
2009-08-02 15:37:08 +00:00
mattias
782c9cf39c codetools: class completion: add missing property semicolons
git-svn-id: trunk@20691 -
2009-06-21 13:03:25 +00:00
mattias
bf9c4b2db9 codetools: ignoring missing semicolons after properties
git-svn-id: trunk@20690 -
2009-06-21 12:40:54 +00:00
mattias
2401f2c20c codetools: code completion: ignoring code after cursor for some completions
git-svn-id: trunk@20620 -
2009-06-13 21:35:28 +00:00
mattias
40586875a2 IDE: code help: allow result type
git-svn-id: trunk@20264 -
2009-05-27 13:38:40 +00:00
mattias
fef4a6e9b8 codetools: fixed ignoring alias functions in classes
git-svn-id: trunk@20141 -
2009-05-23 10:14:26 +00:00
mattias
602f48c153 codetools: improved class end not found position
git-svn-id: trunk@20139 -
2009-05-23 09:13:41 +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
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
8f19b73c43 codetools: removed TCustomCodeTool.UpperSrc
git-svn-id: trunk@19832 -
2009-05-07 08:16:34 +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
ca2c76b484 codetools: added class ancestor nodes
git-svn-id: trunk@19717 -
2009-04-30 21:38:40 +00:00
mattias
b46c4051e3 codetools: fixed closing with variable nodes, bug #10640
git-svn-id: trunk@19633 -
2009-04-26 13:25:24 +00:00
mattias
8f2bc2fdb1 codetools: identifier completion search at start of identifier and at end of valid code, bug #10548
git-svn-id: trunk@19613 -
2009-04-24 18:01:03 +00:00
mattias
de190884ee codetools: as operator in with variables
git-svn-id: trunk@19533 -
2009-04-20 22:59:04 +00:00
mattias
76f345e29e IDE: codeexplorer: implemented figure empty begin blocks
git-svn-id: trunk@19522 -
2009-04-20 13:18:23 +00:00
mattias
29df007f71 codetools: parsing procedure alias
git-svn-id: trunk@19296 -
2009-04-10 08:40:54 +00:00
mattias
5799bab4d1 codetools: added nodes for units in uses sections
git-svn-id: trunk@19271 -
2009-04-07 09:21:23 +00:00
mattias
271dd47acb codetools: parsing var a: char; public name test;
git-svn-id: trunk@18726 -
2009-02-17 09:49:12 +00:00
mattias
76c9b75118 clean up
git-svn-id: trunk@18432 -
2009-01-25 10:17:33 +00:00
mattias
8f3ab8527b codetools: fixed setting EndPos for parameter types array of identifier
git-svn-id: trunk@17129 -
2008-10-24 15:59:36 +00:00
mattias
e417cd9cef codetools: static keywords for class variables, bug #12293
git-svn-id: trunk@16880 -
2008-10-05 09:33:46 +00:00
mattias
3e2ce6e7d3 codetools: fixed checking unit dependencies each time a unit is parsed, bug #12269
git-svn-id: trunk@16838 -
2008-10-02 07:52:08 +00:00
mattias
8c20e8c9b9 codetools: fixed endless loop
git-svn-id: trunk@15982 -
2008-08-07 14:13:29 +00:00
mattias
746be92b66 codetools: fixed reparsing MethodMap nodes, IDE: fpdoc editor: added short label
git-svn-id: trunk@15974 -
2008-08-06 15:46:13 +00:00
mattias
41ab419765 codetools: allowing @end labels in asm blocks
git-svn-id: trunk@15945 -
2008-08-03 20:24:38 +00:00
mattias
60e3f56061 codetools: implemented parsing 1e-16, bug #8446
git-svn-id: trunk@15880 -
2008-07-26 18:16:56 +00:00
mattias
1bc45f97db codetools: implemented file of identifier for parameters, bug #11025
git-svn-id: trunk@15879 -
2008-07-26 18:04:13 +00:00
mattias
cbc57806d7 synedit: pascal highlighter: implemented mode Delphi/ObjFPC and nested comments
git-svn-id: trunk@15874 -
2008-07-26 15:11:57 +00:00
mattias
9b4a380f50 codetools: returning false on error searching ancestors, bug #11665
git-svn-id: trunk@15828 -
2008-07-21 11:39:11 +00:00
mattias
194d128c0f IDE: allowing negative font height
git-svn-id: trunk@15812 -
2008-07-18 08:08:06 +00:00
mattias
ec306d185d codetools: added debugging info or dangling events
git-svn-id: trunk@15811 -
2008-07-18 08:00:07 +00:00
mattias
c1b02e4ddd codetools: added range check, bug #11573
git-svn-id: trunk@15607 -
2008-06-28 20:43:32 +00:00
mattias
49291a20cd codetools: fixed reading til statement end, bug #7970
git-svn-id: trunk@15208 -
2008-05-22 15:08:31 +00:00
mattias
a45d589f57 codetools: extended ctnWithStatement EndPos to next atom when possible, bug #7970
git-svn-id: trunk@15207 -
2008-05-22 14:48:32 +00:00
mattias
376c870ffe codetools: fixed EndPos of ctnWithStatement
git-svn-id: trunk@15205 -
2008-05-22 14:01:11 +00:00
mattias
5d66571b44 IDE: implemented parsing LCLVersion from lfm, added ResourceBaseClass to TUnitInfo and TPkgFile
git-svn-id: trunk@15106 -
2008-05-12 16:59:43 +00:00
mattias
5f7d69844d codetools: implemented parsin unitname.identifier for function types results
git-svn-id: trunk@15097 -
2008-05-12 09:52:37 +00:00
mattias
1c51099541 IDE: implemented showing help for identifier completion
git-svn-id: trunk@15065 -
2008-05-06 21:37:25 +00:00
mattias
5122d3eaaf codetools: not reparsing when cursor in valid interface
git-svn-id: trunk@15064 -
2008-05-06 19:19:40 +00:00
mattias
08ee4f4862 codetools: missing semicolong in procedure modifiers now allowed for fpc too - sigh
git-svn-id: trunk@14875 -
2008-04-17 22:54:28 +00:00
mattias
abd08bc5f4 codetools: implemented parsing var a:b; export name c;, bug #11002
git-svn-id: trunk@14524 -
2008-03-15 10:24:12 +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
mattias
91f054ad10 codetools: implemented parsing on Exception do, bug #9291
git-svn-id: trunk@13702 -
2008-01-09 22:33:28 +00:00
mattias
876cefb855 codetools: CreateMethod: implemented adding units for parameter types, bug #10594
git-svn-id: trunk@13693 -
2008-01-09 19:45:29 +00:00
mattias
f9cbb95fc4 codetools: fixed parsing classes containing only the inheritage brackets, but no end (bug #10563)
git-svn-id: trunk@13644 -
2008-01-05 23:04:14 +00:00
mattias
4b2895f732 codetools: fixed ignoreerrorafter position to <= instead of <
git-svn-id: trunk@13561 -
2008-01-01 21:03:27 +00:00
mattias
b7a82699cc codetools: added ErrorNicePosition to distingush between error position and probable cause of error
git-svn-id: trunk@13560 -
2008-01-01 20:26:48 +00:00
mattias
b9e3bc84b4 codetools: code completion: completing class interface properties
git-svn-id: trunk@13338 -
2007-12-15 12:58:25 +00:00
mattias
e9a74b0e51 codetools: added phpWithHasDefaultValues
git-svn-id: trunk@13251 -
2007-12-09 11:49:53 +00:00
mattias
3492130ddf codetools: replaced some var with out
git-svn-id: trunk@13222 -
2007-12-08 14:17:46 +00:00
mattias
bf2f4fb951 codetools: parser: fixed parsing methods after var protected section
git-svn-id: trunk@12407 -
2007-10-10 15:56:22 +00:00
mattias
9b445a52cc codetools: added keyword unimplemented
git-svn-id: trunk@12353 -
2007-10-06 18:45:15 +00:00
mattias
6e481f5330 codetools: fixed parsing class functions in programs
git-svn-id: trunk@12131 -
2007-09-22 11:26:18 +00:00
mattias
ffc01c88f4 codetools: fixed regression to jump between methods in implementation classes
git-svn-id: trunk@11850 -
2007-08-23 14:27:29 +00:00
mattias
896b613597 codetools: fixed parsing properties of class interfaces
git-svn-id: trunk@11835 -
2007-08-18 15:37:32 +00:00
mattias
afcbbf4db0 codetools: implemented local type and var section for generics
git-svn-id: trunk@11833 -
2007-08-17 12:48:29 +00:00
mattias
13c2b40e20 codetools: implemented parsing the new fpc 2.3.1 generics, simple find declaration for generics
git-svn-id: trunk@11829 -
2007-08-16 17:12:56 +00:00
mattias
efaec13a02 codetools, TSynPasSyn: aded bitpacked keyword
git-svn-id: trunk@11173 -
2007-05-21 10:09:46 +00:00
mattias
a6d2e13791 replaced calls to MethodName with hooks
git-svn-id: trunk@11036 -
2007-04-29 22:18:42 +00:00
mattias
dd7b5ba113 IDE: fixed adding spaces for identifier completion adding method declarations to classes
git-svn-id: trunk@10479 -
2007-01-19 16:48:20 +00:00
mattias
07cdb27c5d IDE: added Close Project menu item
git-svn-id: trunk@10413 -
2007-01-10 19:28:38 +00:00
mattias
e8fa91fe05 IDE: implemented loading .po files of packages
git-svn-id: trunk@10411 -
2007-01-10 01:29:36 +00:00
mattias
d94c0106dc codetools: added example for identifier completion
git-svn-id: trunk@10402 -
2007-01-08 23:56:58 +00:00
mattias
735b70957a codetools: code completion: implemented adding methog declaration for method body at cursor
git-svn-id: trunk@10386 -
2007-01-06 13:00:36 +00:00
mattias
9aa007713c codetools: fixed parsing if then begin..end statements till end
git-svn-id: trunk@10382 -
2007-01-05 14:57:49 +00:00
mattias
75f42392b4 h2paswizard: implemented redordering files, started tool to replace implicit types in parameters
git-svn-id: trunk@10309 -
2006-12-06 16:51:56 +00:00
mattias
220d4e0e7c codetools: added MacPAS mode specials: IFC, ELSEC, ELIFC, ENDC, defined identifier, undefined identifier, SETC, SETC name := value, out as parameter name, property as parameter name
git-svn-id: trunk@10283 -
2006-12-04 00:00:36 +00:00
mattias
c045101121 codetools: remove debugging code
git-svn-id: trunk@10223 -
2006-11-20 18:18:40 +00:00
mattias
e5fdfd28ff codetools: allowed: var identifier: class of identifier
git-svn-id: trunk@10222 -
2006-11-20 16:28:20 +00:00
mattias
0b3a85d0e6 codetools: adding missing semicolon on code completing forward procedures
git-svn-id: trunk@10139 -
2006-10-31 12:22:13 +00:00
mattias
53dde5cff5 codetools: improved parsing variable section with errors
git-svn-id: trunk@9894 -
2006-09-14 19:30:01 +00:00
mattias
6446572899 codetools: fixed packed class
git-svn-id: trunk@9744 -
2006-08-23 19:05:54 +00:00
mattias
83fc712326 codetools: fixed parsing invalid subrange
git-svn-id: trunk@9626 -
2006-07-17 18:47:07 +00:00
mattias
609922d9e5 codetools: fixed validating last error
git-svn-id: trunk@9502 -
2006-06-27 15:28:37 +00:00
mattias
5d2766a239 added evaluate text at cursor during debugging from Darek
git-svn-id: trunk@9419 -
2006-06-12 18:48:30 +00:00
mattias
07fec2d11b fixed parsing procedure specifier public
git-svn-id: trunk@9344 -
2006-05-23 21:42:52 +00:00
mattias
dc4d7c5d38 IDE now checks, if all files of the package exists
git-svn-id: trunk@9309 -
2006-05-19 16:27:15 +00:00
mattias
e710e115ed codetools implemented parsing requires and contains section of packages
git-svn-id: trunk@8977 -
2006-03-22 00:42:43 +00:00
mattias
ae450142cf improved delphi conversion, include paths and error handling
git-svn-id: trunk@8969 -
2006-03-21 12:21:53 +00:00
mattias
b2be114279 codetools: added ctnConstant and added showing constant in smart hints
git-svn-id: trunk@8923 -
2006-03-12 23:59:07 +00:00
mattias
d730a8875a added codetools parser: procedue name; public name aname;
git-svn-id: trunk@8905 -
2006-03-10 13:26:41 +00:00
mattias
931e16b523 fixed clean up of identifier completion class and ancestors list
git-svn-id: trunk@8401 -
2005-12-31 14:12:55 +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
6191874ec3 fixed codetools ignore error position comparison
git-svn-id: trunk@8203 -
2005-11-21 21:01:56 +00:00
mattias
5d801fb155 implemented IDE code macro ProcedureHead
git-svn-id: trunk@8107 -
2005-11-08 18:20:45 +00:00
mattias
d2e8adeb39 implemented parsing ON variables
git-svn-id: trunk@8026 -
2005-11-01 23:32:26 +00:00
mattias
eb248f3684 implemented searching for TVarData on array of const
git-svn-id: trunk@8010 -
2005-10-31 01:21:28 +00:00
mattias
c3ae0b99dc fixed guess unclosed block for identifier = class ();
git-svn-id: trunk@8005 -
2005-10-30 16:07:54 +00:00
mattias
28e54af177 implemented ... VarArgs parameter for mode MacPas
git-svn-id: trunk@7914 -
2005-10-05 08:44:36 +00:00
mattias
d6527cb4e6 implemented parsing property + deprecated keyword
git-svn-id: trunk@7802 -
2005-09-23 19:01:03 +00:00
mattias
8f8be186cf fixed calling GlobalDesignHook.PersistentAdded when adding via designer
git-svn-id: trunk@7654 -
2005-09-09 14:33:20 +00:00
mattias
09fe314eef fixed reparsing a non parseable code node
git-svn-id: trunk@7580 -
2005-08-27 14:21:00 +00:00
mattias
6991d94081 added codetool node for ctnEndPoint, so that even the last tokens have nodes
git-svn-id: trunk@7524 -
2005-08-18 00:03:16 +00:00
mattias
e1c20a0c4d improved IgnoreErrorAfterCursor for begin blocks, class block and proc heads
git-svn-id: trunk@7523 -
2005-08-17 23:32:18 +00:00
mattias
cad5a68f98 activated IgnoreErrorAfterCursor in codetools finddeclaration and identifier completion
git-svn-id: trunk@7521 -
2005-08-17 16:51:41 +00:00
vincents
1064272122 removed ifdef ver1 from Martin Smat
git-svn-id: trunk@7479 -
2005-08-04 08:41:46 +00:00
mattias
a7b16d2f92 started TButtonActionLink
git-svn-id: trunk@7125 -
2005-05-02 09:17:08 +00:00
vincents
5c84454943 changed hexstr(cardinal()) for pointers to dbgs() and other 64-bits fixes from Peter Vreman
git-svn-id: trunk@6915 -
2005-03-07 21:59:45 +00:00
mattias
945205ad3c implemented adding files from directory in project inspector, fixed extrac proc checking overlapping blocks
git-svn-id: trunk@6690 -
2005-01-26 15:45:08 +00:00
vincents
c535f37167 use xml units from fpc, if not compiling with fpc 1.0
git-svn-id: trunk@6603 -
2005-01-15 13:44:03 +00:00
mattias
53d6e145dc implemented showing proc specifiers in codeexplorer
git-svn-id: trunk@6405 -
2004-12-22 10:19:26 +00:00
vincents
454f333332 Fix compilation with -dMem_Check.
git-svn-id: trunk@6224 -
2004-11-10 14:58:14 +00:00
mattias
68c0ee8c21 renamed avl_tree.pas to oldavltree.pas for new fpc 1.9.5
git-svn-id: trunk@6210 -
2004-11-06 19:49:14 +00:00
mattias
4d35cd562c fixed expanding proc heads
git-svn-id: trunk@6161 -
2004-10-25 13:52:54 +00:00
mattias
ada62722b1 started new feature: find identifier references
git-svn-id: trunk@6022 -
2004-09-18 01:02:23 +00:00
mattias
79f1d1940b fixed ct nodes for proc param type array of
git-svn-id: trunk@5740 -
2004-08-04 17:35:40 +00:00
mattias
99c7244234 implemented codetools support for library export clauses
git-svn-id: trunk@5528 -
2004-05-29 17:50:55 +00:00
mattias
730a67c8e1 fixed button return key
git-svn-id: trunk@5500 -
2004-05-22 14:35:33 +00:00
mattias
617948d9c8 removed unneeded units in uses sections
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
3fa3ca063d fixed reading expressions in type definitions
git-svn-id: trunk@5423 -
2004-04-22 20:42:26 +00:00
mattias
26b4223134 fixed hiding uninitialized controls
git-svn-id: trunk@5389 -
2004-04-09 23:52:01 +00:00
mattias
e99b62d3de fixed 1.0.x compilation
git-svn-id: trunk@5296 -
2004-03-12 15:48:57 +00:00
mattias
7442adb9ae fixed pasring GUID with constant
git-svn-id: trunk@5192 -
2004-02-10 13:54:30 +00:00
mattias
bf0d3c590f implemented global property sections
git-svn-id: trunk@4968 -
2003-12-27 01:04:29 +00:00
mattias
571574438c implemented global properties
git-svn-id: trunk@4967 -
2003-12-26 17:42:48 +00:00
mattias
459b1c939c fixed many range check warnings
git-svn-id: trunk@4951 -
2003-12-25 14:17:07 +00:00
mattias
f5041c8164 implemented proc jumping for operators
git-svn-id: trunk@4938 -
2003-12-23 14:20:33 +00:00
mattias
9084cb082b ct parser now understands interconst:const
git-svn-id: trunk@4863 -
2003-11-29 15:23:23 +00:00
mattias
f0955a6093 implemented extract proc, check lfm and convert delphi unit
git-svn-id: trunk@4708 -
2003-10-15 18:01:10 +00:00
mattias
34cec4abfd new grid icons from Jesus
git-svn-id: trunk@4662 -
2003-09-22 20:41:58 +00:00
mattias
55c9353c30 added Delphi7 source template and language features
git-svn-id: trunk@4657 -
2003-09-21 14:13:36 +00:00
mattias
5aa288de16 implemented "class of" for find declaration
git-svn-id: trunk@4435 -
2003-07-30 11:17:18 +00:00
mattias
5f79f11b3d fixed parsing of with do try finally end
git-svn-id: trunk@4347 -
2003-06-30 17:25:26 +00:00
mattias
3cfdaeef38 fixed targetos for clean all
git-svn-id: trunk@4329 -
2003-06-27 22:07:39 +00:00
mattias
d454bbaa1a accelerated linkscanner
git-svn-id: trunk@4327 -
2003-06-27 08:59:17 +00:00
mattias
d62057d9dc fixed searching in parent nodes of ancestors
git-svn-id: trunk@4322 -
2003-06-26 12:19:23 +00:00
mattias
d261f58365 started codeexplorer
git-svn-id: trunk@4289 -
2003-06-19 16:36:35 +00:00
mattias
5a2ba2fe6d implemented compiler function Low(array)
git-svn-id: trunk@4134 -
2003-05-06 21:54:57 +00:00
mattias
d69ad8c66e accelerated parsing
git-svn-id: trunk@4119 -
2003-05-02 08:11:37 +00:00
mattias
088d4e7233 fixed TMemo.WordWrap
git-svn-id: trunk@4060 -
2003-04-15 08:54:27 +00:00
mattias
1122af8535 fixed parsing records
git-svn-id: trunk@3988 -
2003-03-31 10:49:50 +00:00
mattias
56b8cf78e3 fixed path delimiters for environment directories
git-svn-id: trunk@3983 -
2003-03-29 21:41:19 +00:00
mattias
a2a80bb473 added ipdefine.inc
git-svn-id: trunk@3976 -
2003-03-27 19:16:39 +00:00
mattias
82453a2914 fixed ident completion and parsed with statements
git-svn-id: trunk@3921 -
2003-03-13 21:55:42 +00:00
mattias
840b151bf7 added identcompletion context information and fixed win32 intf
git-svn-id: trunk@3919 -
2003-03-13 19:57:38 +00:00
mattias
a0262292bf make resource string dialog nearly complete
git-svn-id: trunk@3904 -
2003-03-08 21:51:57 +00:00
mattias
4c988adbf1 added localization for env options from Olivier
git-svn-id: trunk@3891 -
2003-03-04 09:21:09 +00:00
mattias
df9de104a3 renamed one Rect
git-svn-id: trunk@3828 -
2003-01-28 17:04:34 +00:00
mattias
1e9fc0f4f2 fixed typos
git-svn-id: trunk@3800 -
2003-01-13 16:15:51 +00:00
mattias
f7a3dbe802 ident completion: added default class completion property access idents
git-svn-id: trunk@3785 -
2003-01-04 14:41:39 +00:00
mattias
27d3422fce code completion now copies procedure calling conventions
git-svn-id: trunk@3777 -
2003-01-02 05:02:24 +00:00
mattias
05fd8f14d1 ident compl: added sorting, ignoring redefinitions, brackets, properties
git-svn-id: trunk@3767 -
2002-12-30 19:13:53 +00:00
mattias
a0bcf62aa6 added history to identifier completion
git-svn-id: trunk@3766 -
2002-12-30 17:24:08 +00:00
mattias
7268e228ed simple identifier completion implemented
git-svn-id: trunk@3761 -
2002-12-29 22:24:53 +00:00
mattias
ed24023cb0 identifier completion: basically working, still hidden
git-svn-id: trunk@3758 -
2002-12-29 18:13:38 +00:00
mattias
17f2aeb9bc made Form.Close more Delphish, added some windows compatibility functions
git-svn-id: trunk@3733 -
2002-12-25 10:21:05 +00:00
mattias
589298a29a find declaration now supports class interfaces
git-svn-id: trunk@3718 -
2002-12-20 13:34:23 +00:00
mattias
23f2a663a1 extended parser for new 1.1 syntax
git-svn-id: trunk@3717 -
2002-12-20 11:27:26 +00:00
mattias
f8329f9fc6 method resolution clause, class ancestor find declaration, 1.1. makros
git-svn-id: trunk@3716 -
2002-12-20 11:08:47 +00:00
mattias
735191d158 new constants for compatibility
git-svn-id: trunk@3694 -
2002-12-12 17:47:46 +00:00
mattias
5c93adce8a find declaration type of constructor
git-svn-id: trunk@3681 -
2002-12-01 23:01:42 +00:00
mattias
ffa37c72b5 fixed find declaration for function results
git-svn-id: trunk@3679 -
2002-12-01 21:57:00 +00:00
lazarus
68fc86e651 MG: added proc parameter list to smart hints
git-svn-id: trunk@3630 -
2002-11-13 09:15:02 +00:00
lazarus
feb9086ada MG: added smart hints in edit mode
git-svn-id: trunk@3618 -
2002-11-10 21:49:27 +00:00
lazarus
7f51bddfb5 MG: fixed typo
git-svn-id: trunk@3602 -
2002-11-03 20:53:36 +00:00
lazarus
6ecb567b0a MG: parser is now abortable
git-svn-id: trunk@3601 -
2002-11-02 23:30:58 +00:00
lazarus
23a85fff62 MG: code completion: added local variable completion
git-svn-id: trunk@3503 -
2002-10-13 21:23:45 +00:00
lazarus
cfaaa10ef0 MG: codecompletion: added ForwardProcInsertPolicies
git-svn-id: trunk@3472 -
2002-10-06 09:03:28 +00:00
lazarus
7460fce057 MG: implemented IgnoreErrorAfter position for codetools
git-svn-id: trunk@3362 -
2002-09-19 14:53:38 +00:00
lazarus
ae98336c93 MG: fixed keymapping of none
git-svn-id: trunk@3347 -
2002-09-14 20:05:14 +00:00
lazarus
44e3418b75 MG: added TListView notification from Vincent
git-svn-id: trunk@3340 -
2002-09-14 08:38:06 +00:00
lazarus
a168428731 MG: added some property editors and started component editors
git-svn-id: trunk@3270 -
2002-08-31 18:45:53 +00:00
lazarus
e06bba7a46 MG: fixed parser for Clx enums and empty param lists
git-svn-id: trunk@3167 -
2002-08-19 08:50:28 +00:00
lazarus
3ee9c1fab9 MG: fixed CodeCompletion of STORED property functions
git-svn-id: trunk@1825 -
2002-08-06 19:58:45 +00:00
lazarus
c0f9ddd6a6 MG: started DelphiObjectBinaryToText
git-svn-id: trunk@1800 -
2002-07-31 07:15:39 +00:00
lazarus
de61fbc396 MG: fixed parser for external vars
git-svn-id: trunk@1785 -
2002-07-09 17:18:23 +00:00
lazarus
ad593a406c MG: fixed parser for variables with external modifier
git-svn-id: trunk@1764 -
2002-06-27 17:38:09 +00:00
lazarus
f9f85ea7c2 MG; fixed find declaration of overloaded procs and expression input types
git-svn-id: trunk@1706 -
2002-05-27 14:38:34 +00:00
lazarus
7b67948294 MG: fixed parser for statements of the form "with A as B do ;"
git-svn-id: trunk@1691 -
2002-05-16 19:00:56 +00:00
lazarus
b951ebcc4e MG: fixed parser for cvar; external;
git-svn-id: trunk@1663 -
2002-05-09 12:38:54 +00:00
lazarus
887c7fdc1f MG: fixed find declaration of default properties
git-svn-id: trunk@1652 -
2002-04-30 09:57:21 +00:00
lazarus
f3d7a35da2 MG: fixes for saving resource files
git-svn-id: trunk@1648 -
2002-04-28 14:10:31 +00:00
lazarus
13a8d7484d MG: Delphi6 syntax and defines
git-svn-id: trunk@1638 -
2002-04-26 12:25:55 +00:00
lazarus
d969776637 MG: started new client rectangle
git-svn-id: trunk@1635 -
2002-04-24 16:11:17 +00:00
lazarus
93afe8a598 MG: fixed typos
git-svn-id: trunk@1632 -
2002-04-24 09:29:06 +00:00
lazarus
8a758c33e3 MG: fixed read constant with edged brackets
git-svn-id: trunk@1631 -
2002-04-23 20:21:20 +00:00
lazarus
dd251efa47 MG: fixed readconstant of sets
git-svn-id: trunk@1630 -
2002-04-23 20:16:06 +00:00
lazarus
088624b9cc MG: accelerated parser
git-svn-id: trunk@1628 -
2002-04-23 16:12:52 +00:00
lazarus
591eaa3d79 MG: fixes, e.g. method jumping to changed overloaded methods
git-svn-id: trunk@1615 -
2002-04-17 09:15:51 +00:00
lazarus
9beb5af34e MG: new expression evalution for find declaration and fixes
git-svn-id: trunk@1606 -
2002-04-15 10:54:13 +00:00
lazarus
2047305713 MG: reduced node cache killing for scan ranges
git-svn-id: trunk@1604 -
2002-04-12 14:51:33 +00:00
lazarus
57400d3471 MG: fixed node cache dependency update bug
git-svn-id: trunk@1603 -
2002-04-12 14:30:26 +00:00
lazarus
39b9f280f6 MG: added Event Assignment completion
git-svn-id: trunk@1602 -
2002-04-12 10:21:55 +00:00
lazarus
4745ac02a1 MG: finddeclaration of array of const and open arrays
git-svn-id: trunk@1584 -
2002-04-03 09:16:44 +00:00
lazarus
8b4c655cfb MG: caches scanner and parser errors
git-svn-id: trunk@1573 -
2002-03-30 20:59:43 +00:00
lazarus
d41af48238 MG: fixed splash screen, fixed parser of resource strings
git-svn-id: trunk@1572 -
2002-03-30 07:29:15 +00:00
lazarus
93ebbc28eb MG: more internationalization
git-svn-id: trunk@1566 -
2002-03-29 15:50:36 +00:00
lazarus
f295045532 MG: further internationalization
git-svn-id: trunk@1565 -
2002-03-29 14:32:49 +00:00
lazarus
4d9789a2ab MG: fixes for save-as and form streaming exceptions
git-svn-id: trunk@1528 -
2002-03-21 22:44:08 +00:00
lazarus
cda51ae148 MG: improved method completion: add inherited code on override specifier
git-svn-id: trunk@1521 -
2002-03-16 10:38:52 +00:00
lazarus
da158e6e83 MG: added TPicture clipboard support
git-svn-id: trunk@1507 -
2002-03-11 23:22:46 +00:00
lazarus
37da619d34 MG: fixed parser for multiple variant identifiers
git-svn-id: trunk@1503 -
2002-03-11 20:36:34 +00:00
lazarus
22fcb1c759 MG: fixed parser for dephis activex
git-svn-id: trunk@1502 -
2002-03-11 20:22:37 +00:00
lazarus
c40bc842d5 MG: acclerated parser read-undo-read combinations
git-svn-id: trunk@1501 -
2002-03-11 18:12:11 +00:00
lazarus
81dc7d308e MG: parser enhanced for delphis sysutils
git-svn-id: trunk@1499 -
2002-03-10 22:59:29 +00:00
lazarus
b15929b6a6 MG: methodjumping of forward procs will now work with renamed procs
git-svn-id: trunk@1496 -
2002-03-10 15:07:34 +00:00
lazarus
e14d49fb6c MG: fixes for Delphi compataibility
git-svn-id: trunk@1492 -
2002-03-09 16:46:33 +00:00
lazarus
0d735a6f89 MG: fixed class method completion
git-svn-id: trunk@1490 -
2002-03-09 11:55:13 +00:00
lazarus
373525fbe5 MG: improved class completion for GUID and line indenting
git-svn-id: trunk@1489 -
2002-03-09 10:39:36 +00:00
lazarus
26eaea13bd MG: fixed parser of end blocks in initialization section added label sections
git-svn-id: trunk@1486 -
2002-03-08 16:16:55 +00:00
lazarus
e6ace97606 MG: outputfilter can now find include files
git-svn-id: trunk@1485 -
2002-03-08 11:37:42 +00:00
lazarus
9e1d337c33 MG: added delphi mode for codetools
git-svn-id: trunk@1482 -
2002-03-07 21:56:56 +00:00
lazarus
830cb9a016 MG: fixed find declaration new nodecache flags, find next
git-svn-id: trunk@1481 -
2002-03-07 14:14:25 +00:00
lazarus
69a28ff329 MG: fixed method search diff proc, fixed synedit insert in empty line, small fixes, started define editor
git-svn-id: trunk@1468 -
2002-03-02 11:08:38 +00:00
lazarus
f85924125e MG: fixes, code creation policies, keymap categories, menu shortcuts
git-svn-id: trunk@1465 -
2002-02-28 12:09:10 +00:00
lazarus
2ab00ee4f2 MG: fixed code completion: fixed long property proc splitting
git-svn-id: trunk@1460 -
2002-02-25 19:09:07 +00:00
lazarus
386a8e08f4 MG: fixed nested record parsing
git-svn-id: trunk@1459 -
2002-02-25 18:46:06 +00:00
lazarus
b84b0b9b70 MG: fixed external variable and rtl/TargetOS include dir
git-svn-id: trunk@1455 -
2002-02-22 18:24:19 +00:00
lazarus
9a34e4df29 MG: started OI events
git-svn-id: trunk@1438 -
2002-02-11 15:12:03 +00:00
lazarus
c2bcc86b61 MG: fixed a node cache range bug
git-svn-id: trunk@1435 -
2002-02-10 20:44:01 +00:00
lazarus
2a0d19493f MG: get compatible published methods now works
git-svn-id: trunk@1434 -
2002-02-09 22:24:51 +00:00
lazarus
46ae7f0d85 MG: many fixes on my way to events
git-svn-id: trunk@1391 -
2002-02-09 02:30:15 +00:00
lazarus
6f4f1d0688 MG: added global write lock
git-svn-id: trunk@647 -
2002-01-30 15:40:48 +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
e382970758 MG: find declaration will now check procs param lists
git-svn-id: trunk@627 -
2002-01-27 18:13:49 +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
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
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
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
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
48e8bf1d18 MG: started find declaration for identifiers
git-svn-id: trunk@589 -
2002-01-13 12:35:55 +00:00
lazarus
a91d8446f3 MG: added guess unclosed block
git-svn-id: trunk@587 -
2002-01-11 20:41:53 +00:00
lazarus
1f09b8a479 MG: added find block end
git-svn-id: trunk@586 -
2002-01-11 15:57:51 +00:00
lazarus
3078f018cd MG: added GUID and alias parsing, added DoJumpToCodeToolBossError
git-svn-id: trunk@551 -
2001-12-19 22:09:14 +00:00
lazarus
a3a63f66b6 MG: find declaration for parsed include directives
git-svn-id: trunk@537 -
2001-12-17 11:02:14 +00:00
lazarus
746f33a85e MG: find declaration for uses sections
git-svn-id: trunk@534 -
2001-12-16 11:20:27 +00:00
lazarus
0908e8916e MG: fixed implementation node end
git-svn-id: trunk@529 -
2001-12-15 22:56:03 +00:00
lazarus
9a551ee4dc MG: added non existing filename to multiselection in TOpenDialog
git-svn-id: trunk@517 -
2001-12-12 20:45:30 +00:00
lazarus
e4f1107899 MG: added quick syntax check via codetools
git-svn-id: trunk@436 -
2001-11-19 15:23:19 +00:00
lazarus
b18dbc2ed7 MG: fixed method jump
git-svn-id: trunk@433 -
2001-11-19 12:13:42 +00:00
lazarus
dfdd318f27 MG: splitted codetools.pp, it was a monster
git-svn-id: trunk@421 -
2001-11-15 09:08:36 +00:00