nagyistoce / objectiveclipse

Automatically exported from code.google.com/p/objectiveclipse
0 stars 0 forks source link

New objective c project leaves objective c nature last #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we have objective c nature first (ahead of cnature) then we use the 
objective c nature icon 
instead. Change the new project setup code to do this.

Code is in ObjCProjectWizard if anyone wants to give it a go.

Original issue reported on code.google.com by alex.ble...@gmail.com on 17 Apr 2009 at 10:18

GoogleCodeExporter commented 9 years ago
Alex,
  I am interested for this. Can you please tell me the complete location of the
code,as I am unable to find it and I am a new guy here .
Thanks in advance ..

Original comment by iitr.ash...@gmail.com on 18 Apr 2009 at 12:27

GoogleCodeExporter commented 9 years ago
Checkout the code (as described in the Getting Started - you'll need one of the 
I-builds for CDT too) and then 
in the org.eclipse.cdt.objc.ui project, you'll find a class called 
ObjCProjectWizard (use Command+Shift+T to 
open the 'type' dialog and you'll find it there). 

Failing that, here's a link to the file via the browse wizard so you know where 
it is :-)

http://code.google.com/p/objectiveclipse/source/browse/trunk/org.eclipse.cdt.obj
c.ui/src/org/eclipse/cdt/obj
c/ui/wizards/ObjCProjectWizard.java

Original comment by alex.ble...@gmail.com on 18 Apr 2009 at 12:33

GoogleCodeExporter commented 9 years ago
Hmm... as well as a change in that file, Eclipse bug 272969 
(https://bugs.eclipse.org/bugs/show_bug.cgi?
id=272969) causes random re-ordering of natures which will prohibit any 
specific ObjectivEClipse fix that we 
can do :-(

Original comment by alex.ble...@gmail.com on 20 Apr 2009 at 8:19

GoogleCodeExporter commented 9 years ago
Fixed in rev 36. Note that until the associated Eclipse bug is fixed, this 
won't show up.

Original comment by alex.ble...@gmail.com on 21 Apr 2009 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by alex.ble...@gmail.com on 9 Jul 2009 at 9:50