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

15976 commits

Author SHA1 Message Date
John Cortell
9cdd4e1d07 [299583] The common source lookup director in a fresh workspace is ineffective 2010-01-13 23:57:30 +00:00
John Cortell
27f0a6d064 optimize something in last commit 2010-01-13 21:44:45 +00:00
John Cortell
1d6fff500a [299542] Source locators not honored when opening a file by double clicking a Binary child element 2010-01-13 19:17:32 +00:00
Andrew Gvozdev
8b83105af2 bug 299421: Double-click causes jumping to a different marker on the same line 2010-01-13 17:36:35 +00:00
John Cortell
fb574618b5 Update copyright 2010-01-13 17:19:24 +00:00
Vivian Kong
4e9c881796 bump up CDT to version 7.0.0 2010-01-13 17:18:59 +00:00
John Cortell
5aa1e9456a Fixed warnings 2010-01-13 17:18:58 +00:00
Vivian Kong
b567e76c17 bump up CDT to version 7.0.0 2010-01-13 17:18:44 +00:00
John Cortell
6d324d7f03 [299019] CMemoryBlockExtension does not correctly implement IMemoryBlockExtension#setBaseAddress. Applied patch with some modifications. 2010-01-13 17:12:02 +00:00
Vivian Kong
df738ce07d bump up CDT to version 7.0.0 2010-01-13 16:11:25 +00:00
Markus Schorn
6dd1f6b242 Bug 299495: Visiting if-statements. 2010-01-13 16:06:01 +00:00
Anton Leherbauer
b9a6ef638c [297601] [disassembly] Support 'Find' operation in disassembly view 2010-01-13 14:53:37 +00:00
Anton Leherbauer
29c8d99049 [298135] Fix removeServiceEventListener argument 2010-01-13 13:58:50 +00:00
Anton Leherbauer
5110be1b2c Fix code formatter test case 2010-01-13 13:15:21 +00:00
Andrew Gvozdev
27e4d74c8e bug 237115: "Other objects" list does not resize
Patch from Marc-Andre Laperle
2010-01-13 02:30:36 +00:00
John Cortell
db501eff16 [299369] Introduce source container that resolves paths relative to the executable. Applied patch, with modifications. 2010-01-13 00:06:26 +00:00
Marc Khouzam
7b781f5d9b [298929] Guards against NPE at eclipse shutdown 2010-01-12 21:09:11 +00:00
Anton Leherbauer
024efc1e22 Enable hovers for information presenter, related to bug 282495 2010-01-12 14:37:04 +00:00
Anton Leherbauer
6cd02fdd00 Bug 282495 - Add hotkey for "mouse hover" like tooltip
Patch by  Marc-Andre Laperle
2010-01-12 14:36:49 +00:00
Anton Leherbauer
fa2d625b25 Avoid extra hover delay, related to bug 200418 2010-01-12 14:33:55 +00:00
Marc Khouzam
f9a0d5571e [299292] Improved tests for GDB version 2010-01-12 14:29:54 +00:00
Markus Schorn
d4aa4850c7 Bug 299358: Protect against NPE. 2010-01-12 13:03:24 +00:00
Markus Schorn
15a9ac904e Bug 231859: Optimization for computing int type of enum. 2010-01-12 12:53:10 +00:00
Marc Khouzam
e3f899b9fc [299292] Version fix for Red Hat 2010-01-12 02:04:02 +00:00
James Blackburn
802f7279ba Bug 247948 - Wrong source shown on hit breakpoint - remove FIXME code, and don't force find duplicates. 2010-01-11 23:02:52 +00:00
John Cortell
c341b5b329 [299323] Scrolling through invalid memory grows the Eclipse error log 2010-01-11 22:46:57 +00:00
John Cortell
01e44176ed Fixed warnings 2010-01-11 22:26:40 +00:00
John Cortell
09d42ac811 [298866] Traditional memory rendering scrollbar cannot scroll more than Integer.MAX_VALUE rows (applied patch, slightly modified) 2010-01-11 22:25:51 +00:00
Marc Khouzam
0176f2c5a4 [299292] Tests for GDB version extraction 2010-01-11 22:15:08 +00:00
Marc Khouzam
c7d0fd2ccb [299292] Version fix for Fedora GDB 2010-01-11 22:13:42 +00:00
Pawel Piech
89fca7f409 Fixed generics warnings. 2010-01-11 22:10:01 +00:00
Ken Ryall
fceb61087c Bug 299167, turn the Variable View's Address column into a Location column. 2010-01-11 22:08:24 +00:00
John Cortell
485b4d73de [299317] Executables view source remapping does not take into account launch configurations 2010-01-11 20:52:55 +00:00
Pawel Piech
76547b9958 Converted some protected methods to private to avoid exposing unnecessary API. 2010-01-11 19:43:50 +00:00
John Cortell
f8a5c695b4 Fix build error 2010-01-10 22:20:25 +00:00
Marc Khouzam
44863628a6 [298883] Support for MacOS version of services 2010-01-10 02:23:38 +00:00
Sergey Prigogin
866f945428 Typo. 2010-01-10 00:00:29 +00:00
Pawel Piech
e73091a618 Fixed test method name. 2010-01-09 00:58:09 +00:00
Pawel Piech
b4eb1781ac Bug 292468 - Create unit tests for BreakpointsMediator2 2010-01-09 00:56:21 +00:00
Pawel Piech
7fdf059e22 Warnings cleanup. 2010-01-09 00:54:36 +00:00
Marc Khouzam
468a9c4180 [284286] Some icons for the tracepoint feature 2010-01-08 20:23:33 +00:00
Pawel Piech
26033a36c2 Bug 293049 - [concurrent] Received IllegalStateException on shutdown 2010-01-08 19:14:04 +00:00
Pawel Piech
3c3cbab6e7 Bug 292468 - [breakpoints] Cannot update breakpoint status properly with current IBreakpointAttributeTranslator 2010-01-08 18:45:28 +00:00
Mikhail Khodjaiants
3e8602621d Bug 299150: Confusing comment in ICDIDebugger2. 2010-01-08 18:09:50 +00:00
Markus Schorn
8476012b32 Bug 299101: Perform ADL even if unqualified lookup was successful. 2010-01-08 14:33:35 +00:00
Markus Schorn
ac54f0829b Follow up for bug 292908: Correct reading chunks in loop. 2010-01-08 13:48:48 +00:00
Anton Leherbauer
164af3c7a3 Cosmetics. 2010-01-08 11:14:39 +00:00
Anton Leherbauer
9483ede432 Bug 298554 - Code templates should be proposed if line is completely selected except for whitespaces
Patch by Marc-Andre Laperle
2010-01-08 11:11:33 +00:00
Anton Leherbauer
157982becb Bug 298696 - Mac key bindings for refactoring are invalid
Patch  by Marc-Andre Laperle
2010-01-08 09:46:30 +00:00
Ken Ryall
4692c67a86 Bug 299087, Executables manager overhaul. 2010-01-08 05:37:52 +00:00