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

16118 commits

Author SHA1 Message Date
Markus Schorn
c3d24bd1b4 Fixes a NPE, bug 294797. 2009-11-12 18:09:50 +00:00
Markus Schorn
18c73ee0f5 Simplification of binary expression parsing, bug 294029. 2009-11-12 17:45:31 +00:00
Marc Khouzam
2b793aaf12 [294351] Fix comment 2009-11-12 14:15:21 +00:00
Marc Khouzam
48fb821c7d [294351] Add a default hover for DSF. 2009-11-12 14:06:54 +00:00
Marc Khouzam
b2d2eb2e19 Updated javadoc and comments 2009-11-12 14:01:56 +00:00
Andrew Gvozdev
d92de82c59 bug 287815: CDT New Class Wizard GUI should follow Eclipse UI Guidelines.
Patch from Marc-Andre Laperle
2009-11-12 03:49:41 +00:00
Sergey Prigogin
717dfc08a6 Moved two previously hidden preferences to CCorePreferenceConstants.java and made them public. 2009-11-11 20:34:00 +00:00
Andrew Gvozdev
de4fdf198f bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Fixed test cases not accounting for build variables in artifact name
2009-11-11 15:08:12 +00:00
James Blackburn
6bfe13ffa0 - Prevent NPE opening Workspace resource selection dialog when path text doesn't resolve to workspace.
- Initial path shouldn't be null.
2009-11-11 14:45:17 +00:00
Markus Schorn
8370802243 Binding resolution with nested declarators, bug 294845. 2009-11-11 14:45:13 +00:00
Marc Khouzam
4ca22ab897 [294812] Preserve hover order to make sure we choose the best hover. 2009-11-11 14:32:37 +00:00
Markus Schorn
c6db7793a0 Preprocessor and Indexer independent of CodeReader, bug 294430. 2009-11-11 14:03:51 +00:00
Anton Leherbauer
3d72fc1408 Implement toString() for debugging, related to bug 294812 2009-11-11 10:46:10 +00:00
Anton Leherbauer
9812bce837 [294351] Fix debug hover label 2009-11-11 10:45:25 +00:00
James Blackburn
a44d15b73d Keep workspace relative paths as absolute as before: ${workspace_loc:/proj/...} instead of ${workspace_loc:proj/...} 2009-11-11 09:45:04 +00:00
James Blackburn
1ae62f2a77 FIx warnings + generics (no functionality change) 2009-11-10 22:46:19 +00:00
James Blackburn
934fb1975d Fix for testDescription test. The test previously tried to set some includes on all setting entries on the root folder. In bug 229085 / 100844 libs are now contributed back as a LIRARY_FILE setting entry. Assert that storing includes in libs entry doesn't persist. 2009-11-10 22:40:01 +00:00
Ken Ryall
dcd0c58abf Bug 159955, enable the source not found editor for DSF. 2009-11-10 22:06:46 +00:00
Andrew Gvozdev
f3ca785ec5 bug 285347: JUnit failure: managedbuilder BuildDescriptionModelTests
Regression fixed (new build resource created for the same
resource)
2009-11-10 20:56:04 +00:00
Randy Rohrbach
7bd060b64d Bugzilla 294779. 2009-11-10 19:16:21 +00:00
Markus Schorn
14d210a876 Let the lexer work on an abstract class rather than on char[], bug 294430. 2009-11-10 15:13:19 +00:00
Anton Leherbauer
7e5c056111 [294351] Fix leaking service tracker 2009-11-10 12:21:23 +00:00
Markus Schorn
ff4609c895 Ordering of files parsed up front, bug 294180. 2009-11-10 12:17:23 +00:00
Markus Schorn
f0383cf814 Further alignment of template argument deduction with c++-specification, follow up for bug 294539. 2009-11-10 10:57:12 +00:00
Anton Leherbauer
cb50de1748 [294605] [disassembly view] Exception from toggle breakpoint action after viewer refresh 2009-11-10 09:24:44 +00:00
Anton Leherbauer
cddf441f70 Ignore all generated extension point html files. 2009-11-10 08:13:44 +00:00
Pawel Piech
695c6aab00 Bug 294351 - Add debug hover support for DSF 2009-11-10 00:08:13 +00:00
Pawel Piech
f6f269dcf3 Replaced an invalid assertion with a comment. 2009-11-10 00:02:54 +00:00
Marc Khouzam
060abcbbfd [294660] When we moved from DD to CDT, the test binaries stopped being updated in the workspace 2009-11-09 20:07:05 +00:00
Marc Khouzam
9b2ec95028 [275193] A typo slipped in. The default gdbserver should be "gdbserver" and not "gdbserver.7.1" which does not exist yet 2009-11-09 19:33:14 +00:00
Markus Schorn
57150dcb15 Function template ordering, bug 294539. 2009-11-09 17:47:02 +00:00
Mikhail Khodjaiants
8d5a128bc4 Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file system path" field to the directory dialog. 2009-11-09 17:19:17 +00:00
Markus Schorn
dfc2e4f842 Safe type representation for index, bug 294306 2009-11-09 15:42:58 +00:00
Anton Leherbauer
fd76393f9e Bug 208522 - ProcessList only displays processes associated with a controlling terminal, patch by Boris Pruessmann 2009-11-09 14:44:25 +00:00
Sergey Prigogin
0c123289d2 Fixed indentation of pasted text. Bug 294566. 2009-11-09 07:30:32 +00:00
Sergey Prigogin
9ec2df2c3c Cosmetics. 2009-11-09 04:12:28 +00:00
Andrew Gvozdev
0fa6bf2bdc cleanup: spaces 2009-11-07 03:32:56 +00:00
Andrew Gvozdev
3957659789 cleanup only: Java generics, loops to enhanced, spaces, dead code 2009-11-07 03:04:24 +00:00
Andrew Gvozdev
1725ca8c6b bug 270790: Mach-O Parser doesn't recognize x86_64 binaries
Fix for BinaryParserPage from Marc-Andre Laperle
2009-11-06 19:44:23 +00:00
Anton Leherbauer
fcbf489459 Bug 177018 - Move actions to new top level Source menu 2009-11-06 13:58:49 +00:00
Anton Leherbauer
e80914811e Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelection 2009-11-06 10:24:34 +00:00
Andrew Gvozdev
842fa12cbf bug 290292: CDT internal error in Build Settings
Patch from Marc-Andre Laperle
2009-11-05 22:47:07 +00:00
Andrew Gvozdev
9136250827 cleanup only: Java generics + enhanced loops 2009-11-05 15:46:04 +00:00
Mikhail Khodjaiants
45c8169b94 Removed obsolete comment. 2009-11-05 15:40:39 +00:00
James Blackburn
606c0a5e4f Bug 294046 Improvements to FileListControl
(multi-select, copy, paste, undo, redo, proj.rel paths, fix warnings).
2009-11-05 13:42:16 +00:00
Andrew Gvozdev
df4455cf1a bug 293569: [Make Target View] add Edit button in toolbar and Copy/Paste/Delete in context menu
Patch from Gaetano Santoro.
2009-11-05 13:26:18 +00:00
James Blackburn
a138124097 Bug 294316 RadioButtonsArea should update cache'd value when #setSelectedButton(int) is called 2009-11-05 13:19:50 +00:00
Markus Schorn
4d1f5c0b4d Failing testcase for bug 294306. 2009-11-05 13:15:49 +00:00
Emanuel Graf
e0573bc36d Provide a meaningful message if file is not on the build path. 2009-11-05 12:28:20 +00:00
Emanuel Graf
8b299df1e4 Provide a meaningful message if CRefactoring.checkInitialConditions() find an Error 2009-11-05 09:51:55 +00:00