+2
Under review

C/C++ comment syntax highlighting bug

Jake Traynham 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
I have some sources with comment lines like:

//*******

Only that one line should be commented out, but the syntax highlighter is seeing the "/*" in there and greying out all lines after it.
+2

Xcode syntax highlighting theme

GPruts 13 years ago in General updated 13 years ago 2
It would be great to have an XCode-like highlighting theme (using the XCode default colours)
+2
Under review

wrap column 9999 crashes the app on startup

Spanmo Medz 15 years ago updated by Alexander Blach (Developer) 15 years ago 8
when i enter the value of 9999 for wrap column (because i want to disable wrapping) the app won't start again after i quit it.
its reproducable. but i dont know at which value it starts to crash.
+2

language refs and api docs

Mike Eenkhoorn 13 years ago updated 13 years ago 0
It would be very useful to have an in-app purchase for language refs or api docs of many kinds. It could be an option in the files sidebar, so that one could access the language reference and leave it open in the sidebar while one codes so its very easy reference. You could offer it as an in-app purchase for each language and let people get the languages they want. I would definitely buy 5-6 of them almost immediately. Only points would be to make sure they are quite thorough, as in not incomplete. I've bought many other language ref apps and they are often woefully incomplete, not mildly, like the css pro language ref app doesn't have all of CSS3 in it, missing gradients, animation, etc., etc.,  The jquery one doesn't have the templating library, the PHP one doesn't have msqli. These are all very common, so its not like its real obscure things missing. But if it was done well, this could be a very good add to an already great app. I'd buy several. 
+2

Be able to display images or open in photo app

Callum Ryan 14 years ago updated by Alexander Blach (Developer) 14 years ago 1
Just some way so seeing images
+2
Under review

EC2 Support

Aaran 14 years ago updated by Alexander Blach (Developer) 13 years ago 4
Add support for EC2 SFTP (it uses a pem file as a private key) 
+2

Downloaded files to retain last modified date time as in server

Chee-Siong Yee 12 years ago in iPad 0

Downloaded files to retain last modified date time as in server

+2

So what is the convention to quickly compile and run your code?

Hardcore_Math_User 14 years ago updated by Alexander Blach (Developer) 13 years ago 6
I'm mostly using C at school, but would like to know the conventions for Java and Python as well.  
+2

Symbols filter

Franck Ebrard 14 years ago updated 14 years ago 2
It would be great to have filters in the symbol window
Filtering either call or definition
Or even better to be able to filter out some strings
+2

search results highlighting

Martin Mlostek 15 years ago 0
the search functionality is great.

another tweak would be awesome. an search result highlighting like metalscroll does. its optimized as variable highlighting. with that plugin for visual studio you just double click on a variable, the plugin triggers an in-file search for that variable and highlights all the search results with a specified color. without an seperate window/widget shown.

so its very easy to track a variable in the code.

you can find the free plugin for visual studio 2008 here

http://code.google.com/p/metalscroll/