Commit Graph

142 Commits

Author SHA1 Message Date
mattias
ca83cd6512 codetools: find declaration: alias of property type
git-svn-id: trunk@31247 -
2011-06-16 11:14:42 +00:00
mattias
c57d5ad7ae IDE: codeexplorer: nicer node names
git-svn-id: trunk@31193 -
2011-06-13 08:02:17 +00:00
mattias
7518b94193 codeexplorer: surrounding: hide class nodes
git-svn-id: trunk@31031 -
2011-06-03 21:30:37 +00:00
mattias
cbb2956bdd IDE: codeexplorer: clean up
git-svn-id: trunk@30805 -
2011-05-19 08:53:39 +00:00
mattias
223d952b99 IDE: codeexplorer: surrounding showing nested procedures
git-svn-id: trunk@30803 -
2011-05-18 22:31:59 +00:00
mattias
fa3c03859c IDE: codeexplorer: surrounding
git-svn-id: trunk@30789 -
2011-05-18 08:23:48 +00:00
mattias
55581885e6 IDE: codeexplorer: filter
git-svn-id: trunk@30786 -
2011-05-17 13:23:16 +00:00
mattias
84851c7e2e IDE: codeexplorer: started context
git-svn-id: trunk@30774 -
2011-05-16 22:03:08 +00:00
mattias
8277e6840c IDE: codeexplorer: directives tree: refersh and options buttons
git-svn-id: trunk@30430 -
2011-04-22 16:10:11 +00:00
mattias
600e0b0b40 IDE: codeexplorer: show enums
git-svn-id: trunk@30429 -
2011-04-22 15:52:57 +00:00
mattias
3927cd86b3 IDE: codeexplorer: hide constants
git-svn-id: trunk@30428 -
2011-04-22 15:50:17 +00:00
mattias
4f26caa11d IDE: codeexplorer: show source editor node in implementation
git-svn-id: trunk@29981 -
2011-03-22 12:51:41 +00:00
mattias
7092206f93 IDE: code explorer: jump to implementation
git-svn-id: trunk@29979 -
2011-03-21 23:43:13 +00:00
mattias
eace1cdf6c IDE: code explorer: show sub nodes
git-svn-id: trunk@29978 -
2011-03-21 21:31:14 +00:00
mattias
265f94e8af IDE: code explorer: show only top level nodes
git-svn-id: trunk@29977 -
2011-03-21 21:22:20 +00:00
mattias
493447bf27 IDE: code explorer: show used units
git-svn-id: trunk@29976 -
2011-03-21 21:13:38 +00:00
mattias
ab044c572f IDE: code observer: fixed endless loop
git-svn-id: trunk@29909 -
2011-03-19 14:13:23 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
mattias
3943d23f9b codetools: started nested classes, replaced ctnClassType with ctnTypeSection, ctnClassConst with ctnConstSection, class type,const,var sections are now childs of visibility sections
git-svn-id: trunk@29390 -
2011-02-05 10:09:22 +00:00
paul
188361e605 codetools: support new class/generics syntax. like the next:
{ 
 TFoo = class
  const
    Value = 5;
  type
    TBar = integer;
  var
    FSomeField: Integer;
    procedure Dosomething;
  end;  
}

git-svn-id: trunk@28513 -
2010-11-27 18:25:25 +00:00
mattias
5c400e1d74 IDE: codeexplorer: replaced TNoteBook with TPageControl
git-svn-id: trunk@27356 -
2010-09-13 20:53:23 +00:00
maxim
5ef9e227ab IDE: fixed Code Explorer localization after r26557 #92c6db6d27
git-svn-id: trunk@26561 -
2010-07-09 23:14:34 +00:00
mattias
2e8ba297f0 IDE: show readonly icon for readonly properties, bug #16851
git-svn-id: trunk@26511 -
2010-07-07 19:08:00 +00:00
mattias
7b45c23d5e IDE: code explorer: follow cursor
git-svn-id: trunk@26492 -
2010-07-06 19:00:06 +00:00
mattias
1317f884b2 IDE: codeexplorer: move codetool access to code explorr
git-svn-id: trunk@26491 -
2010-07-06 17:24:51 +00:00
mattias
3f6251657d IDE: codeobserver: fixed crash
git-svn-id: trunk@26420 -
2010-07-02 16:54:06 +00:00
mattias
760e7d2a2a IDE: codeexplorer: reduced debugging
git-svn-id: trunk@26336 -
2010-06-30 04:53:07 +00:00
mattias
0d3e4b4fd7 IDE: codeexplorer: update on idle only after user input
git-svn-id: trunk@26335 -
2010-06-30 04:52:01 +00:00
mattias
bd359036f6 IDE: codeexplorer: rename property
git-svn-id: trunk@26329 -
2010-06-29 16:51:56 +00:00
mattias
fd5a10c132 codeexplorer: CodeExplorerView.FindCodeTVNodeAtCleanPos: find deepest node
git-svn-id: trunk@26326 -
2010-06-29 16:42:32 +00:00
mattias
bdc25905ce IDE: code explorer: jump to proc header
git-svn-id: trunk@26322 -
2010-06-29 13:47:48 +00:00
mattias
12c8d12347 IDE: code explorer: fixed rename menu item
git-svn-id: trunk@26317 -
2010-06-29 08:00:26 +00:00
mattias
4ffba4129d IDE: clean up
git-svn-id: trunk@26316 -
2010-06-29 07:56:54 +00:00
mattias
1ee3d6dcf4 IDEIntf: moved TSimpleIDEWindowLayout to IDEWindowCreators
git-svn-id: trunk@26201 -
2010-06-20 10:45:52 +00:00
mattias
e7db0d5bcd IDE: moved todolist to package, todo list for packages needs to be done
git-svn-id: trunk@26151 -
2010-06-16 11:53:34 +00:00
mattias
46444dc603 IDE: code explorer reduce idle overhead
git-svn-id: trunk@25776 -
2010-05-30 16:53:28 +00:00
mattias
73ea1f4f18 IDE: code explorer fixed crash
git-svn-id: trunk@25775 -
2010-05-30 16:43:07 +00:00
mattias
f25c0d95e5 IDE: using IDEIntf to show dockable windows
git-svn-id: trunk@25604 -
2010-05-24 14:31:03 +00:00
mattias
a62c0354eb IDE: removed docking
git-svn-id: trunk@25567 -
2010-05-21 16:24:47 +00:00
martin
e1290c555d Ide/Project; SourceEditor: Start using SourceEditorManager (for multi-window handling)
git-svn-id: trunk@24045 -
2010-03-16 16:16:32 +00:00
paul
9622c8cd82 ide: convert forms to use fpc resources
git-svn-id: trunk@23458 -
2010-01-15 02:06:37 +00:00
mattias
510e73913d IDE: code explorer: fixed check for updates, added menu item Rename
git-svn-id: trunk@22847 -
2009-11-28 11:55:46 +00:00
mattias
524cc9f759 IDE: designer: fixed selecting non visual above visual
git-svn-id: trunk@22846 -
2009-11-28 11:09:22 +00:00
mattias
f7a8ae6d91 IDE: codeexplorer: show names of generics
git-svn-id: trunk@22642 -
2009-11-17 10:00:31 +00:00
mattias
b64abcbd7a codetools: parsing objccategory
git-svn-id: trunk@22611 -
2009-11-16 00:39:35 +00:00
mattias
cf8c233871 codetools: parsing cppclass
git-svn-id: trunk@22601 -
2009-11-15 15:43:53 +00:00
mattias
c66ecbfe45 codetools: objcprotocol
git-svn-id: trunk@21694 -
2009-09-13 23:00:19 +00:00
mattias
ddad9c8091 codetools: implemented objcclass
git-svn-id: trunk@21689 -
2009-09-13 21:31:32 +00:00
mattias
02fbb36db5 IDE: added ChangeStep for codeexplorer options, bug #13910
git-svn-id: trunk@20553 -
2009-06-09 16:37:44 +00:00
mattias
3e08363bbb IDE: code explorer: restore expand state
git-svn-id: trunk@20546 -
2009-06-09 09:54:12 +00:00