Live data from Hacker News

Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

worqshop.com

21–30 of 75 posts

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#21
post #15

Cool. Is there or is there plans for a darker theme? A fair number of people don't like big expanses of white on backlit screens.

I have several apps on my iPad where I prefer white text on black. Within the general settings, I set my "Triple-click Home" button to toggle White/Black. Not perfect, but helpful.

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#22

The one thing I always miss on iPad editors is VIM Binding support: Especially on the iPad, where making selections with your finger is a pain, it is so relieving to be able to do a shift-b, 5j to select a piece of code, copy it and paste it somewhere else. On normal computers, the existence of a trackpad or mouse makes navigating code possible. But on the iPad, I see a huge need for the kind of editing that VIM (or…

I see a huge need for the kind of editing that VIM (or Emacs) enabled

I'm gonna guess that people using VIM/Emacs is so small a part of the market that apple told us to go pound sand.

Hell, even running emacs across iSSH to a linux server is completely screwed up: Bluetooth keyboards put out multiple key sequences through the iPad.

Please correct me if my info is outdated. Pretty-please. Esp because I would love emacs on the iPad/bluetooth keyboard even if through ssh.

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#25

This looks awesome and with it (when it gets a few more languages for syntax highlighting) I will really have to reconsider buying an iPad + bluetooth keyboard for on-the-road/on-vacation times when I need to make minor edits online for work. Also I would order an iPad today if it also included an ssh terminal. That would seal it for me! Also maybe some way to connect through sftp and edit files directly on a server…

I've just recently started using Prompt (http://panic.com/prompt/support.html) for an ssh app. Using it is what has pushed me to start looking for something like this app to do light development (as in having ssh on my iPad/iPhone has opened the possibilities of getting "real" work done when needed).

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#26
post #24

How does it compares with textastic http://itunes.apple.com/us/app/textastic-code-editor/id38357...

At a glance (not having used either one yet) it looks like textastic has more connectivity options (sftp, WebDAV) but lacks deployment integration like this one has. IOW it seems like you could use worqshop for the complete life cycle of your app from dev to deployment.

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#27
Nice job! Just shared it with people at my job.

One minor comment: the text in the screenshots is very hard to read without enlarging, and looks blurry at least in iTunes on my mac. I would make the font a little bigger, perhaps like Textastic or even slightly bigger.

Also, the bright green for the comments is a little too... bright.

This is minor stuff but it affects the first impression a perspective customer might have. An easy fix though. =)

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#28

The one thing I always miss on iPad editors is VIM Binding support: Especially on the iPad, where making selections with your finger is a pain, it is so relieving to be able to do a shift-b, 5j to select a piece of code, copy it and paste it somewhere else. On normal computers, the existence of a trackpad or mouse makes navigating code possible. But on the iPad, I see a huge need for the kind of editing that VIM (or…

I see a huge need for the kind of editing that VIM (or Emacs) enabled I'm gonna guess that people using VIM/Emacs is so small a part of the market that apple told us to go pound sand. Hell, even running emacs across iSSH to a linux server is completely screwed up: Bluetooth keyboards put out multiple key sequences through the iPad. Please correct me if my info is outdated. Pretty-please. Esp because I would love emac…

iSSH & VIM should be pretty sound. I don't know about Emacs, there may be more difficulties since it Vim doesn't use the command and meta keys so much. This guy does all his coding from Vim in iSSH:

http://yieldthought.com/post/12239282034/swapped-my-macbook-...

I understand your point about the small market, but if the target audience is developers, then I think that VIM or Emacs compatible keybindings (if only a small subset for movement and selection) are an attractive feature. On the Mac, SublimeText and AppCode, both beloved editors, feature Vim Bindings. And even some of the Cloud Editors (like Ace or Cloud9) have Vim bindings.

I hope it's just a matter of time until the first iPad editor with bindings comes out - and I'll buy right away :)

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#29
post #8
post #6

Earlier quoted context omitted.

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.

You can make a custom keyboard smaller than the standard text keyboard, solving your problem :)

That's a really good way to confuse and annoy iPad power users. Moving the key positions slightly in just one app just leads to typos.

Re: Show HN: My 1-year project, iPad IDE with GitHub and Heroku integration

#30
post #8

Earlier quoted context omitted.

You can make a custom keyboard smaller than the standard text keyboard, solving your problem :)

That's a really good way to confuse and annoy iPad power users. Moving the key positions slightly in just one app just leads to typos.

Agreed, don't do that. It's probably also against Apple's guideline and will get your app blocked (and rightly!)
Post reply on HN