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

6348 commits

Author SHA1 Message Date
Alain Magloire
439665d7d0 2004-11-08 Alain Magloire
Bug in CVariableFactory for globals, the filename of the
	binary was use instead of the filename of the symbol.
	* src/org/eclipse/cdt/debug/internal/core/model/CVariableFactory.java
2004-11-09 01:44:59 +00:00
Mikhail Khodjaiants
f4f6cc774e Added the "Automatically refresh registers" and "Automatically refresh shared libraries" preferences and properties. 2004-11-08 23:41:30 +00:00
Mikhail Khodjaiants
92f36abdce Added support for refresh preferences and properties. 2004-11-08 23:36:57 +00:00
Chris Wiebe
f8dc81e5cc 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2004-11-08 22:06:36 +00:00
Chris Wiebe
17b5f315da 2004-11-08 Chris Wiebe
fix for 68883
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingContentProvider.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPart.java
2004-11-08 22:06:29 +00:00
Sean Evoy
486c5d2c70 Commit for Leo Treggiari:
Fix for bugzilla 78047 -- Build all results in a 'clean all''
2004-11-08 21:10:26 +00:00
Sean Evoy
b7c36f5113 Commit for Leo Treggiari:
Handles Managed Build System projects that fail to open or convert, for example, because the tool-chain that the project uses is not installed.
When a project configuration is removed, cleans the configuration output.
Edits for some of the externalized strings.
2004-11-08 20:12:46 +00:00
Alain Magloire
cf5df1e48f 2004-11-08 Alain Magloire
Implement new Interface ICDIFunctionFinished.
	It returns the return value of the function.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/FunctionFinished.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/event/SuspendedEvent.java
	* mi/org/eclipse/cdt/debug/mi/core/event/MIFuncitonFinishedEvent.java
2004-11-08 18:14:53 +00:00
Alain Magloire
e35ddb8ef1 2004-11-08 Alain Magloire
New class ICDIFunctionFinished.
	It return the return value of the function.
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/ICDIFunctionFinished.java
2004-11-08 18:13:27 +00:00
Alain Magloire
d44dbb5d43 2004-11-07 Alain Magloire
Support for MIInterpreterExec
2004-11-08 04:17:02 +00:00
Alain Magloire
60a0f4fa81 reset to the default formatter. 2004-11-05 23:46:25 +00:00
Alain Magloire
d546fa13d4 reorganize import 2004-11-05 23:29:59 +00:00
Alain Magloire
c6a90b76ed updating changelog 2004-11-05 23:27:57 +00:00
Alain Magloire
a049e4e71b new code format extension page 2004-11-05 23:24:44 +00:00
Alain Magloire
f7f2ece6bc Changes to codeformat 2004-11-05 23:23:46 +00:00
Alain Magloire
af80f4245e format help id 2004-11-05 23:23:27 +00:00
Alain Magloire
30e62ab83a Change to CodeFormat interface 2004-11-05 23:23:08 +00:00
Alain Magloire
7f1fec3a5b Code formate block UI 2004-11-05 23:22:53 +00:00
Alain Magloire
39acf97212 Code formatter Preference Page. 2004-11-05 23:22:40 +00:00
Alain Magloire
8d8fd6331f keys for code formatter NLS 2004-11-05 23:22:22 +00:00
Alain Magloire
ae5688b47e framework for code formatter. 2004-11-05 23:19:23 +00:00
John Camelon
05788b2494 Patch for Devin Steffler.
Fixed 77379[IProblems][line: -1] IProblem with line: -1 in basic_string.tcc (template related?)
Fixed 77382[IProblems][line: -1] 'this->' in basic_string.tcc has invalid IProblem
Fixed 77389[IProblems] no filename associated with IProblem (ambiguity encountered during lookup)
Fixed 77390 [IProblems] no filename associated with IProblem (Invalid arithmetic conversion in file)
Fixed 77391 [IProblems] no filename/message associated with IProblem in list.tcc
2004-11-05 21:39:39 +00:00
Mikhail Khodjaiants
4706348f12 Cleanup. 2004-11-05 21:35:21 +00:00
Chris Wiebe
bbd3bc4e97 2004-11-05 Chris Wiebe
Fix for 56204 - empty source files are no longer created
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2004-11-05 21:15:24 +00:00
Chris Wiebe
46fc8f5c77 changed label 2004-11-05 20:50:57 +00:00
Chris Wiebe
447ec67b44 2004-11-05 Chris Wiebe
Remove option to use an existing class as enclosing type (defer to future release)
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
2004-11-05 20:26:13 +00:00
Andrew Niefer
837365f975 Patch from Tanya Wolff - content assist tests 2004-11-05 19:24:45 +00:00
Mikhail Khodjaiants
396ecd8664 Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view. 2004-11-04 22:48:05 +00:00
Mikhail Khodjaiants
a740df2852 Removed "Refresh" and "Auto-Refresh" actions support for shared libraries. 2004-11-04 22:47:49 +00:00
Mikhail Khodjaiants
c9259b653d Reformatting. 2004-11-04 22:11:28 +00:00
Mikhail Khodjaiants
3eb80a102a Removed "Refresh" and "Auto-Refresh" actions from the registers view. 2004-11-04 22:04:17 +00:00
Mikhail Khodjaiants
dec5f836cc Removed "Refresh" and "Auto-Refresh" actions support for registers. 2004-11-04 22:04:01 +00:00
Alain Magloire
a914900d7f 2004-11-04 Alex Chapiro
Update files.
	* library/spawner.mak
	* library/starter/starter.mak
2004-11-04 18:22:25 +00:00
Sean Evoy
e70d996fd9 Commit for Leo Treggiari:
The majority of the code changes were for dealing with the Java class attributes (buildfileGenerator, etc…).
The other bug fixes were:
When the user displays the properties of a file in a standard make file, the “C/C++” category is displayed in the left pane – I couldn’t figure out a way to “filter” it out.  Before the fix, the Managed Make property page was displayed and would then crash when the user selected OK.  Now, it displays a label saying that this page only applies to Managed Make projects.
When the user has automatic build set, edits the properties of a configuration, selects a different configuration, selects OK when asked to save the changes, a build for the proper configuration would start but it would pick up the tool settings from the wrong configuration (the newly selected one).
There was a bug in the Option.onlyOverridesValue method where it wasn’t checking for a zero-length built-ins list, and therefore returning the wrong answer.
There was a bug in adding a Tool to a ToolChain where the new Tool was added to the toolList but not the toolMap.
2004-11-04 16:56:27 +00:00
Mikhail Khodjaiants
b38be15335 No need of "ICSignalManager". 2004-11-04 16:40:42 +00:00
Mikhail Khodjaiants
19d8434a8e Warning cleanup. 2004-11-04 16:29:38 +00:00
Mikhail Khodjaiants
1896936755 CSignalManager no longer extends CUpdateManager. 2004-11-04 15:56:16 +00:00
Alain Magloire
3b2143318d 2004-11-04 Alain Magloire
Fix for 77825 from (Mikhail Voronin)
	* src/org/eclipse/cdt/internal/ui/text/CHelpProviderDescriptor.java
2004-11-04 15:02:02 +00:00
Alain Magloire
2475ef9679 2004-11-03 Alain Magloire
Partial fix for 77435
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableDescriptor.java
2004-11-04 02:52:19 +00:00
Alain Magloire
86af48c1f9 Fix NPE 2004-11-03 23:29:50 +00:00
Mikhail Khodjaiants
0edfd9947c New implementation of expressions.
Large arrays partitioning based on the framework model.
2004-11-03 22:34:49 +00:00
David Inglis
1ca094c613 no code change - cleanup compiler log warnings 2004-11-03 20:58:49 +00:00
David Inglis
397f32d6d2 file creation should throw and CoreException up 2004-11-03 20:58:41 +00:00
Vladimir Hirsl
101d8a23ec Fix for PR 76040 [Scanner Config] Importing 1.2.1 project does not update.
Distinguishing two cases of missing builder information:
- Disabled builder
- Legacy project
2004-11-03 20:53:15 +00:00
David Inglis
e1bb75eb34 no code change - cleanup compiler log warnings 2004-11-03 20:48:38 +00:00
Alain Magloire
872a34e811 2004-11-02 Tanya Wolff
Fixed content assist extensibility for 77482 - changed context condition
	for addProposalsFromCompletionContributors() & 	fixed cursor position
	* src/org/eclipse/cdt/internal/ui/text/contentassist/CCompletionProcessor.java
2004-11-03 14:56:52 +00:00
Bogdan Gheorghe
762fd380d3 Fix for index merge problem 2004-11-02 21:22:55 +00:00
Alain Magloire
0b1094160f allow to override the configuration 2004-11-02 19:57:39 +00:00
Alain Magloire
f93436e891 2004-11-02 Alain Magloire
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
	* cdi/org/eclipse/cdt/debug/core/cdi/Session.java
	* cdi/org/eclipse/cdt/debug/core/cdi/SessionConfiguration.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/Target.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/TargetConfiguration.java
2004-11-02 19:29:59 +00:00
Alain Magloire
5ce890bd56 2004-11-02 Alain Magloire
Refactor ICDIConfiguratio --> ICDISessionConfiguration and ICDITargetConfiguration
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISession.java
	* cdi/org/eclipse/cdt/debug/core/cdi/ICDISessionConfiguration.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITarget.java
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDITargetConfiguration.java

	* src/org/eclipse/cdt/debug/core/CDIDebugModel.java
	* src/org/eclipse/cdt/debug/interternal/core/model/CDIDebugTarget.java
	* src/org/eclipse/cdt/debug/interternal/core/model/CThread.java
2004-11-02 19:29:58 +00:00