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

7424 commits

Author SHA1 Message Date
Bogdan Gheorghe
2f5b010e80 Fix for 70137: Cannot use context-search at template member definition 2005-07-13 20:12:35 +00:00
Doug Schaefer
66af49f629 Bug 102913 - Check for null workingCopy during completions which happens when you open an external file. 2005-07-13 20:06:55 +00:00
Vladimir Hirsl
da12ba63cf Fix for PR 103428: IndexerManager leaks elementchangelisteners on reset()
In case of indexer thread restart after crash/shutdown previous listener is deregistered before registering a new one.
2005-07-13 20:00:11 +00:00
John Camelon
0caa2a5bd5 Patch for Devin Steffler.
Fixed Bug 103323 	NPE caused by DOMSearchUtil#getSearchPattern() when IASTName is null
2005-07-13 19:56:39 +00:00
Vladimir Hirsl
090b00143d Fix for PR 103518: 'Convert to a C project: Autodiscovery setting doesn't inherit what is in Preference' and
PR 103520: 'Failed to show Includes folder for a converted std c/c++project'.
Fixed options inheritance and initialization of discovered paths container on project conversion.
2005-07-13 19:53:41 +00:00
Andrew Niefer
f728c43a2b undo my previous accidental checkin 2005-07-13 18:11:00 +00:00
Andrew Niefer
bbbb57bd53 fix bug 103578 2005-07-13 18:03:30 +00:00
John Camelon
8081caaf0e Check in test to validate Bug 103578 Code completion and navigation do not work with some templates 2005-07-13 16:06:30 +00:00
Andrew Niefer
4e5f1e1fd9 fix test for 43242 2005-07-13 15:23:51 +00:00
Bogdan Gheorghe
eb486d9b9a Fix for 103318: All References search is disabled 2005-07-13 15:04:19 +00:00
Mikhail Khodjaiants
f440bfe5de Bug 103162: Module View: Missing context menu on detailed pane. 2005-07-12 22:01:20 +00:00
John Camelon
9faa7fee14 Fixed Bug 79540 [Parser] Macros in class declaration
Committed test case.
2005-07-12 20:17:15 +00:00
John Camelon
2586ae45c5 Fixed Bug 84759 Return type of functions which returns enum instance is incorrect
Committed test case.
2005-07-12 20:02:53 +00:00
John Camelon
74962ae0c5 Fixed Bug 79067 Parser error: Invalid arithmetic conversion when using enum instance in arithmetic expression
Committed test case.
2005-07-12 19:47:58 +00:00
John Camelon
4dc6e1fdc6 Fixed Bug 78800 [Semantics] User define operators not handled
Committed test case.
2005-07-12 19:44:08 +00:00
John Camelon
3728db47b4 Check in commented out test. 2005-07-12 19:41:52 +00:00
John Camelon
87001dd770 Fixed Bug 80171 CDT Parser doesn't understand the code when add a new static variable but with no "type" defined.
Committed test case.
2005-07-12 19:36:27 +00:00
Bogdan Gheorghe
c4d845f895 Fix for 99759: Indexer.indexEnabledOnAllProjects is always "true" 2005-07-12 19:35:39 +00:00
John Camelon
4285ad1112 Fixed Bug 79650 Parser error during type casting
Committed test case.
2005-07-12 19:26:08 +00:00
Mikhail Khodjaiants
659a9aa535 Bug 103522: Launcher: Stop at main checkbox is covered with default launch dialog size. Moved the "Stop in main" and "Advanced" buttons on the line below. 2005-07-12 19:24:25 +00:00
John Camelon
415109ff2f Fixed Bug Bug 78103 the parser doesn't like unamed structs
Committed test case.
2005-07-12 19:15:54 +00:00
Andrew Niefer
f9413dc151 fix bug 43241 2005-07-12 18:49:19 +00:00
John Camelon
83312c621f Fixed Bug 43579 [Parser] Pointer To Member JUnit Expression Ref Test Failures
Committed test case.
2005-07-12 18:24:39 +00:00
John Camelon
b7e5928c76 Check in commented out test. 2005-07-12 18:19:53 +00:00
John Camelon
c12eff4507 Tests for bug 43241. 2005-07-12 18:15:35 +00:00
John Camelon
be9ff67ffa Test to validate fix of Bug 40768 [Parser] Problems with nested declarators 2005-07-12 17:50:45 +00:00
John Camelon
13f1d71825 Test to validate fix of Bug 40422 [Parser] Need AST representation for PtrToMember vars 2005-07-12 17:34:57 +00:00
Andrew Niefer
a923eec166 fix bug 98760/103339 - CCE or Adding declarators to external functions 2005-07-12 15:54:05 +00:00
Bogdan Gheorghe
1c13ce92c0 Fix for failing UI JUnits 2005-07-12 14:42:42 +00:00
Andrew Niefer
f817288fb3 fix bug 103281 - references in catch block 2005-07-12 14:16:00 +00:00
Bogdan Gheorghe
6d9f16002a Fix for : NPE in CTagEntry 2005-07-12 13:56:25 +00:00
Alain Magloire
ef2c62d0bf 2005-07-10 Alain Magloire
Fix for PR 100992: Setting breakpoints for methods
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-07-11 20:45:45 +00:00
Vladimir Hirsl
b305b10095 Fix for PR 100585: [Scanner Discovery - Indexer] Indexer not notified of scanner info change. Change in project/file scanner info will now cause whole project or just affected files to be indexed. 2005-07-11 20:25:09 +00:00
Mikhail Khodjaiants
afb99ca2e0 Bug 94770: Breakpoint marker messages need formatting. 2005-07-11 20:18:06 +00:00
John Camelon
e10adfd876 Patch for Devin Steffler.
Bug 93982 - [Parser] GCC extension has 2 syntax errors from old GCCCompleteParseExtensionsTest#testBug74190_g_return_if_fail()
2005-07-11 19:04:36 +00:00
Mikhail Khodjaiants
249408c1cb Bug 102077: The DebugLabelViewDecorato asking info out of context. Added a new flag to CVariable indicate the disposed state and prevent target requests. 2005-07-11 18:34:15 +00:00
Mikhail Khodjaiants
d3ee3bfc24 Bug 102563: Break points not working. Temporary switching back to use file names instead of full paths. 2005-07-11 15:18:03 +00:00
Alain Magloire
e83262eb3d Was using the wrong store 2005-07-11 14:24:47 +00:00
John Camelon
ded13023be Made Open Include Action protected so that a subclass can override it.
(Allows for use w/remote resources).
2005-07-11 13:18:34 +00:00
Mikhail Khodjaiants
c65693aadb Bug 103173: Register: user created register groups disappear after debug session restart. 2005-07-11 04:06:52 +00:00
Alain Magloire
71be8a0ded Remove unused local variable 2005-07-11 01:16:41 +00:00
Alain Magloire
1a6f864996 2005-07-09 Alain Magloire
Fix PR 97963
	* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferncePage.java
	+ src/org/eclipse/cdt/internal/ui/preferences/PreviewSourceViewer.java
2005-07-10 23:43:05 +00:00
Leo Treggiari
8112953dc9 Add missing outputPrefix to MacOS X shared library tool-chain 2005-07-10 16:59:28 +00:00
Alain Magloire
e7a70d2d22 2005-07-09 Alain Magloire
Fix PR 90419
	* src/org/eclipse/cdt/internal/coreext/util/CodeFormatterUtil.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/preferences/CEditorPreferencePage.java
	* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
2005-07-10 03:44:55 +00:00
Leo Treggiari
07d3cbbf01 Fix problem with trying to access managedBuildInfo before the .cdtbuild file is created
Update how .c extension is added to a converted project
Update how the project specific file extensions are obtained
Fix problem with resolving options
2005-07-10 03:25:24 +00:00
Leo Treggiari
610f6d0dac Save managedBuildInfo before closing project 2005-07-10 03:20:31 +00:00
Leo Treggiari
c733971c61 Ise -dynamiclib for creating shared libraries on MacOS X 2005-07-10 03:19:36 +00:00
Alain Magloire
0b7470dc63 Wrap the call in a CoreModel.run() 2005-07-09 02:44:13 +00:00
Alain Magloire
0e90fb8c5c Operation is readOnly 2005-07-08 21:47:02 +00:00
Alain Magloire
c9c3c46bb9 Operation is readOnly 2005-07-08 21:40:08 +00:00