Andrew Niefer
88bb7ba72b
better cleanup after recursive template loop.
2004-06-04 15:39:39 +00:00
John Camelon
effb8b9fdb
Patch for David Daoust -Optimize the scanner to not tokenize the macro parameters if the expansion is null.
2004-06-04 15:30:09 +00:00
John Camelon
157f44eef3
Submitted tests to validate fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=61972
2004-06-04 15:03:15 +00:00
John Camelon
f8ede5731b
Patch for David Daoust - remove all instances of sub-Scanners in the scanner. Performance gains abound.
2004-06-04 14:27:46 +00:00
David Inglis
ea46f60dc2
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=51269
2004-06-04 13:50:04 +00:00
David Inglis
2c822f988a
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65621
2004-06-04 12:55:29 +00:00
Alain Magloire
0041b93111
Fix for PR 64197 60906
...
* src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java
2004-06-04 02:27:14 +00:00
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
Mikhail Khodjaiants
0503091564
Added new images for the "Auto-Refresh" and "Refresh" actions.
2004-06-04 00:35:56 +00:00
Doug Schaefer
18ef4dfec9
Update to the speed test.
2004-06-03 19:38:06 +00:00
David Inglis
2e972fcc9a
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=63937
2004-06-03 18:57:37 +00:00
Andrew Niefer
b6aed83db2
fix bug 64939 - recursive loop
2004-06-03 18:48:17 +00:00
John Camelon
c3338eda94
Updated Parser.translationUnit() to catch all Throwable rather than Exception
2004-06-03 18:23:56 +00:00
David Inglis
a718c3de62
cleanup maps in manager on project close/delete
2004-06-03 18:09:09 +00:00
David Inglis
a9691ef057
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65565
2004-06-03 18:08:49 +00:00
John Camelon
a3995849f5
Put a public interface on accessing KeywordSets in ParserFactory.<BR>
...
Added preprocessor directives to KeywordSetKey.ALL.
2004-06-03 17:59:43 +00:00
Alain Magloire
9ca9d91f64
The Elf class should not depend of GNU
...
binutils tools like Addr2line or CPPFilt
It is an Elf Parser and the needs of those tools
are now part of IBinaryParser class
* utils/org/eclipse/cdt/uitls/elf/AR.java
* utils/org/eclipse/cdt/uitls/elf/Elf.java
* utils/org/eclipse/cdt/uitls/elf/ElfHelperjava
* utils/org/eclipse/cdt/uitls/elf/parser/ElfBinaryObject.java
2004-06-03 16:02:20 +00:00
David Inglis
2989ee4537
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65564
2004-06-03 15:52:16 +00:00
David Inglis
017af57db2
fixed target building when run with proress dialog
2004-06-03 15:48:30 +00:00
David Inglis
4d51a02662
add throws CoreException on getStream....
2004-06-03 15:16:56 +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
David Inglis
ab02e6e396
use new preference initializer
2004-06-03 14:37:42 +00:00
Andrew Niefer
6ceb2d0ee8
bug 65477
2004-06-03 13:45:11 +00:00
Doug Schaefer
34bb8dd348
Added a speed test so that I can track the progress of the parser performance work.
2004-06-03 12:53:47 +00:00
Alain Magloire
d12ebf93d3
Catch IndexOutOfBound
2004-06-03 02:57:51 +00:00
John Camelon
1193d6341a
Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=47752 <BR>
...
Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=64321
2004-06-03 00:38:37 +00:00
John Camelon
d0c897c1e9
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61603
2004-06-03 00:17:30 +00:00
John Camelon
33a07a1b47
Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=64318
2004-06-02 23:48:40 +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
Mikhail Khodjaiants
37e64d553e
Changed the breakpoints and watchpoints label resources.
2004-06-02 22:18:11 +00:00
Mikhail Khodjaiants
4968399c0d
Cosmetic change.
2004-06-02 21:51:58 +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
David Daoust
9311234a35
From Dave Williams: 1 file in the reference section failed checkpii and there was a link error in the .xml files.
2004-06-02 20:56:38 +00:00
Sean Evoy
02ee05c7bf
Fix for Bug 63975 - Managed Build IScannerInfoProvider not returning fine-grained response.
2004-06-02 20:33:37 +00:00
Mikhail Khodjaiants
0dfb4354ac
Moved externalized strings to the right property file.
2004-06-02 20:25:29 +00:00
Andrew Niefer
390e03694a
fix NPEs (bug 65145)
2004-06-02 19:09:25 +00:00
David Daoust
458a70dd54
From Dave Williams: Doc updates, added a few new files into the Concepts and Reference sections.
2004-06-02 19:01:38 +00:00
John Camelon
5a685e501f
Fixed concurrent parse issue w/TypeId singleton.
2004-06-02 18:17:55 +00:00
Mikhail Khodjaiants
95a0a3e4a4
Fix for bug 65112: Debug Registers view is empty.
2004-06-02 18:17:37 +00:00
John Camelon
bf8c96a8b1
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64271
2004-06-02 17:39:45 +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
John Camelon
3394347e31
Further caching in the CompleteParseASTFactory.
2004-06-02 14:53:20 +00:00
Alain Magloire
5614c7c557
Overload getFullName() for registerObject
2004-06-02 14:47:04 +00:00
Sean Evoy
bdf0ba7530
Fix for bugzilla 62660 -- Target definition for MinGW is inconsistent. I have simply removed the target. If the user wants to use MinGW, they will have to also get MSYS (which is free and recommended for MinGW developers). The problem is that the clean command for Win32 is 'del" and it does not handle front-slashes in the path properly. The effort needed to generate the makefiles in a different way is greater than the effort to answer the odd newsgroup HOWTO question, so I am simply replacing Cygwin and MinGW targets with Gnu on Windows
2004-06-02 14:30:30 +00:00
Sean Evoy
aec08ee34d
Fix for 65279 -- Spaces after the output flag in the makefile rules to build source
2004-06-02 13:53:08 +00:00
David Inglis
4b91e1e317
fixed project update problem
2004-06-02 13:38:44 +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
Sean Evoy
6d05a79a53
Changing the name, amke command, or make flags did not trigger a rebuild. It does now.
2004-06-01 21:58:46 +00:00