Rella
Rella

Reputation: 66955

Is there any code editor that works on touch screen mobile phones?

Is there any code editor (like eclipse or visual studio) that works on mobile phones (such as nokia 5800)?

So what I want is to edit my C/C++/C# code on my phone. (I have Nokia so it is my primary intrest, but I am also interested in other phones such as Android based ones.)

I do not need ability to compile, but I'd love codehinting and code highlighting.

Upvotes: 7

Views: 4206

Answers (4)

ivan
ivan

Reputation: 1

We just release Codeanywhere for Android, try it out I think you guys will like it :)

https://market.android.com/details?id=net.phpanywhere&feature=search_result

Upvotes: 4

Stefan
Stefan

Reputation: 1

There is touchqode editor for Android with support of C/C#, but also Java, HTML, JavaScript, Python...

Upvotes: 7

Ken Bloom
Ken Bloom

Reputation: 58780

For Symbian phones, there's a Python environment with several editors existing -- most of them seem geared for Python development, though.

Upvotes: 3

Ken Bloom
Ken Bloom

Reputation: 58780

Emacs for Maemo or PyGTKEditor for Maemo, though I know the Nokia 5800 isn't a Maemo phone.

Upvotes: 2

Related Questions