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
Mikhail Sennikovsky
63d156caf3
Fix for [Bug 193503] Write access exception when saving project with ICDescriptor
2007-07-05 17:30:14 +00:00
Ken Ryall
7b03a50463
Cleanup.
2007-07-05 16:12:24 +00:00
Markus Schorn
b21be9a7d0
Fix for 167100, using include guards outside of header.
2007-07-05 15:38:20 +00:00
Mikhail Sennikovsky
633b10b954
fix for [Bug 195129] Makefile and parallel build fails
2007-07-05 11:03:50 +00:00
Markus Schorn
1d995f32bd
Testcase for 167100, using include guards outside of header.
2007-07-05 07:09:14 +00:00
Ken Ryall
0d758fd981
Bug 178731, launch configs know which build configuration to use. Also use the build config name in the default launch config name.
2007-07-04 19:59:15 +00:00
Markus Schorn
ea5018aece
Fix deletion of project local preferences.
2007-07-04 14:44:27 +00:00
Anton Leherbauer
1f6a0f97e1
Fix for 195216: CNavigatorContentProvider should handle hasChildren for IProjects
2007-07-04 13:30:39 +00:00
Anton Leherbauer
ad07d96464
Test case for 195246: Formatter problem with sizeof expression
2007-07-04 13:30:21 +00:00
Markus Schorn
c00f123a5f
Fix for 193779, name resolution shall ignore bindings without declarations.
2007-07-04 13:30:13 +00:00
Anton Leherbauer
8ecd3b539e
Fix for 194585: [Indentation] of nested brackets inside an array declaration > inside an array declaration.
2007-07-04 13:12:56 +00:00
Ted Williams
4c03741125
159683
2007-07-04 00:12:38 +00:00
Ted Williams
f96b483d1f
159683 update modes
2007-07-03 23:58:09 +00:00
Ted Williams
0c7d4ed117
159683 update mode
2007-07-03 23:43:26 +00:00
Doug Schaefer
a0140348f1
bug 194395: excluded folders doubled in project view
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194395
For excluded folders at the project root that were output folders, both the SourceRoot and the CProject were adding the folder to the Projects view. Now, for CProject, we check to see if we are also a SourceRoot and if so, we don't add in the folder.
2007-07-03 17:56:59 +00:00
Randy Rohrbach
85c4ae5f24
Bugzilla 195291
...
Added GroupEvent changed for values as opposed to contents in IRegisters.java and changed the Group and Register layout nodes to properly deal with all of the defined events.
2007-07-03 16:48:52 +00:00
Markus Schorn
6ca0ffde23
Fix for 193962, isSameType() for anonymous types.
2007-07-03 12:01:55 +00:00
Markus Schorn
925667561d
Fix for 195127 and 195227, binding resolution for plain C.
2007-07-03 09:19:16 +00:00
Markus Schorn
b9916f7846
Test case for 195127, failure in binding resolution (plain C).
2007-07-03 08:27:29 +00:00
Pawel Piech
6a33c3118c
Replaced IRootVMLayoutNode.getRootObject() with IVMProvider.getRootElement() (bug 195182).
2007-07-02 21:27:05 +00:00
Markus Schorn
3ee5f868fe
Test-cases for bug 195127, prefer AST over index in plain C.
2007-07-02 13:14:14 +00:00
Anton Leherbauer
243f8c2fc0
Minor doc fix
2007-07-02 08:54:53 +00:00
Ted Williams
68cf334f92
Update modes.
2007-06-30 03:59:51 +00:00
Ted Williams
26a73ba3b2
Temporary change history colors. Longer term, we should and will use the change color from preferences.
2007-06-30 03:40:30 +00:00
Ted Williams
f5f70da342
First attempt at update policies / modes.
2007-06-30 03:22:49 +00:00
Markus Schorn
22d6ac5a83
Fix for 194739, safeguard against corrupt indexes.
2007-06-29 13:25:23 +00:00
Anton Leherbauer
05c1dee1bc
Fix for 194710: [Indent] Issue when case statement has a 'char'
2007-06-29 11:26:44 +00:00
Markus Schorn
a7927f6fa4
Fix for 172842, IndexView holds on to index-bindings.
2007-06-29 11:16:09 +00:00