1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
Commit graph

14375 commits

Author SHA1 Message Date
Mikhail Sennikovsky
d2b052c767 Fix for [Bug 195604] Source folder becomes common folder after rename 2007-07-25 16:41:26 +00:00
Mikhail Sennikovsky
4cb1ac4e55 Fix for [Bug 197715] getConfigurationForDescription fails if it's a cache 2007-07-25 15:04:20 +00:00
Mikhail Khodjaiants
79c143bd48 Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been loaded. Replaced by a constant string for the plugin id. 2007-07-25 11:45:42 +00:00
Mikhail Khodjaiants
8563df14dc Bug 197162: NPE thrown viewing Global Variables (VariableManager.createLocalVariables). 2007-07-25 11:00:20 +00:00
Doug Schaefer
3c4483ffea Update changed plugins to 4.0.1. 2007-07-25 01:50:34 +00:00
Doug Schaefer
885a40a2e9 Get ready for 4.0.1 builds. 2007-07-25 01:08:44 +00:00
Doug Schaefer
2afd57655c Update changed plugins to 4.0.1. 2007-07-24 21:23:31 +00:00
Mikhail Sennikovsky
af85d3c23d Patch from Sergey Prigogin for bug[195778] Silly bug in BuildEntryStorage.java 2007-07-24 16:44:25 +00:00
Mikhail Khodjaiants
d6c853ae8f Removed unused tag. 2007-07-24 14:57:59 +00:00
Markus Schorn
208e4f68ef Fix and Testcase for 197311, Full Indexer with dependent project corrupts index. 2007-07-24 09:16:15 +00:00
Markus Schorn
79b3fc77bb Testcase for 197486, cannot set exclusion filter on source entry. 2007-07-23 14:31:33 +00:00
Markus Schorn
3871a214a0 Fix for 104014 by Sergey Prigogin, empty macro parameters. 2007-07-23 09:35:19 +00:00
Ted Williams
91a2802384 check for user cancellation 2007-07-21 04:19:37 +00:00
Ted Williams
ecac8d4eca check for isDisposed before settings colors 2007-07-21 01:14:16 +00:00
Randy Rohrbach
ee7f2cd0f0 Bugzilla 186010 & 196756
IFormattedValues.java

         Reorganized ordering of format ids.

    IDebugVMConstants.java

         Added location in Presentation context where the format id is stored.

    AbstractExpressionLAyoutNode.java

         cleanup warnings.

    AbstractSetFormatStyke.java

       New abstract implementation which deals with the format menu handling.

    FormattedValuePreferenceStore.java

       Default singleton preference storage implementation

   IFormattedValuePreferenceStore.java

       Changed interfaces to be presentation context id based.

   SetDefaultFormatBinary.java
   SetDefaultFormatOctal.java
   SetDefaultFormatHex.java
   SetDefaultFormatNatural.java

        Changed to use the new abstract implementation class

   All cell editors were changed to use the new preference storage interfaces.

   All VM providers were changed to use the default preference store.

   All Layout Nodes were changed to use the new prference store interfaces.

   RefreshActionDelegate.java
   RefreshAlwaysActionDelegate.java
   RefreshManualActionDelegate.java
   RefreshOnBreakActionDelegate.java

       Cleaned up warnings.

   VMCache.java
   VMCacheManager.java

       Cleaned up warnings.

   AbstractVMLayoutNode.java

       made getVMprovider method public

   IVMLayoutNode.java

      Added getVMProvider method

   AbstractVMProvider.java

       Added refresh() implementation

   IVMprovider.java

      Added refresh() method declaration
      Added getVMAdapter() method declaration

   AbstractDMVMproviderWithCache.java

      Cleanup warnings.

   FileLayoutNode.java

      Added getVMprovider implementation.
2007-07-20 23:24:38 +00:00
Pawel Piech
651bb074fb Committed patch adding initial implementation of multi-threading (bug 160038). 2007-07-20 22:39:43 +00:00
Markus Schorn
d94962d1e8 Follow up for 189811, filter static variables and functions. 2007-07-20 11:24:13 +00:00
Markus Schorn
f6b7c739ba Clean up usage of TestScannerProvider within the tests. 2007-07-20 10:02:03 +00:00
Markus Schorn
61c38d0f85 Fix for 189811, Open Element is slow to initialize. 2007-07-20 08:36:03 +00:00
Ted Williams
3af711fbbd start address text validation 2007-07-19 06:59:59 +00:00
Ted Williams
522616005d *** empty log message *** 2007-07-19 03:36:39 +00:00
Markus Schorn
238ca43d28 Fix for 196823, JUnit failures of scanner discovery 2007-07-18 14:27:32 +00:00
Markus Schorn
5c594b778c Fix for 196913, exception when closing and opening OutlineView. 2007-07-18 08:25:17 +00:00
Markus Schorn
0766a89161 Testcases for bug 194394, scanner discovery detecting compiler commands 2007-07-18 07:54:59 +00:00
Pawel Piech
9ea8fb6e7e Fixed color of changed register value to match the platform preferences (bug 159692). 2007-07-17 22:23:54 +00:00
Pawel Piech
af5370f876 Added a fix for expression view event processing and added coloring of changed variable values (bug 159695). 2007-07-17 22:22:14 +00:00
Pawel Piech
2088e2a8a7 Added flushing of the VM cache when the expression list is changed (bug 185635). 2007-07-17 22:20:30 +00:00
Markus Schorn
93f33210c7 Enabled scanner discovery tests for the per file scanner discovery. 2007-07-17 15:00:53 +00:00
Oleg Krasilnikov
dd6ebbcaf5 Bug #196805 : Can't add multiple source folders simultaneously 2007-07-17 13:51:28 +00:00
Vivian Kong
97ea58c661 fix for bug 189229 - add more info to error message when there's a tool conflict 2007-07-17 13:17:21 +00:00
Oleg Krasilnikov
ddfec5c6d7 Bug #196185 : Up button not greyed in Paths & Symbols dlg for discovered paths 2007-07-17 11:49:48 +00:00
Markus Schorn
e89e37b00c Fix for 192152, duplicate todo-tasks. 2007-07-17 09:24:11 +00:00
Markus Schorn
e3d42ea529 Fix and testcase for 196468, gcc-extension for C89: empty braces in initializer. 2007-07-17 08:31:48 +00:00
Randy Rohrbach
003f06ca0b Bugzilla 196757
VariableLayoutNode.java - created
     VariableLocalsLayoutNode.java - deleted
     VariableSubExpressionsLayoutNode.java - deleted
     VariableVMProvider.java - changed to use VariableLayoutNode
     ExpressionVMProvider.java -  changed to use VariableLayoutNode
     VMElementsUpdate.java - support -1 on data mining

Bugzilla 196756

     RegisterGroupLayoutNode.java - handle more events/cleanup
     RegisterLayoutNode.java  - handle more events/cleanup
2007-07-17 00:11:09 +00:00
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