1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Alain Magloire 6aa0d47d52 2005-02-14 Alain Magloire
Fix for PR 84640, do the folding at the start of the ID
	so code like this
	 static int
	 foo () {
	 }
	will start the folding on "foo" and not on "static int"
	* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java
2005-02-14 17:30:16 +00:00
..
org.eclipse.cdt.core fix bug 84469 - visiting names in pointers to members 2005-02-11 21:41:24 +00:00
org.eclipse.cdt.core.aix Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.linux Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.macosx Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.qnx fixed qnx spawner 2004-12-24 17:26:22 +00:00
org.eclipse.cdt.core.solaris Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.core.tests fix bug 84469 - visiting names in pointers to members 2005-02-11 21:41:24 +00:00
org.eclipse.cdt.core.win32 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
org.eclipse.cdt.ui 2005-02-14 Alain Magloire 2005-02-14 17:30:16 +00:00
org.eclipse.cdt.ui.tests Patch for Devin Steffler. 2005-02-11 17:56:03 +00:00