1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

4346 commits

Author SHA1 Message Date
David Inglis
13677b0555 disable source attachment for now 2004-05-12 16:51:28 +00:00
Mikhail Khodjaiants
63dc1031e9 The input member of 'DisassemblyAnnotationModel' can be null. 2004-05-12 16:13:07 +00:00
Mikhail Khodjaiants
0a710a5566 Do not log CoreException thrown from the 'decrementInstallCount' method. 2004-05-12 16:10:54 +00:00
Mikhail Khodjaiants
d02be766a4 Implemented the color highlighting of the source lines in the Disassembly view. 2004-05-12 15:41:32 +00:00
Sean Evoy
7ba7c61143 Final work for PR 61596 - changing the storage of a enumerated option choice from its value to its ID 2004-05-12 14:33:12 +00:00
David Inglis
9de996037c extern string 2004-05-12 13:38:22 +00:00
David Inglis
3a2ac35857 enable project path property page 2004-05-12 13:37:20 +00:00
David Inglis
cecd1d8a97 update project path pages (added export option to libs/containers) 2004-05-12 13:30:59 +00:00
Alain Magloire
59e9b2a504 remove of this file no longer use, the AnnotaionModel
is now located in the CDocumentProvider.
2004-05-12 03:54:21 +00:00
Alain Magloire
62819ec5c5 throw an exception if the project is not accessible 2004-05-12 03:53:40 +00:00
Bogdan Gheorghe
79365779b6 Fix for intermittent search test failures 2004-05-12 03:48:17 +00:00
Mikhail Khodjaiants
78d0dff593 Added category id in disassembly font definition.
Added descriptions for diassembly font and source line color.
2004-05-11 21:49:45 +00:00
Andrew Niefer
9446e713c1 - fix bug 60928 - content assist and member definitions
- also fix bug related to the display string for constructor content assist completions
2004-05-11 21:37:37 +00:00
Mikhail Khodjaiants
d4a7d540c2 Added theme category for CDT debugger.
Moved the disassembly font definition to the theme.
2004-05-11 20:32:10 +00:00
John Camelon
9af8c9f02e Added SelectionParse failed test. 2004-05-11 20:21:55 +00:00
John Camelon
b988081c1f Another partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 19:43:05 +00:00
David Inglis
2249be45a4 fixed problem with closing project and lossing paths 2004-05-11 18:03:57 +00:00
Alain Magloire
b700118b1f fix some race conditions on the CModelManager.
Not need to synch, the list itself is synchronized.
2004-05-11 17:31:03 +00:00
Sean Evoy
6db86e2257 Work for bugzilla 43021 - Search: cannot find things in stdio.h 2004-05-11 17:09:07 +00:00
John Camelon
6043c77b35 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 15:53:26 +00:00
John Camelon
a92b1a4015 Made as many built-in Scanner-internal macros constants as possible. 2004-05-11 14:51:59 +00:00
David Inglis
d3e35385a3 don't show children for include/macros 2004-05-11 13:41:36 +00:00
David Inglis
cb7eb62a66 update images 2004-05-11 13:24:28 +00:00
Alain Magloire
e187f68cbc 2004-05-11 Alain Magloire
Preliminary work to get Parser IProblem in the CEditor.
2004-05-11 05:52:51 +00:00
John Camelon
1ff19a66bd Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60038 2004-05-11 02:47:15 +00:00
John Camelon
5bbba8f2a5 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61613 2004-05-11 00:44:54 +00:00
John Camelon
5d76260d33 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61597 2004-05-10 22:44:31 +00:00
John Camelon
5b6bd37541 Scalability/Memory enhancements upon the Parser framework. 2004-05-10 21:25:39 +00:00
David Daoust
524a819cac change to HTML doc type flag - required for translation tools to file /getting_started/cdt_w_basic.htm 2004-05-10 21:18:46 +00:00
Andrew Niefer
6f0adebd47 test for bug 57513 2004-05-10 20:55:38 +00:00
Andrew Niefer
1aa7ee77fe fix bug 60493 2004-05-10 20:42:36 +00:00
David Inglis
5785b4bf37 added include/symbol/lib container to ui of container paths.
removed order/export block for now until we really need it will probably come back in some other form.
2004-05-10 20:29:20 +00:00
Andrew Niefer
185c25cd0e fix bug 57513 2004-05-10 19:34:32 +00:00
Sean Evoy
08c13e8969 External commit for Leo Treggiari. The archList attribute of the target object specifies the list of architectures that the target is supported on. The valid list of architectures is the string values returned by BootLoader.getOSArch(). If the archList attribute is not specified, or if the value is "all", then the target is supported on all architectures. Otherwise, the target is only displayed when CDT is running on one of the specified architectures, unless the user has requested to see all targets. 2004-05-10 15:44:32 +00:00
David Daoust
e40dd5c703 From Dave Williams: This patch is a cleanup of some script references, tags and format changes within the HTML required by translation tools. 2004-05-10 14:38:08 +00:00
Sean Evoy
aceec3d10f Updated the implementation to match the new method signature for the IScannerInfoCollector interface 2004-05-10 13:34:53 +00:00
Alain Magloire
2ef688cd80 Rely on the store to fire the delta 2004-05-07 20:46:11 +00:00
David Inglis
41201a534a patch from vlad.
PR 59971 - [Scanner Config] Cannot change default scanner info command,
No PR - improvement in transformation of relative to absolute paths

Also a change in IScannerInfoCollector interface to allow console parsers 
to contribute arbitrary information (like compiler version info, imacros, 
target specific options, ...) to the collector.
2004-05-07 20:44:28 +00:00
Andrew Niefer
5d46138a5d fixing bugs 50807 and 50808, content assist in functions: foo( [] 2004-05-07 19:46:45 +00:00
David Inglis
caa5d189ab set default scanner provider 2004-05-07 19:15:34 +00:00
Sean Evoy
a7ad0b285d Adding the capability of dynamically discovering the built-in compiler paths and symbols and storing them in a PathContainer. The UI has been modified to allw users to turn off indexing for a managed project 2004-05-07 18:55:24 +00:00
Alain Magloire
003e8f5546 Bug in the PathEntyrManager, the container
entries where not resolved.
2004-05-07 18:24:06 +00:00
Alain Magloire
83ff50fe27 PR 57127. Pass the stream verbatim
even if it has spaces.
	This what gdb expects.
2004-05-07 18:21:22 +00:00
David Daoust
eca3f0633f From Dave Williams: Doc patch to fix link errors in the tutorial sections. 2004-05-07 17:50:44 +00:00
Bogdan Gheorghe
2f19221ac0 Modified indexer friend encoding to encode IASTElaboratedTypeSpecifier 2004-05-07 16:37:35 +00:00
Alain Magloire
21b56220d7 Fix for PR 60664 2004-05-07 14:21:21 +00:00
David Inglis
ee00ba1b15 From vlad - PR 60181 - [ScannerConfig] Gets confused on IncludePaths with spaces 2004-05-07 13:02:09 +00:00
Bogdan Gheorghe
02876832bb Fix for Bug 61332 2004-05-06 23:21:22 +00:00
Mikhail Khodjaiants
a19d23361a Implementation of mixed disassembly mode. 2004-05-06 22:03:25 +00:00
Alain Magloire
8ca7329e88 Use Path.EMPTY for empty paths 2004-05-06 20:23:14 +00:00