1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

14941 commits

Author SHA1 Message Date
Alena Laskavaia
9ec1cc1155 [271550] Make Target View: preserve "Same as Target Name" when copying targets - patch applied 2009-04-16 17:02:48 +00:00
Sergey Prigogin
2e58269b33 Cosmetics. 2009-04-16 06:50:15 +00:00
Ken Ryall
3b65fc9dad Bug 188116. 2009-04-16 05:54:16 +00:00
Alena Laskavaia
8ebbd32496 - updated property store to initialize from core 2009-04-16 01:46:57 +00:00
Mike Kucera
d99739839b [272375] support for UTF string literals in LR parser 2009-04-15 19:24:57 +00:00
Mike Kucera
e389841b9f [271163] support for UTF string literals in scanner 2009-04-15 19:19:05 +00:00
Anton Leherbauer
c3c92bd841 Make ExternalEditorInput adaptable to ITranslationUnit 2009-04-15 15:33:03 +00:00
Markus Schorn
7bf6393aac Let new class wizard created empty source file, bug 269498. 2009-04-15 13:55:09 +00:00
Emanuel Graf
8fc63d723e Small UI improvement 2009-04-15 11:44:54 +00:00
Emanuel Graf
c9ee950352 FIXED - bug 266627: Some refactor operations belong on Source
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266627

Moving getterSetters and implement method to Source menu.
2009-04-15 11:21:01 +00:00
Markus Schorn
3546025271 Type comparison of default ints, bug 270275. 2009-04-15 08:16:56 +00:00
Markus Schorn
23e918bc08 Correct scope for elaborated type specifiers, bug 270831. 2009-04-15 07:53:22 +00:00
Sergey Prigogin
4bef03dc3e Don't create unnecessary objects. 2009-04-15 06:02:50 +00:00
Sergey Prigogin
f126984c7a Fixed a typo. 2009-04-15 06:02:07 +00:00
Sergey Prigogin
fc31232277 Second test case for bug 271948. 2009-04-15 06:01:35 +00:00
James Blackburn
a39047b78c Bug 242004 ISVs should be able to position their cPropertyTabs amongst built-in CDT provided tabs
- Tabs should be sorted by 'weight' attribute (as detailed in the extension point documentation)
2009-04-14 20:23:45 +00:00
James Blackburn
537b8d2c4c Bug 248440 Possible to set line breakpoint twice on the same external file 2009-04-14 20:03:21 +00:00
Markus Schorn
eea82af3a1 Splits option to index all files, bug 266814. 2009-04-14 12:53:30 +00:00
Emanuel Graf
3f794a608f FIXED - bug 266726: Generate Getters and Setters could be prettier if it shared more code with JDT
https://bugs.eclipse.org/bugs/show_bug.cgi?id=266726
2009-04-14 07:02:16 +00:00
Marc Khouzam
63fbea0b0b [263527] Small fix to use a reluctant pattern modifier since we now get all the output of gdb -version in a single line. 2009-04-13 17:53:43 +00:00
Marc Khouzam
f725205888 [263527] Give ability to override the way to find the GDB version. 2009-04-13 17:23:53 +00:00
Marc Khouzam
2a589c0f4b [202346] Create GdbSteppingModeTarget that checks if we are doing a
post-mortem launch, to know if the stepping mode button should be disabled.
2009-04-13 15:53:14 +00:00
Marc Khouzam
e080fa5221 [258284] With the latest fixed to GDB, we can use the CLI commands for reverse debugging. The MI commands are not yet available in GDB. 2009-04-13 13:48:20 +00:00
James Blackburn
f806e4b989 Bug 271327 ErrorParserManager Fixes & Tests for tracking working directory.
- Vector of working directories now contains absolute wd location
2009-04-13 10:39:01 +00:00
Sergey Prigogin
a461f247eb Cosmetics. 2009-04-12 07:06:40 +00:00
Sergey Prigogin
824d47c599 Cosmetics. 2009-04-12 05:48:15 +00:00
Sergey Prigogin
3550a299d4 Test cases for bugs 269926 and 271948. 2009-04-12 02:01:27 +00:00
Sergey Prigogin
0d0465f611 Added a method that returns a complete include name. Intended for use by Add Include. 2009-04-11 23:41:02 +00:00
Vivian Kong
bd8ccf7396 bug 268581 individual source bundles 2009-04-09 20:20:32 +00:00
Vivian Kong
b2538742d2 bug 268581 individual source bundles 2009-04-09 20:00:00 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Vivian Kong
2cc23a356f bug 268581 individual source bundles 2009-04-09 18:45:06 +00:00
Vivian Kong
74118c6655 bug 268581 individual source bundles 2009-04-09 18:19:35 +00:00
Vivian Kong
b384991df7 bug 268581 individual source bundles 2009-04-09 18:10:04 +00:00
Vivian Kong
f0dbd7ab25 bug 268581 individual source bundles 2009-04-09 17:56:22 +00:00
Vivian Kong
e4d08909e8 bug 268581 individual source bundles 2009-04-09 17:33:04 +00:00
Marc Khouzam
ea4d177c6c [202346] Support for postmortem debugging in DSF-GDB 2009-04-09 15:13:54 +00:00
Alena Laskavaia
2646066384 initial commit 2009-04-09 12:48:44 +00:00
Alena Laskavaia
724390a35f - initial commit 2009-04-09 12:47:54 +00:00
Mikhail Khodjaiants
10ffd0daca Bug 271752: Improve "Path Mappings" UI. 2009-04-09 11:18:21 +00:00
Ken Ryall
3ff09538e2 Add missing tag. 2009-04-09 00:19:01 +00:00
Ken Ryall
833f436400 Bug 202006. 2009-04-08 22:43:46 +00:00
Ken Ryall
915afcd931 Bug 246201. 2009-04-08 21:30:45 +00:00
Alena Laskavaia
9b327ec4df [271628] -fixed NPE (applied patch) 2009-04-08 19:00:06 +00:00
Mikhail Khodjaiants
413cbe0f6f Bug 271599: Non-externalized strings are ignored in the debug plugins' configurations. 2009-04-08 15:02:12 +00:00
Sergey Prigogin
1d92535285 Fixed 271236 and 144542. 2009-04-07 14:54:10 +00:00
Doug Schaefer
962ee7affa New implementation of InstallDir artifact repo. 2009-04-07 02:33:12 +00:00
Mike Kucera
6143779d73 [271380] NPE when invoking content assist using LR parser 2009-04-06 21:23:55 +00:00
Doug Schaefer
befb3fc080 fix compile errors. 2009-04-06 21:22:10 +00:00
Alena Laskavaia
e0e3ea021e [269571] - Exception in Settings tab in project properties when applying a change of artifact type, patch applied 2009-04-06 19:04:15 +00:00