Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
1–10 of 75 posts
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#2I've been implementing it since July last year. I'm still developing / improving it. Well, Apple just approved the latest version.
Well, it's not LightTable, but with it, you can commit to GitHub and deploy to Heroku, StackMob, or AppHarbor from your iPad.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#3The problem is that certain punctuation symbols (: . { }) are used often and they require a modal change to input them. I point to iSSH because the ability to reconfigure the keyboard makes it easy to type large blocks of code.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#4Big question that I couldn't see an answer to in the screenshots: how do you tab?
Also, is there any chance of custom syntax highlighting for people like me who need to code in languages like (say it quietly) PHP from time to time?
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#5This looks lovely! Nicely done. Big question that I couldn't see an answer to in the screenshots: how do you tab? Also, is there any chance of custom syntax highlighting for people like me who need to code in languages like (say it quietly) PHP from time to time?
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#6Is there a custom keyboard like with iSSH: http://www.zinger-soft.com/support_g_3.html The problem is that certain punctuation symbols (: . { }) are used often and they require a modal change to input them. I point to iSSH because the ability to reconfigure the keyboard makes it easy to type large blocks of code.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#7Thus, you can run Python, Ruby, etc from the iPad. Worqshop will transfer the code to server, execute, and bring the results back to the iPad. Seamlessly and transparently.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#8Is there a custom keyboard like with iSSH: http://www.zinger-soft.com/support_g_3.html The problem is that certain punctuation symbols (: . { }) are used often and they require a modal change to input them. I point to iSSH because the ability to reconfigure the keyboard makes it easy to type large blocks of code.
Hmm.. Not at the moment. I need to think about it. I'm a bit wary to add additional keys. On landscape, the text window becomes a bit too small to my liking. But. I'll think about it.
Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#9Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration
#10Most probably after this, I'll add server side execution (since Apple doesn't allow execution of downloaded code on iPad) Thus, you can run Python, Ruby, etc from the iPad. Worqshop will transfer the code to server, execute, and bring the results back to the iPad. Seamlessly and transparently.