适用于 Windows 的 Objective C 编辑器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4591160/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 15:54:03  来源:igfitidea点击:

Objective C editor for windows

iphoneobjective-cwindowseditor

提问by Dhanesh

I need to review the iphone application code written by my colleague, but unfortunately I have only a windows PC at present.

需要复习一下同事写的iphone应用代码,可惜我目前只有一台windows PC。

It would be nice if some one suggest a tool like 'source insight' which can be used to navigate through the obj-c code in a windows environment.

如果有人建议使用“源洞察”之类的工具,该工具可用于在 Windows 环境中浏览 obj-c 代码,那就太好了。

Regards, Dhanesh

问候, 达内什

采纳答案by Badr

here is the way to do what you want

这是做你想做的事的方法

Installing and using GNUstep and Objective-C on Windows

在 Windows 上安装和使用 GNUstep 和 Objective-C

also for cross platform

也适用于跨平台

http://www.cocotron.org/Info/

http://www.cocotron.org/Info/

try this it is awesome.

试试这个太棒了。

回答by octopus

Try Notepad++, it seems to recognize Objective-C syntax.

试试 Notepad++,它似乎可以识别 Objective-C 语法。