David Daoust
b86598e23f
Fixed IndexView "link To Editor" and "hide externally defined symbols"
2006-02-17 02:43:09 +00:00
David Daoust
be98867d5d
Add the ability to turn off external (to the workspace) symbols in the Index View.
2006-02-17 00:27:14 +00:00
David Daoust
b47f2425ce
https://bugs.eclipse.org/bugs/show_bug.cgi?id=62772
...
Add the clean target. Note that I have commented out the rebuild action as it is not working properly
2006-02-16 14:34:06 +00:00
Mikhail Sennikovsky
30c4df2fce
Fix for handling macros in tool commands
2006-02-16 11:20:39 +00:00
Doug Schaefer
2551429a69
Put back the build target types that were removed and marked them deprecated like a good API provider should.
2006-02-15 18:28:42 +00:00
Doug Schaefer
96266e197a
Commented out the LazyTreeContentProvider until M5 lands. There is an API change coming.
2006-02-14 21:00:43 +00:00
David Daoust
bfec40f011
Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source.
2006-02-14 17:54:02 +00:00
Mikhail Sennikovsky
98c1263138
Switched to using the StringBuffer instead of StringBuilder
2006-02-14 16:03:40 +00:00
David Daoust
24516594c6
Fixed parsing of escaped newlines in identifiers
...
Reduced the number of strings copied for "additionalKeywords" introduced by subclasses of the BaseScanner
Cached the string forms of all identifiers
Overall the trillogy time drops from 1800ms to 1775ms, and the memory allocated drops from 61 M to 59 M (by not allocating about 90K strings)
2006-02-14 14:21:24 +00:00
Mikhail Sennikovsky
779174d197
Patch from Oleg Smetanin: easy active build configuration selection
2006-02-14 14:07:50 +00:00
Norbert Plött
2f2ef46adc
.options included in binary build.
2006-02-10 15:54:48 +00:00
Doug Schaefer
711acc8651
PDOM - start of new search actions off of the Index View.
2006-02-10 04:11:00 +00:00
Mikhail Khodjaiants
b65a91b8b5
Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver.
2006-02-09 20:33:02 +00:00
Mikhail Khodjaiants
4f2be141c6
The inferior is in the suspended state when connecting to gsbserver.
2006-02-09 20:30:04 +00:00
Oleg Krasilnikov
c69e46df85
Fix #2 for bug 117701 : Backtrack exceptions in GNU parsers
...
Changes:
- for C++ parser, exception calls are removed where possible.
- both for C & C++ parser, calls to "consume(int)" are replaced
by "consume()" - it also allows to avoid useles operations.
Testing: parser tests are finished with the same result as before.
2006-02-09 13:45:17 +00:00
Mikhail Khodjaiants
2f616a8c07
Bug 126958: wrong state setting for thread in CThread.handleResumeEvent().
2006-02-08 20:10:17 +00:00
Mikhail Khodjaiants
f9c1ebf0c8
Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage.
2006-02-08 16:51:33 +00:00
Mikhail Khodjaiants
bce2540688
Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server.
2006-02-08 16:51:02 +00:00
Mikhail Khodjaiants
43f8eb837a
Check if "*" is used to describe supported platforms.
2006-02-08 16:44:41 +00:00
Mikhail Khodjaiants
36d7840256
Added comments.
2006-02-07 22:07:18 +00:00
Mikhail Khodjaiants
b26b4af40f
Modified description.
2006-02-07 21:21:41 +00:00
Mikhail Khodjaiants
5a7a5616b9
Typo in description.
2006-02-07 21:20:54 +00:00
Mikhail Khodjaiants
667a2e1442
Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux.
2006-02-07 20:51:02 +00:00
Mikhail Khodjaiants
1eff9754a0
Wrong comment.
2006-02-07 20:48:46 +00:00
Mikhail Khodjaiants
d189f3bcd5
Added comment.
2006-02-07 20:48:25 +00:00
Mikhail Khodjaiants
30315f76c7
Bug 126789: Use new "fullname" attribute of stack frame description.
2006-02-07 20:10:20 +00:00
Mikhail Khodjaiants
6660f07ea6
Suppress "set auto-solib" - returns error on Windows.
2006-02-06 22:41:56 +00:00
Mikhail Khodjaiants
01eaafd33a
Use getters to access members of "MICommand".
2006-02-06 22:37:21 +00:00
Mikhail Khodjaiants
c2dfa48e4d
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 21:46:39 +00:00
Mikhail Khodjaiants
c5831cdf12
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 21:08:44 +00:00
Mikhail Khodjaiants
71d38ceea2
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
ad1a1771a9
Updated comments.
2006-02-06 17:10:32 +00:00
Andrew Niefer
2fb074e190
bug 98171: implement some get* methods on CPPClassTemplate
2006-02-04 23:18:17 +00:00
Mikhail Khodjaiants
e609f306b4
NPE in CDebuggerTab when attaching to a target.
2006-02-03 22:08:51 +00:00
Mikhail Khodjaiants
dca057c82a
Cleanup.
2006-02-03 21:28:29 +00:00
Mikhail Khodjaiants
115d5f27ff
The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
b6d6d8f874
The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-02-03 19:57:35 +00:00
Andrew Niefer
1390e00319
bug 126058: better handling of problem on the namespace alias
2006-02-03 02:42:12 +00:00
Doug Schaefer
a830eb5ddd
Turned off a test that was hanging on my machine. It was passing on the build machine so it must be a timing issue. (i.e. it has an evil Thread.sleep() in it).
2006-02-02 21:39:26 +00:00
Doug Schaefer
59830a2ba7
PDOM - Added Handling for C++ namespaces.
2006-02-02 21:27:14 +00:00
Norbert Plött
8811ecbb05
Added documentation for Completion Proposal Filter preference
2006-02-02 13:39:28 +00:00
Norbert Plött
fcf2affd05
Added documentation comments for the schema of ProposalFilter extension point.
2006-02-02 13:33:42 +00:00
Mikhail Khodjaiants
4ea7c1845d
Replaced "debugger page" by "debuggerPage".
2006-01-31 20:47:27 +00:00
Mikhail Khodjaiants
06c2cfafd5
Bug 124966: GDBTypeParser.parse(String) parses incorrectly. Applied patch from Matthias Spycher (matthias@coware.com).
2006-01-31 16:52:11 +00:00
Mikhail Khodjaiants
ef1cb915f1
Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30 22:46:16 +00:00
Mikhail Khodjaiants
3513e5a634
Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30 21:30:54 +00:00
Doug Schaefer
a8d7b7028c
Bug 125576 - PDOM wouldn't turn off.
2006-01-30 20:17:26 +00:00
Mikhail Khodjaiants
29c2e5c8da
Bug 125603: Debugger don't stop on breakpoints if src is linked.
2006-01-30 19:48:37 +00:00
Mikhail Khodjaiants
f96f4300b0
Bug 118894: Allow stopping at other locations other than main(). Applied patch from Ken Ryall (Nokia).
2006-01-30 02:23:02 +00:00
Mikhail Khodjaiants
037c32a015
Bug 125561: ClassCastException in Modules view.
2006-01-27 20:49:45 +00:00