3
votes
4answers
506 views
What is the best way to implement syntax highlighting of source code in Cocoa?
I'm working on Cocoa Application that should be able to analyze and highlight a source code written in such languages as Objective-C, SQL, JavaScript, Python etc. The text should be editable too (b …
2
votes
3answers
238 views
How to display indeterminate NSProgressIndicator in the NSOutlineView?
I need to display a progress of loading of item's children. Please advise how to implement a progress indicator like it's done in Mail application:
…
0
votes
1answer
348 views
How to extract ID tags from MP3 files in Cocoa?
Please advise some way to extract MP3 attributes using simple API.
Is there any other libraries other than …
5
votes
How to write a simple Ping method in Cocoa/Objective-C
The code below seems to be working synchronously:
const char *hostName = [@"stackoverflow.com"
cStringUsingEncoding:NSASCIIStringEncoding];
SCNetworkConnecti …
