1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 19:35:36 +02:00
cdt/core/org.eclipse.cdt.ui/browser/ChangeLog-browser
Alain Magloire a2e471d3f5 - fix for bug #66108 (C++ browser cannot show members of class)
- all types now visible in the types view (ie not just classes & structs)
	- runnables now use IProgressService.busyCursorWhile (prevents progress
	dialog from being displayed during short operations)
2004-06-21 18:48:53 +00:00

6 lines
291 B
Text

2004-06-21 Chris Wiebe
- fix for bug #66108 (C++ browser cannot show members of class)
- all types now visible in the types view (ie not just classes & structs)
- runnables now use IProgressService.busyCursorWhile (prevents progress
dialog from being displayed during short operations)