Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Objective C Support
(1/1)
tobiasplaten:
Hi,
Code Blocks supports only syntax highlighting for C,C++ but not for Objective-C and Objective-C++.
Gcc and clang both support Objective-C.
Adding file associations(*.m,*.mm) and syntax highlighting (keywords: @interface @implementation @protocol @end @private @protected @public @try @throw @catch @finally.@class @selector @encode @synchronized @property @package @required @optional @synthesize and @dynamic in out inout bycopy byref onewaq YES NO self id ) should be easy.
An objective-c compiler should not be bundled yet with code blocks mingw until llvm is used for code completion.
ollydbg:
--- Quote from: tobiasplaten on August 07, 2010, 12:04:18 pm ---An objective-c compiler should not be bundled yet with code blocks mingw until llvm is used for code completion.
--- End quote ---
Currently, no body plan to add llvm to support codecompletion.
Navigation
[0] Message Index
Go to full version