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

1468 commits

Author SHA1 Message Date
Alain Magloire
df3c06eb4b Again the problem:
Eclipse filename association with editors is done strictly via
	the plugin.xml(and Preference Page).
	The CDT is ship with a sensible default i.e. *.c, *.h, *.cpp etc ..
	We use an hack in EditorUtility.getEditorID(...)
	To change this behaviour for the CView and the
	COutliner.

	Added support for DoubleClick to open a header
	in the outliner.

	Related PRs: 64834, 44363
2004-06-04 02:05:39 +00:00
David Inglis
2989ee4537 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65564 2004-06-03 15:52:16 +00:00
Alain Magloire
965f0a205d Patch from Sam Rob, fix for 64783
* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferencePage.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2004-06-03 14:42:21 +00:00
Andrew Niefer
6ceb2d0ee8 bug 65477 2004-06-03 13:45:11 +00:00
John Camelon
fb57293d47 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988 <BR>
Moved KeywordSets.Key to its own class and thus removing the dependency between the Scanner/Parser to the static Keyword Set tables (improves footprint).  <BR>
Updated CompletionEngine to not set the parser timeout if the value entered is <= 0 (to allow for easier debugging and profiling).
2004-06-02 23:14:20 +00:00
Andrew Niefer
47cf73d0b6 guard against possible NPEs 2004-06-02 21:40:22 +00:00
Andrew Niefer
29789baba4 bugs 60318 64739 2004-06-02 21:22:37 +00:00
Andrew Niefer
390e03694a fix NPEs (bug 65145) 2004-06-02 19:09:25 +00:00
Bogdan Gheorghe
3f2cd224a1 Fix for Bug 61241 - [Search] Closing the Search view mid search causes an error 2004-06-02 17:20:01 +00:00
Alain Magloire
a354b64c58 Wrong label 2004-06-02 15:48:29 +00:00
Alain Magloire
cab2547573 Format the source Hovering better.
* src/org/eclipse/cdt/internal/ui/text/c/hover/CSourceHover.java
	* src/org/eclipse/cdt/internal/ui/text/c/hover/SourceViewerInformationControl.java
2004-06-02 02:32:10 +00:00
Alain Magloire
8ef916c2ff IndexOutOfBound Exception fix 2004-06-01 21:11:00 +00:00
David Inglis
cad6860ec1 use monitor passed in 2004-06-01 20:26:01 +00:00
Alain Magloire
37f1e5f996 2004-06-01 Alain Magloire
A release of the CDT was distributed with
	a typ "ELF" instead of "Elf" we provide
	and extension point pointing back to "ELF"
	parser for backward comp.  But ignoring
	it in the UI.

	* src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
2004-06-01 19:33:10 +00:00
Alain Magloire
2beb6089ea Fall back on the Nature of the project
to decide of the syntax of the CEditor.

	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java

	NPE in the CSourceHover.

	* src/org/eclipse/cdt/internal/ui/text/c/hover/CSourceHover.java
2004-06-01 18:29:35 +00:00
Alain Magloire
6124157bef 2004-05-31 Alain Magloire
Putting a good chunk of code(Taken from JDT)
	to do proper hovering.
2004-06-01 05:13:07 +00:00
Bogdan Gheorghe
db3e3b19c4 Added warning message to status line when C/C++ search page is invoked and not all
projects in the workspace have indexing turned on.
2004-06-01 04:37:02 +00:00
David Inglis
34f6b89386 [scaleablity] don't involve filter when testing for expandablity. 2004-05-31 16:18:00 +00:00
David Inglis
92b484a970 fixed NPE in build console when console manager was not finsihed being initialized and the console was being written to. 2004-05-31 14:13:50 +00:00
Alain Magloire
a677717aa3 Reverse part of a patch from TF concerning
memory images. We need to look at this closer.
	For now it seem to break some icons.

	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
2004-05-28 17:10:18 +00:00
David Inglis
7a38ea6afb fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64458 2004-05-28 16:44:00 +00:00
David Inglis
53738dc5bf update include/symbol path
- fix updating problems
- support edit
- removed single tab to use full page area
2004-05-28 16:21:52 +00:00
Andrew Niefer
5a49f2aee5 part of 51065 - move CElementLabels to internal.ui.viewsupport 2004-05-28 15:41:37 +00:00
Andrew Niefer
a7e23f8c15 remove warnings 2004-05-28 14:54:58 +00:00
Alain Magloire
8f92139ae5 Patch from Thomas Fletcher
- Restore bracket matching behaviour in the editor and use parent
	class code for setting up the editor's OverviewRuler.
2004-05-27 15:31:32 +00:00
Alain Magloire
e44330ce84 Fix from Chris Wiebe 2004-05-27 14:39:27 +00:00
Alain Magloire
979436cdf1 use the "c" icon 2004-05-27 14:37:20 +00:00
David Inglis
f5a3edcb90 removed [ ] 2004-05-26 22:40:01 +00:00
David Inglis
948279d055 fixed up labels 2004-05-26 20:02:45 +00:00
Andrew Niefer
e2aba75dbb - Move cdt.internal.core.parser.util.ASTUtil to cdt.core.parser.ast
- Modify search to use ASTUtil for building function parameter strings
- Modify selection search to use parameter info in search (bug 63966)
2004-05-26 18:24:15 +00:00
Alain Magloire
975b25ff8e The patch was screwing the gif. Reapplied 2004-05-26 15:35:53 +00:00
John Camelon
ad024f522b Patch for David Daoust .. Fix for bug 62338 2004-05-26 15:30:31 +00:00
Alain Magloire
24b52e838e CUIPlugin.startup() cleanup. The method
was trying to get the UI thread, not necessary.
2004-05-26 15:18:40 +00:00
David Inglis
7aa7748a99 fixed NPE on shutdown 2004-05-26 15:09:48 +00:00
David Inglis
f7264a67cd typo 2004-05-26 14:57:50 +00:00
Alain Magloire
ccfe7d8f5f 2004-05-26 Alain Magloire
Jumbo Patch from Chris Wiebe.
	Putting a starting skeleton for C Browsing.
2004-05-26 14:49:48 +00:00
Alain Magloire
c2cc81a395 updated changelog 2004-05-26 14:35:32 +00:00
Alain Magloire
4a8eacaa59 PR 61965
From Thomas Fletcher:
	2.0 mainline scalability patch to
	call dispose methods and remove listeners
2004-05-26 14:22:38 +00:00
Alain Magloire
40f9982534 Update the necessary classes to use the new
ResolverModel.
2004-05-26 02:59:50 +00:00
Alain Magloire
285254ad4e Major Patch from Sam Robb
bring to a close PR 52864.
2004-05-25 23:48:56 +00:00
David Inglis
cd4670ee40 remove unused properties page 2004-05-25 19:05:55 +00:00
David Inglis
972ac277a0 new Include/symbol page 2004-05-25 18:49:32 +00:00
Bogdan Gheorghe
5630808394 Added some checks to the indexer timeout field to make sure a sane value is entered 2004-05-25 14:10:47 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Andrew Niefer
4b1ecbf65b bug 43014, 62979: Reporting IProblems encountered during indexing. Only preprocessor problems to start 2004-05-21 20:33:16 +00:00
Alain Magloire
4ee5d85a60 2004-05-21 Alain Magloire
$&#*$(^#&^$(^#
	Eclipse-3.0 change the way things are done
	for the preferences we have, for the CEditor
	merge the Preference settings: the CUIPlugin store
	and the Editor store since now the settings is
	on the TextEditor(see annotation).
2004-05-21 05:43:13 +00:00
John Camelon
95d5594fd0 Fix content assist to work w/WorkingCopy again.
Further memory enhancements.
2004-05-20 21:40:56 +00:00
Alain Magloire
5cc077060d 2004-05-19 Alain Magloire
Contribution from Sam Robb, for PR 52864.
	File discovery.
2004-05-20 03:01:12 +00:00
Alain Magloire
1329b3aedf 2004-05-19 Alain Magloire
Comply with Eclipse-3.0 and use the theme
	extension to change the CEditor text font.
	Move the CBuildConsole font in the same category.
2004-05-20 02:18:09 +00:00
John Camelon
a3179774f5 Changed CModelBuilder & CompletionEngine to use buffered input streams rather than String/CharArray Readers 2004-05-20 00:25:33 +00:00