Commit Graph

123 Commits

Author SHA1 Message Date
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
mattias
904c6cee55 IDE: code explorer: removing forward procs if proc exist
git-svn-id: trunk@20398 -
2009-06-04 09:34:16 +00:00
mattias
de7660d56f IDE: codeexplorer: fixed crash on incomplete property
git-svn-id: trunk@20231 -
2009-05-26 10:39:46 +00:00
mattias
3854d50417 IDE: code explorer: keep filter when updating nodes
git-svn-id: trunk@20168 -
2009-05-24 11:44:53 +00:00
mattias
7bed3e823c IDE: code explorer: do not idle update when active
git-svn-id: trunk@20167 -
2009-05-24 11:34:18 +00:00
mattias
60faf70d14 IDE: code explorer: ignore syntax errors when retrieving node description
git-svn-id: trunk@20140 -
2009-05-23 10:12:48 +00:00
mattias
c62f7d1f75 IDE: code observer: empty class sections: ignore first published class section, bug #13633
git-svn-id: trunk@19750 -
2009-05-01 18:33:43 +00:00
mattias
d3391736dc IDE: code observer: unsorted class visibility: ignore first published class section
git-svn-id: trunk@19749 -
2009-05-01 18:28:33 +00:00
paul
4b4bb3c76b ide: don't show observations when mode <> categories in the code explorer tree
git-svn-id: trunk@19595 -
2009-04-24 03:19:12 +00:00
paul
2da1e36c1c ide: set correct imageindex for uses section and used unit nodes
git-svn-id: trunk@19594 -
2009-04-24 03:07:44 +00:00
paul
841d9ef2fb ide: shot unit names instead of 'use unit' in the code explorer tree
git-svn-id: trunk@19593 -
2009-04-24 02:55:23 +00:00
mattias
9074baf434 IDE: code explorer: implemented wrong indentation
git-svn-id: trunk@19572 -
2009-04-22 15:15:06 +00:00
mattias
a9d598fdb3 IDE: code observer: parsing inner blocks and brackets
git-svn-id: trunk@19565 -
2009-04-22 06:17:23 +00:00
mattias
63f92835aa IDE: code observer: max 50 items per category
git-svn-id: trunk@19564 -
2009-04-22 05:02:41 +00:00
mattias
231bcf7955 IDE: renamed figures to Code Observer
git-svn-id: trunk@19530 -
2009-04-20 22:03:10 +00:00
mattias
bd60177766 clena up
git-svn-id: trunk@19524 -
2009-04-20 13:26:57 +00:00
mattias
21b15fd2c8 IDE: codeexplorer: empty asm blocks
git-svn-id: trunk@19523 -
2009-04-20 13:26:38 +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
1e362205e8 IDE: codeexplorer: implemented ignoring some function calls when gathering constants
git-svn-id: trunk@19505 -
2009-04-19 10:36:05 +00:00
mattias
fd0c8eea1e IDE: improved figures options layout
git-svn-id: trunk@19497 -
2009-04-18 22:14:01 +00:00