Ship depreciation ...?
Moderators: winston, another_commander
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Screet - I think Oolite is written in ObjectiveC - something I've never played with, so I cannot comment on it's similarity (or not) to C++
Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
- JensAyton
- Grand Admiral Emeritus
- Posts: 6657
- Joined: Sat Apr 02, 2005 2:43 pm
- Location: Sweden
- Contact:
For the small amount of Oolite coding in Linux, I’ve found gedit (the default GUI editor in Ubuntu) adequate – it has basic indentation support and syntax highlighting for Objective-C, GLSL and XML out of the box, but not legacy plists. For more extensive work, the absence of IDE features like easy access to headers would be very annoying.
There are two IDEs specifically for Objective-C and GNUstep, but they’re unusably bad.
I’m sure hardcore Linuxoids would scoff at the idea that anyone would forgo the opportunity to learn Emacs and/or vim in excruciating detail, and those people are welcome to live in their fantasy worlds without telling me about it. :-)
I don’t know about Windows, but expect another_commander could recommend something.
There are two IDEs specifically for Objective-C and GNUstep, but they’re unusably bad.
I’m sure hardcore Linuxoids would scoff at the idea that anyone would forgo the opportunity to learn Emacs and/or vim in excruciating detail, and those people are welcome to live in their fantasy worlds without telling me about it. :-)
I don’t know about Windows, but expect another_commander could recommend something.
E-mail: [email protected]
-
- Quite Grand Sub-Admiral
- Posts: 6668
- Joined: Wed Feb 28, 2007 7:54 am
I am using UltraEdit32 for editing under Windows . I find UE32 pretty flexible, with an especially good Search In Files option. But I have not found any configuration files for Obj-C syntax highlighting support, although I guess one can create such files by looking at the already existing ones for C++/HTML etc. and using them as examples. Despite that, the job gets done without too many hassles.