Commit Graph

183 Commits

Author SHA1 Message Date
lazarus
193e9e1936 MG: added smart hints in debug mode
git-svn-id: trunk@3619 -
2002-11-10 22:02:36 +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
1cb12c9983 MG: added handling of unexpected exceptions in finddeclaration
git-svn-id: trunk@3600 -
2002-11-02 22:44:19 +00:00
lazarus
51b8c1acf0 MG: fixed designer hints
git-svn-id: trunk@3598 -
2002-11-02 10:59:31 +00:00
lazarus
038aaa7cb3 MG: fixed used virtual files and IsPartOfProject Bug
git-svn-id: trunk@3591 -
2002-10-30 22:28:50 +00:00
lazarus
e02a01606f MG: impoved focussing, unfocussing on destroy and fixed unit search
git-svn-id: trunk@3577 -
2002-10-28 18:17:02 +00:00
lazarus
4b80bf49f0 MG: fixed searching units in fpc1.1 sources
git-svn-id: trunk@3538 -
2002-10-22 22:33:19 +00:00
lazarus
78e3abadce MG: fixes for 1.1
git-svn-id: trunk@3528 -
2002-10-21 14:40:52 +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
a9f177849b MG: fixed find declaration: resolving type of property
git-svn-id: trunk@3479 -
2002-10-07 10:09:19 +00:00
lazarus
f47cc0335c MG: fixed find declaration warning of searching again in system unit
git-svn-id: trunk@3476 -
2002-10-06 19:20:24 +00:00
lazarus
367fd82678 MG: fixed frozen selection in designer on sizing
git-svn-id: trunk@3444 -
2002-10-02 07:56:23 +00:00
lazarus
7460fce057 MG: implemented IgnoreErrorAfter position for codetools
git-svn-id: trunk@3362 -
2002-09-19 14:53:38 +00:00
lazarus
74af27a012 MG: fixed creating project from file
git-svn-id: trunk@3360 -
2002-09-17 22:19:36 +00:00
lazarus
6b3a527af4 MG: accelerated designer mouse move and added Delete Selection to designer popupmenu
git-svn-id: trunk@3359 -
2002-09-17 21:33:16 +00:00
lazarus
093d68ba1a MG: renamed designerstr.pas to objinspstrconsts.pas
git-svn-id: trunk@3351 -
2002-09-16 14:46:05 +00:00
lazarus
44e3418b75 MG: added TListView notification from Vincent
git-svn-id: trunk@3340 -
2002-09-14 08:38:06 +00:00
lazarus
7c2bb90b7b MG: added uni dependencies
git-svn-id: trunk@3339 -
2002-09-14 07:05:15 +00:00
lazarus
5d5f7d7b6e MG: fixed finddeclaration IsCompatible for nodes
git-svn-id: trunk@3266 -
2002-08-30 14:59:14 +00:00
lazarus
9caac69e35 MG: MoveWindowOrgEx, Splitted FWinControls/FControls, TControl drawing, Better DesignerDrawing, ...
git-svn-id: trunk@3265 -
2002-08-30 12:32:25 +00:00
lazarus
f4c9bc475a MG: fixed codetools proc collection
git-svn-id: trunk@1957 -
2002-08-17 23:40:23 +00:00
lazarus
b205696671 MG: fixed find declaration of predefined idents
git-svn-id: trunk@1838 -
2002-08-09 19:28:29 +00:00
lazarus
0e368232da MG: codecompletion now checks for filebreaks, savefile now checks for filedate
git-svn-id: trunk@1828 -
2002-08-07 09:55:31 +00:00
lazarus
ffd4807ec9 MG: fixed search forward
git-svn-id: trunk@1792 -
2002-07-27 15:38:01 +00:00
lazarus
3efe784a25 MG: fixed collect declarations
git-svn-id: trunk@1732 -
2002-06-05 19:46:46 +00:00
lazarus
008fb80307 MG: fixed find declaration of function ident with direct child access
git-svn-id: trunk@1730 -
2002-06-05 17:33:11 +00:00
lazarus
7d98f31c27 MG: fixed find declaration of identifier starting with round bracket
git-svn-id: trunk@1729 -
2002-06-05 17:18:47 +00:00
lazarus
e77137ac52 MG: fixed finddeclaration Result in with statement
git-svn-id: trunk@1728 -
2002-06-05 17:02:31 +00:00
lazarus
e76460e8d4 MG: fixed form streaming of not direct TForm descendents
git-svn-id: trunk@1719 -
2002-05-30 21:53:56 +00:00
lazarus
f2bb9eaf9c MG: fixed find declaration top lvl name resolving of properties
git-svn-id: trunk@1710 -
2002-05-29 21:43:22 +00:00
lazarus
8126e3f5bd MG: added gtk rc file support and started stule dependent syscolors
git-svn-id: trunk@1709 -
2002-05-28 19:39:45 +00:00
lazarus
784fb02b29 MG: added command line help
git-svn-id: trunk@1707 -
2002-05-27 17:58:42 +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
d1941058d2 MG: finddeclaration for stupid things like var a:a;
git-svn-id: trunk@1694 -
2002-05-17 10:45:23 +00:00
lazarus
e21ba6b96e MG: fixed find next overloaded proc flags
git-svn-id: trunk@1687 -
2002-05-16 15:10:08 +00:00
lazarus
194546760e MG: find declaration for delphi pointer shortcut and clientrect tricks
git-svn-id: trunk@1656 -
2002-05-01 11:57:40 +00:00
lazarus
4567f3e78d MG: fixed find property
git-svn-id: trunk@1655 -
2002-05-01 06:36:25 +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
088624b9cc MG: accelerated parser
git-svn-id: trunk@1628 -
2002-04-23 16:12:52 +00:00
lazarus
e3f266184c MG: fixed missing include directives
git-svn-id: trunk@1625 -
2002-04-22 07:16:36 +00:00
lazarus
b875d995f1 MG: fixed finddeclaration
git-svn-id: trunk@1623 -
2002-04-21 14:10:24 +00:00
lazarus
e98e669d0a MG: small updates and fixes
git-svn-id: trunk@1622 -
2002-04-21 13:24:07 +00:00
lazarus
d02846cc88 MG: fixed find declaration of forward def class
git-svn-id: trunk@1617 -
2002-04-18 07:53:08 +00:00
lazarus
4409ebfe2d MG: fixed node cache search range calculation
git-svn-id: trunk@1616 -
2002-04-18 06:26:05 +00:00
lazarus
dd37880074 MG: added path editor for compiler options
git-svn-id: trunk@1612 -
2002-04-16 08:55:06 +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
41d00f60e4 MG: reduced output
git-svn-id: trunk@1601 -
2002-04-11 08:20:14 +00:00
lazarus
9b66e0abc7 MG: small fixes, cleanups and started event assignment completion
git-svn-id: trunk@1600 -
2002-04-11 08:08:50 +00:00
lazarus
b9aa246069 MG: fixed find context node at predefined property type
git-svn-id: trunk@1599 -
2002-04-06 13:22:16 +00:00
lazarus
79843da247 MG: added fpc define templates
git-svn-id: trunk@1598 -
2002-04-06 11:20:43 +00:00
lazarus
d22da79b0b MG: fixed autocreate form editing in project opts
git-svn-id: trunk@1593 -
2002-04-05 16:34:16 +00:00
lazarus
77b21590ad MG: fixed bug in finddeclaration code node range comparision
git-svn-id: trunk@1592 -
2002-04-04 21:53:03 +00:00
lazarus
31798d03be MG: changed except statements to more verbosity
git-svn-id: trunk@1590 -
2002-04-04 12:25:02 +00:00
lazarus
c662603e81 MG: fixed crash on open project
git-svn-id: trunk@1585 -
2002-04-03 10:34:07 +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
074a94475e MG: fixed SearchFileInPath
git-svn-id: trunk@1583 -
2002-04-03 07:29:58 +00:00
lazarus
0e2a403556 MG: bugfixes, finddeclaration cache dependencies
git-svn-id: trunk@1579 -
2002-04-02 16:44:41 +00:00
lazarus
8b4c655cfb MG: caches scanner and parser errors
git-svn-id: trunk@1573 -
2002-03-30 20:59:43 +00:00
lazarus
248d37e16d MG: internationalization for codetools
git-svn-id: trunk@1568 -
2002-03-29 16:23:02 +00:00
lazarus
93ebbc28eb MG: more internationalization
git-svn-id: trunk@1566 -
2002-03-29 15:50:36 +00:00
lazarus
c53114998b MG: fixes for synedit mouse selection
git-svn-id: trunk@1555 -
2002-03-27 20:08:05 +00:00
lazarus
5d76031986 MG: added TOpen/SaveFlags and splittet some methods
git-svn-id: trunk@1543 -
2002-03-25 07:29:24 +00:00
lazarus
c0249538e7 MG: allow var a:a; statements
git-svn-id: trunk@1533 -
2002-03-22 13:58:00 +00:00
lazarus
17feff57be MG: many fixes, to make it short: events
git-svn-id: trunk@1531 -
2002-03-22 12:36:47 +00:00
lazarus
2107ba9a69 MG: fixed not caching proc nodes
git-svn-id: trunk@1515 -
2002-03-14 17:41:29 +00:00
lazarus
160029222a MG: reduced output
git-svn-id: trunk@1511 -
2002-03-14 07:43:33 +00:00
lazarus
d95aa7b01f MG: added define templates for Delphi5 Projects
git-svn-id: trunk@1510 -
2002-03-14 07:42:34 +00:00
lazarus
da158e6e83 MG: added TPicture clipboard support
git-svn-id: trunk@1507 -
2002-03-11 23:22:46 +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
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
84fc508f31 MG: fixed find declaration node cache flags checking and updates for defines
git-svn-id: trunk@1480 -
2002-03-06 17:26:52 +00:00
lazarus
969951d7fb MG: updates for codetools defines
git-svn-id: trunk@1479 -
2002-03-05 14:52:17 +00:00
lazarus
2e084658ef MG: find declaration: fixed function in with context
git-svn-id: trunk@1475 -
2002-03-04 07:28:53 +00:00
lazarus
bbc6e83287 MG: fixes, e.g. for find declaration
git-svn-id: trunk@1472 -
2002-03-02 16:31:18 +00:00
lazarus
b04c9a1244 MG: fixed find declaration and inheriting class visibility flags
git-svn-id: trunk@1469 -
2002-03-02 13:22:27 +00:00
lazarus
9891d77a52 MG: fixed typo
git-svn-id: trunk@1467 -
2002-03-01 15:53:55 +00:00
lazarus
eb8ad3a7c7 MG: added selection keys and nil operand
git-svn-id: trunk@1466 -
2002-03-01 15:51:08 +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
386a8e08f4 MG: fixed nested record parsing
git-svn-id: trunk@1459 -
2002-02-25 18:46:06 +00:00
lazarus
9a34e4df29 MG: started OI events
git-svn-id: trunk@1438 -
2002-02-11 15:12:03 +00:00
lazarus
e9ad4fc43f MG: fixed node cache for increased search ranges
git-svn-id: trunk@1436 -
2002-02-11 09:29:19 +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
d2f2b01edc MG: fixed deactivating hints
git-svn-id: trunk@674 -
2002-02-07 18:19:01 +00:00
lazarus
b7936d01ca MG: added BaseTypeCache
git-svn-id: trunk@672 -
2002-02-07 13:47:58 +00:00
lazarus
c64d618c01 MG: started basetype chaching
git-svn-id: trunk@665 -
2002-02-05 21:59:21 +00:00
lazarus
9b9e3cfba0 MG: started basetype chaching
git-svn-id: trunk@664 -
2002-02-05 21:57:09 +00:00
lazarus
447fdcf463 MG: started basetype chaching
git-svn-id: trunk@663 -
2002-02-05 21:09:02 +00:00
lazarus
eb0a5dacfc MG: added node cache, which accelerates mass find declaration
git-svn-id: trunk@662 -
2002-02-05 20:46:51 +00:00
lazarus
7a654795a8 MG: added noce cache check for every context node
git-svn-id: trunk@661 -
2002-02-04 16:48:45 +00:00
lazarus
7f07c32279 MG: added circle test for find base node
git-svn-id: trunk@660 -
2002-02-04 14:19:18 +00:00
lazarus
7b585c30cd MG: fixed consistency check inheritance
git-svn-id: trunk@657 -
2002-02-03 16:33:18 +00:00
lazarus
3d0c615d15 MG: added update checks for node caching
git-svn-id: trunk@655 -
2002-02-03 15:37:54 +00:00
lazarus
ffb07a8f59 MG: added base class for mem managers and started node cache
git-svn-id: trunk@651 -
2002-01-31 16:52:24 +00:00