1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1826 commits

Author SHA1 Message Date
John Camelon
b529cdd23d Patch for Sean Evoy
Added tests to verify that the tool command canbe set through the 
IConfiguration interface in the testConfigurations() method, and 
through a ToolReference in the checkSubSubTarget() method.
2004-03-02 16:10:37 +00:00
Andrew Niefer
74206bb9c0 bug 53123 externalize strings 2004-03-01 22:16:48 +00:00
Andrew Niefer
0f74ca46c3 bug 52695: IASTClassSpecifier.getDeclarations returns an empty iterator 2004-03-01 21:18:11 +00:00
Hoda Amer
d557516718 Removing a couple of unused things 2004-03-01 21:17:08 +00:00
Alain Magloire
499f1cf3e0 Patch from James to externalize strings. 2004-03-01 20:09:23 +00:00
Alain Magloire
9bd8b6fb3a Fix to PR 53253 2004-03-01 16:38:31 +00:00
Alain Magloire
183e1ab403 PR 53323 fix 2004-03-01 15:19:49 +00:00
Alain Magloire
a5e59ef207 override the exists() methos for Binary/Archive. 2004-03-01 04:18:38 +00:00
Alain Magloire
7ba1b68964 Performance improving in the DeltaProcessor 2004-03-01 02:03:16 +00:00
Alain Magloire
07f291d778 Fix the PE parser 2004-02-29 07:11:49 +00:00
Alain Magloire
e1140e486b PR 51757 help fixing. Run the PasteAction
update selection in a UI thread.
2004-02-29 05:23:58 +00:00
Alain Magloire
17436b16d0 Implementat for CView.selectReveal()
The element was not shown since we did not have
a comparater.
2004-02-29 04:40:29 +00:00
Alain Magloire
a6553e61d1 New method
ICelement.getAncestor(int ancestorType);
Better implementation of ICElement.getElementAtOffset()
2004-02-29 04:37:19 +00:00
Alain Magloire
a010158135 Fixin NPE in BaseCElementContentProvider 2004-02-29 00:39:24 +00:00
David Inglis
cd8f8ca00f removed unused member 2004-02-27 23:14:44 +00:00
Alain Magloire
e2cd21ff38 put back the method
IBinaryParser.getBinary()

Clients still use it.
2004-02-27 21:27:39 +00:00
Hoda Amer
e7dfb880a4 The CView to update with each reconcile : [Bug 53074] 2004-02-27 21:07:56 +00:00
Alain Magloire
e138c8bc09 Improve performance of the IBinaryParser
by providing a new API
IBinaryParser.getBinary(byte[] hints, IPath path)
2004-02-27 16:22:58 +00:00
John Camelon
d6a96dd12e Patch for Sean Evoy
Tool inheritance test.
2004-02-27 15:59:47 +00:00
Andrew Niefer
95f42aeb9e Bug 53213: Externalize Strings 2004-02-26 23:10:24 +00:00
Andrew Niefer
b9e2f84b0c bug 53213: externalize strings 2004-02-26 19:33:41 +00:00
Andrew Niefer
1738ff2644 Bug 53123 - Externalize Strings 2004-02-26 19:30:36 +00:00
Alain Magloire
5573057ddc new icons from Chris Wiebe 2004-02-26 18:26:37 +00:00
Alain Magloire
47b44fb327 Updates the cpathentry 2004-02-26 17:31:45 +00:00
Alain Magloire
8609c455a2 Changes to the ICElementDelta fields to reflect the doc. 2004-02-26 17:30:18 +00:00
Bogdan Gheorghe
2e497d6a54 - First go at adding selection search to CDT. You can now search for Declarations, References in Workspace, WorkingSets triggered from the CEditor, CView or COutline.
- Added Dependency NPE check + test
- Selection Parser change from John
- Cleaned up search properties file
2004-02-25 23:24:04 +00:00
John Camelon
f070a52e93 org.eclipse.cdt.core
Fixed Bug 43051 : Search: cannot specify relative search paths
	Fixed Bug 45140 : refactor IScanner to allow use of Readers of IResource

org.eclipse.cdt.core.tests
org.eclipse.cdt.ui
	Updates for new ISourceElementRequestor interface updates.
2004-02-25 22:18:51 +00:00
Alain Magloire
d3890d72b5 Fix PR 52138 2004-02-25 20:39:42 +00:00
John Camelon
ba9fc2e462 org.eclipse.cdt.core
Updated Scanner to allow for invalid identifier names despite C++'s best efforts at maintaining its honour.  

org.eclipse.cdt.core.tests
	Added ScannerTestCase::testGerman().
2004-02-25 15:30:21 +00:00
Alain Magloire
116fc88367 Added CPathEntry in the AllCoreTests suite. 2004-02-25 14:43:32 +00:00
Alain Magloire
d523bd1dbf New constructor for ShowInCView 2004-02-25 02:52:33 +00:00
John Camelon
d0ae8c2f99 Refactoring Scanner.handleInclusion to be more modular. 2004-02-25 02:41:41 +00:00
Alain Magloire
54e925ee1f Fix pr 52562 2004-02-24 23:10:55 +00:00
Alain Magloire
a26e6b67e2 Fix 52790 2004-02-24 23:01:18 +00:00
Alain Magloire
6904bc4b71 Move the getPath() method in the IPathEntry base class. 2004-02-24 22:21:11 +00:00
Andrew Niefer
b4309ac47a Start of bug 51485: PST Templates: Explicit Specialization 2004-02-24 22:09:59 +00:00
John Camelon
35ad4ab120 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52823 2004-02-24 18:18:56 +00:00
John Camelon
ac87e55ae0 Partial Fix for Bug 52534 - Selection Search offset limit reached is broken 2004-02-24 16:01:32 +00:00
Alain Magloire
5872a87f8c Support for delta in the ICElementDelta hierarchy for
IPathEntry deltas.
2004-02-24 05:03:30 +00:00
Doug Schaefer
22dcf4b013 Undo! 2004-02-23 19:53:47 +00:00
Doug Schaefer
e10c748d02 Testing out asserts. 2004-02-23 19:25:00 +00:00
John Camelon
a1a3f31dda Fixed CModelManager.isValidTranslationUnitName() regression. 2004-02-23 18:46:13 +00:00
Alain Magloire
71bfb71873 refactoring suite 2004-02-23 04:34:33 +00:00
Alain Magloire
0faa6b124c more testing 2004-02-23 04:33:38 +00:00
Alain Magloire
dcf729b3ca refactoring. 2004-02-22 06:08:18 +00:00
Alain Magloire
97c1e621cd more testing 2004-02-21 22:04:44 +00:00
Alain Magloire
49bda30169 Refactor of ICPathEntry to IPathEntry 2004-02-21 22:03:50 +00:00
Alain Magloire
31196e5d83 Refactor ICPathEntry to IPathEntry.
And use a manager PathEntryManager to deal
with the IPathEntries
2004-02-21 22:00:46 +00:00
Alain Magloire
d2990e8a84 CPathEntry draft. 2004-02-20 23:09:24 +00:00
Alain Magloire
5f424df50d Fix PR 52618 2004-02-20 17:58:23 +00:00