1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Markus Schorn
576c9b4495 Fix for 157870 by James Blackburn, per-file-scanner discovery skips options not related to the include path. 2007-07-16 15:15:56 +00:00
Pawel Piech
575d660c1b Fixed a bug causing RequestMonitor.done() to be called twice (bug 196527). 2007-07-14 03:04:58 +00:00
Mike Kucera
623685a276 Bug 189792 - [UPC Parser] template proposals for upc_forall 2007-07-13 18:59:22 +00:00
Anton Leherbauer
b1a7c95e56 Follow-up fix for 185712: Invalid indenting of code template 2007-07-13 11:33:50 +00:00
Anton Leherbauer
268346e7e6 Fix for 194196: No syntax highlighting when comparing assembly files 2007-07-13 11:21:57 +00:00
Markus Schorn
8fc042bfd7 Follow up for 195943, content assist for expressions with consecutive left parenthesis. 2007-07-13 07:25:19 +00:00
Ted Williams
f5439d09a4 196392 - calls to MemoryBlock on the UI dispatch thread 2007-07-12 21:57:51 +00:00
Randy Rohrbach
7d9261861d Bugzilla 196336
RegisterBitFieldLayoutNode.java
   RegisterGroupLayoutNode.java
   RegisterLayoutNode.java
   VariableLocalsLayoutNode.java

Bugzilla 196373

   VariableLocalsLayoutNode.java

Bugzilla 196381

   VariableSubExpressionsLayoutNode.java

Also removed odds and ends comments and warnings in these files - general cleanup.
2007-07-12 20:47:39 +00:00
Andrew Ferguson
212cb73714 79193: fix rendering of external paths in C++ search page 2007-07-12 17:23:05 +00:00
Markus Schorn
849223972d Fix for 160281, files included via -include not searched on the include path. 2007-07-12 15:49:40 +00:00
Anton Leherbauer
39b2ea6eb4 Fix for 195942: [Formatter] for with empty expression causes confusion 2007-07-12 14:16:24 +00:00
Anton Leherbauer
805b73fcc9 Make LineBackgroundPainter conform to CursorLinePainter (related to bug 195853) 2007-07-12 14:06:08 +00:00
Anton Leherbauer
9f2b40cbd9 Fix for 170464: Can't disable binary parser 2007-07-12 14:00:33 +00:00
Anton Leherbauer
d5a4e217b6 Fix for 170464: Can't disable binary parser 2007-07-12 12:26:38 +00:00
Anton Leherbauer
5894ebf4d9 Fix and test for 196290: Deadlock during project creation 2007-07-12 12:05:42 +00:00
Andrew Ferguson
37107e83e1 196279: apply fix for NPE on function elements 2007-07-12 09:58:54 +00:00
Markus Schorn
3368b94eb8 Fix for 194194, performance improvements for CModelManager.createBinaryFile(). 2007-07-12 09:18:00 +00:00
Ted Williams
876cf49ed7 allow a maximum of 200 columns 2007-07-11 21:53:14 +00:00
Andrew Ferguson
d122e22f3d bug 196163: "Search again" does not clear previous results 2007-07-11 16:40:38 +00:00
Anton Leherbauer
1933dd95cd Fix for 115984: Elf editor ExternalEditorInput too limited 2007-07-11 09:54:49 +00:00
Andrew Ferguson
fbe4e146c8 bug 194359: apply workaround for bug in XalanJ 2007-07-11 09:44:37 +00:00
Mike Kucera
27da9e732e Refactored the C99 preprocessor to use IPPTokenComparator, removes dependancy on the C99 parser token types 2007-07-10 20:25:33 +00:00
Markus Schorn
975140ab8a Fix and Testcase for 195943, exponential complexity parsing expressions with consequtive left parenthesis. 2007-07-10 16:34:39 +00:00
Markus Schorn
9e772f1ad6 Fix for 195701, failure to parse visibility attribute for namespaces. 2007-07-10 12:06:35 +00:00
Markus Schorn
8c8fddbf72 Fix and Testcase for 195822, failures navigating in modified buffers. 2007-07-10 11:34:12 +00:00
Markus Schorn
1737387d1f Fix for 190697, allow for customized binary container content. 2007-07-10 09:19:40 +00:00
Randy Rohrbach
4fb3814039 Bugzilla 195920 2007-07-10 02:48:20 +00:00
Ken Ryall
82ae9e5b14 Fix problem with earlier change where in progress breakpoints were not being added. 2007-07-09 18:20:13 +00:00
Mike Kucera
e21c7036af fix for bug #194459, the UPC parser now has its own lexer, also fixes bug #195610 2007-07-09 18:07:45 +00:00
Vivian Kong
0c58b76bcf fix for bug 189440 - Mnemonics problem in New Class Creation Wizard 2007-07-09 14:49:06 +00:00
Markus Schorn
60e257f166 Send additional indexer notification after a project's pdom was initialized. 2007-07-09 14:38:53 +00:00
Anton Leherbauer
e82ae65f18 Fix NPE when opening an editor in segmented mode 2007-07-09 14:14:58 +00:00
Anton Leherbauer
bf4290500d Workaround for 195808: ProjectionViewer: Toggling between segmented and projection mode can fail 2007-07-09 12:43:01 +00:00
Randy Rohrbach
63d77a2cc6 Bugzilla 195703
Found another place where the status needs to be checked.

Randy
2007-07-06 22:35:03 +00:00
Randy Rohrbach
b3130f8c32 Bugzilla 159683
Added flushing the caches when the cell editing changes the values of fields.
2007-07-06 21:47:16 +00:00
Ted Williams
7b4ae18785 icons 2007-07-06 20:57:38 +00:00
Randy Rohrbach
b838894fc8 Bugzilla entry 195703
AbstractVMlayoutNode.java

     Perform a update.done() even if the update has been cancelled.

AbstractVMProvider.java

    Perform a update.done() even if the update has been cancelled.

VMelementsCountUpdate.java

    Change assert to allow for the cancelling of the update

VMHasElementsUpdate.java

    Change assert to allow for the cancelling of the update.

VMViewerUpdate.java

    Create a negative status when an update is cancelled. Otherwise the getData() will be called and used when there is no valid data.

Randy Rohrbach
781-364-2226
2007-07-06 20:36:30 +00:00
Ted Williams
65f1ce19b4 import/export toolbar icons 2007-07-06 20:26:18 +00:00
Ted Williams
bd8ee802ca 159683 2007-07-06 18:24:41 +00:00
Vivian Kong
f695e81bd6 fix for bug 189330 - manually add labels to element list for accessibility 2007-07-06 18:20:25 +00:00
Vivian Kong
d6b1798b06 fix for bug 189413 - manually add labels to variable list for accessibility 2007-07-06 18:18:57 +00:00
Vivian Kong
92f6c14efd fix for bug 189413 - manually add labels to variable list for accessibility 2007-07-06 18:02:18 +00:00
Markus Schorn
79710ce424 Fix for 195419, prevent recreation of pdoms during project delete. 2007-07-06 13:40:17 +00:00
Anton Leherbauer
791cd42c65 Fix for 194809: Deleting a line in the C/C++ editor that contained a problem doesn't delete the problem marker 2007-07-06 09:38:24 +00:00
Anton Leherbauer
4439294790 Fix for 195481: [Editor] Include header not highlighted if no space in between 2007-07-06 09:32:51 +00:00
Anton Leherbauer
d4c724562d Fix for 190860: functions are folded when navigating to an unopened file 2007-07-06 09:29:31 +00:00
Ted Williams
9a1a5ad41c 159683 update modes 2007-07-06 05:32:54 +00:00
Ted Williams
ac373103f4 159683 2007-07-05 23:51:14 +00:00
Randy Rohrbach
d50ed203b6 Bugzilla 159683
Fixed the cache manager to it was checking the status before dereferencing getdata(0 which migit be null.
2007-07-05 20:40:37 +00:00
Mikhail Sennikovsky
8d2d72b9b8 Fix for [Bug 195341] ".cproject" files are not registered as CVS file content 2007-07-05 17:46:18 +00:00