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 |
|