Alain Magloire
c91658733d
Fix typo in class signature
2003-09-01 21:49:15 +00:00
Alain Magloire
77e2dfd706
Remove unused imports
2003-08-31 23:59:01 +00:00
Alain Magloire
c27dc686af
updated.
2003-08-31 23:54:48 +00:00
Alain Magloire
f1966eafe3
Change implementation to save extension form the
...
CCorePlugin
2003-08-31 23:54:38 +00:00
Alain Magloire
9e854093ca
Add method to save ErrorParsers
2003-08-31 23:54:16 +00:00
Alain Magloire
b9102ce931
updated
2003-08-31 04:46:02 +00:00
Alain Magloire
8b2c2f72e5
New Block to add ErrorParser
2003-08-31 04:45:53 +00:00
Alain Magloire
19076f897f
New extension point for the ErrorParsers
2003-08-31 04:42:14 +00:00
Alain Magloire
87d6f1fbfa
Added method to retrieve and instanciate the Error Parser.
2003-08-31 04:41:53 +00:00
Alain Magloire
889025e925
updated
2003-08-30 21:18:46 +00:00
Alain Magloire
db710bebea
Fix all the synthetic method warning from Eclipse.
...
New addition CheckedListDialogField.
2003-08-30 21:18:21 +00:00
Alain Magloire
237f613643
updated.
2003-08-30 19:50:55 +00:00
Alain Magloire
8911cb0c81
Remove some synchronization primitives.
2003-08-30 19:50:44 +00:00
Alain Magloire
9f6e4f8db6
update.
2003-08-30 05:21:34 +00:00
Alain Magloire
5e01d648f6
add new method getImageDescriptor
2003-08-30 05:21:24 +00:00
Alain Magloire
d3a258b4d7
Rewrite to use the new Parser ISourceElementRequestor.
2003-08-30 05:21:06 +00:00
Mikhail Khodjaiants
bd74b169fb
Label for target suspended by shared library event.
2003-08-29 22:04:02 +00:00
Mikhail Khodjaiants
c4517804fd
Implementation of deferred breakpoints.
2003-08-29 21:57:08 +00:00
Mikhail Khodjaiants
dab5b46aed
Moving shared library features from mi to CDI.
...
Added new launch configuration constants to ICDTLaunchConfigurationConstants.
2003-08-29 21:49:44 +00:00
Mikhail Khodjaiants
75d00906d9
Moving shared library features from mi to CDI.
...
Added new methods to ICDISharedLibraryManager:
- isAutoLoadSymbols
- isStopOnSolibEvents
- setAutoLoadSymbols
- setStopOnSolibEvents
- supportsAutoLoadSymbols
- supportsStopOnSolibEvents
2003-08-29 21:21:45 +00:00
Mikhail Khodjaiants
ae82c8efca
Moving shared library features from mi to CDI.
...
Added new methods to ICDISharedLibraryManager:
- isAutoLoadSymbols
- isStopOnSolibEvents
- setAutoLoadSymbols
- setStopOnSolibEvents
- supportsAutoLoadSymbols
- supportsStopOnSolibEvents
2003-08-29 20:50:45 +00:00
Alain Magloire
1711ab27d9
updated.
2003-08-29 15:05:08 +00:00
Alain Magloire
4c3c201cb5
First draft of a Make Editor.
2003-08-29 15:04:57 +00:00
Alain Magloire
d10a333672
updated.
2003-08-29 14:25:31 +00:00
Alain Magloire
e64aa39dd6
regenarated
2003-08-29 14:25:21 +00:00
Alain Magloire
a62a1f4305
change the limit of arguments to match OS limit
2003-08-29 14:25:01 +00:00
John Camelon
f0646c36bc
Patch for Andrew Niefer
...
Modified BaseSearchTest.setUp to properly include the "include.h" file.
This fixes the failing
ClassDeclarationPatternTests.testHeadersVisitedTwice and
OtherPatternTests.testOrPattern
2003-08-28 20:14:11 +00:00
John Camelon
f8a656fbcf
Core:
...
-#39961: Template parameter signature documentation
UI:
-#39968: Template Union missing an icon
2003-08-28 19:49:37 +00:00
Alain Magloire
f6653a6c61
updated
2003-08-28 19:47:32 +00:00
Alain Magloire
87ebd92130
Overload some methods in WorkingCopy.
2003-08-28 19:47:21 +00:00
Alain Magloire
7edad6b418
Check in the IScannerInfo for include paths.
2003-08-28 19:47:01 +00:00
Alain Magloire
572553e0f9
Use CFileElementWorkingCopy
2003-08-28 19:46:41 +00:00
Alain Magloire
2659282961
updated.
2003-08-28 19:20:16 +00:00
Alain Magloire
d5cb7e7ada
Check if the Resource is valid.
2003-08-28 19:20:05 +00:00
Doug Schaefer
e166326ad9
Fixes a problem I had with the CProjectHelper which
...
compiles using Eclipse's internal java compiler but fails
with the JRE 1.3 compiler.
2003-08-28 17:38:09 +00:00
John Camelon
55bd1089ae
Core :
...
- Added resolving references in a method's qualified name in Complete parse mode.
Example (.cpp file ):
The method "A::B::C::aMethod(){};" used to be an IASTFunction, with name = "A::B::C::aMethod".
Now is an IASTMethod, with name = "aMethod", and references to class A, class B and class C.
- Added the checking for "isConstructor" and "isDestructor" for an IASTMethod in complete parse mode.
2003-08-28 15:50:31 +00:00
John Camelon
cb951980f4
CORE
...
Fixed bug39535 - Parser fails on namesapce aliases
TESTS
Moved bug39535 from failedTests to quickParse success tests.
2003-08-28 15:02:52 +00:00
Doug Schaefer
2e52ac872d
Switched to use xerces to eliminate dependency on JDK 1.4
2003-08-28 14:16:53 +00:00
Doug Schaefer
7289b8404d
Fix the version number.
2003-08-28 04:09:30 +00:00
Doug Schaefer
546152864c
Cleaned up the project dependencies to remove
...
dependencies that didn't appear in the plugin.xml file.
2003-08-27 18:38:11 +00:00
Alain Magloire
6c729f13ad
updated.
2003-08-27 13:17:58 +00:00
Alain Magloire
f62e609968
Update code completion to include for functions and
...
methods and to position the cursor appropiately.
2003-08-27 13:17:47 +00:00
Alain Magloire
397cfb2121
updated.
2003-08-26 20:18:09 +00:00
Alain Magloire
9b0231f1ec
New error message.
2003-08-26 20:17:59 +00:00
Alain Magloire
a4f0b0b2cd
Change the error message.
2003-08-26 20:17:48 +00:00
Doug Schaefer
8f3b6007eb
Patch for Bogdan Gheorghe:
...
Indexer
=======
- Changed file extensions to prevent header files from being indexed (they will be indexed via inclusion)
Search
=======
- Added scope checking to MatchLocator
- Modified CSearchPattern to allow for destructor searches
- Added debug tracing statements to SearchEngine
- Added debug tracing statements to MatchLocator
UI
==
- Converted CTags based OpenOnSelectionAction to OpenDeclarationsAction. For now, we do a search on all types with the selected name.
- Hooked up OpenDeclarationsAction to search engine
General
=======
- Modified start up code to set debug trace options (which are defined from the launcher). I've added the following trace components:
- dependency
- indexer
- indexmanager
- matchlocator
- model
- search
- parser
- Added trace debug statements to CModelBuilder
- Modified Util.java to make use of IDebugLogConstants
2003-08-26 19:16:03 +00:00
Doug Schaefer
eb6f0a3264
Fix the version number to 1.1.0
2003-08-26 18:38:05 +00:00
Alain Magloire
6bd29c446e
updated.
2003-08-26 18:23:38 +00:00
Alain Magloire
247737caff
fix for parsing the output.
2003-08-26 18:22:16 +00:00
Alain Magloire
0024353521
do not add them.
2003-08-26 15:53:57 +00:00