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
Alain Magloire
992e64134b
2005-07-08 Alain Magloire
...
PR 100585:We need to bacth the fire of event. Actually the CModelOperation needed to be
change to be aware of nested operation in the same thread.
* model/org/eclipse/cdt/internal/core/model/BinaryRunner.java
* model/org/eclipse/cdt/internal/core/model/CElement.java
* model/org/eclipse/cdt/internal/core/model/CModel.java
* model/org/eclipse/cdt/internal/core/model/CModelManager.java
* model/org/eclipse/cdt/internal/core/model/CModelException.java
* model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
* model/org/eclipse/cdt/internal/core/model/PathEntryContainerUpdatesOperation.java
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* model/org/eclipse/cdt/internal/core/model/PathEntryStoreChangedOperation.java
* model/org/eclipse/cdt/internal/core/model/SetPathEntryContainerOperation.java
* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
* model/org/eclipse/cdt/internal/core/model/WorkingCopy.java
2005-07-08 21:32:14 +00:00
Alain Magloire
f4e8db7930
2005-07-08 Alain Magloire
...
Fix for the CFileType UI
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-08 21:31:57 +00:00
Mikhail Khodjaiants
44f7f93af9
Filter breakpoints before setting using the source lookup mechanism.
2005-07-08 21:16:36 +00:00
Bogdan Gheorghe
597791a3c7
Fix for 93127: [Search] we do not have an icon for searching for labels
...
Fix for 99161: Open Declaration's CSearchScope takes too long to create
2005-07-08 20:57:48 +00:00
Mikhail Khodjaiants
690d999a7c
Bug 79371: Setting breakpoints in the left hand side ruler of the disassembly view is sluggish. Asynchronous breakpoint handling.
2005-07-08 18:06:02 +00:00
Chris Recoskie
c299e7df97
crecoskie July 8, 2005
...
- applying patch from Jeremiah Lott to extract some functionality into protected methods
2005-07-08 17:33:11 +00:00
Andrew Niefer
4c6445634e
guard against NPEs, bug 102232
2005-07-08 17:23:20 +00:00
Andrew Niefer
609f1f0233
modified patch from Devin Steffler for bug 102764
2005-07-08 16:07:44 +00:00
Andrew Niefer
765f125622
Modified patch from Devin Steffler for bug 102731
2005-07-08 15:21:08 +00:00
Bogdan Gheorghe
be44a4b99a
Fix for 102783: [ctags] varargs and void param do not show up in the index
2005-07-08 15:03:30 +00:00
Doug Schaefer
a843eb1350
PR 9881 - Final steps to enable search scope properly on the project scope. Also fixed up varargs in the DOM contributor to eliminate duplicates.
2005-07-08 15:02:11 +00:00
Vladimir Hirsl
4f1d0f9247
Applied Andrew's fix for PR 103055: [Indexer] reduce use of getFileForLocation while indexing
2005-07-08 15:02:04 +00:00
Vladimir Hirsl
095e5fa132
Fix for 102178: [Scanner Discovery] Default properties wrong for per-file scanner info profile.
2005-07-08 13:13:12 +00:00
Mikhail Sennikovsky
1e2b239bc3
calculating the CDT_LIBRARY entries from the managed build options is disabled for now, we need to define a new option type that will represent library paths.
...
see bug# 100844
2005-07-08 11:21:03 +00:00
Andrew Niefer
ae3e33131f
bug 102847 line numbers on scanner problems
2005-07-07 20:30:52 +00:00
Bogdan Gheorghe
aa3270e91a
Fix for 102779: Project Scope filters out external headers
2005-07-07 20:20:14 +00:00
Alain Magloire
c1fa89c040
2005-07-07 Alain Magloire
...
Try to suspend the target before disconnecting.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
2005-07-07 19:59:59 +00:00
Andrew Niefer
c162527605
bug 102754
2005-07-07 19:15:59 +00:00
Doug Schaefer
856008f63f
Bug 98881 - Turned on auto activation for completion.
2005-07-07 19:08:29 +00:00
Mikhail Sennikovsky
7425c75771
fixed the bug with handling the case of executing the CygPathResolver on non-windows systems
2005-07-07 18:57:20 +00:00
Bogdan Gheorghe
c1c91403c4
Patch for Devin Steffler: Fix for Bug 102182 ([F3] Open Declaration on macro not working in particular project)
2005-07-07 18:40:02 +00:00
Mikhail Sennikovsky
f4b1edba07
CygwinPathResolver now detects whether mingw or cygwin version of gcc is used and treats include paths stored in CPATH, etc. env variables depending on that. For mingw env variable values are treated as the list of windows-style paths, while for cygwin values are treated as the list of cygwin-style paths
2005-07-07 18:39:57 +00:00
Mikhail Sennikovsky
5712651d44
Checked in some fixes for the managed project v2.1 update mechanism and project update tests
2005-07-07 16:40:05 +00:00
Bogdan Gheorghe
5e641d7377
Fix for 102066: macro definitions should be found via Search with Declarations
2005-07-07 15:22:03 +00:00
John Camelon
c783685b39
*** empty log message ***
2005-07-07 13:52:55 +00:00
Leo Treggiari
b4926ba45a
Fix when rcbs calls for a build.
...
Fix when only the rcbs property page is displayed
2005-07-07 01:00:22 +00:00
Andrew Niefer
0d1723da41
fix bug 74306
2005-07-06 22:03:26 +00:00
Vladimir Hirsl
7436519c80
Fix for 102701: [Scanner Discovery] Per-file options also given to header files incorrectly.
...
Added check to remove include and macros files from returned scanner info that match the parsed resource.
2005-07-06 20:47:40 +00:00
Doug Schaefer
85294104b3
PR 98765 - removing duplicates from proposal list.
2005-07-06 20:11:34 +00:00
Vladimir Hirsl
cc1b8dbe9e
DOM indexer fix: void and elipses function parameters.
2005-07-06 20:08:46 +00:00
Doug Schaefer
e653b13ea5
Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765.
2005-07-06 19:53:48 +00:00
Doug Schaefer
46807db5b9
Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765.
2005-07-06 19:52:16 +00:00
John Camelon
41006ecdd0
Fixed Bug 100640 - Indexer encoding/decoding optimizations
2005-07-06 19:49:36 +00:00
David Inglis
8d3bd00d1c
2005-07-06 David Inglis - fixed bug#102546
2005-07-06 18:36:50 +00:00
Leo Treggiari
3ed18af344
Reset configure method to previous implementation
2005-07-06 18:25:25 +00:00
Leo Treggiari
db06ca5d13
Don't set binary parsers here - they are set by ManagedMakeProject.update
2005-07-06 18:24:50 +00:00