Is this your app? Claim this page to add your own description, links and contact info. It's free. →
GoCoEdit - Code & Text Editor at Mac App Store analyse
Christoph GogolinDescription
Estimates
Search Keywords 2
| # | Term | Country | Place | Priority |
|---|---|---|---|---|
| 1 | sftp | #18 | ⭐️⭐️⭐️⭐️ | |
| 2 | code editor | #20 | ⭐️⭐️⭐️⭐️ |
Competitors
Availability
Devices
Pricing by country
| Country | Price |
|---|---|
| Canada | 11.99 CAD |
| China | 58 CNY |
| France | 9.99 EUR |
| Germany | 9.99 EUR |
| Italy | 9.99 EUR |
| Netherlands | 9.99 EUR |
| Portugal | 9.99 EUR |
| Spain | 9.99 EUR |
| Poland | 7.99 EUR |
| UK | 8.99 GBP |
| India | 999 INR |
| Japan | 1500 JPY |
| Korea, Republic Of | 12000 KRW |
| Poland | 49.99 PLN |
| Russia | 799 RUB |
| Turkey | 399.99 TRY |
| USA | 8.99 USD |
| Korea, Republic Of | 8.79 USD |
| Ukraine | 9.99 USD |
Reviews
All reviews →Großartiger Editor
Ein toller Entwickler-Editor am iPad, der wirklich an Sublime Text erinnert. Klassische Code-Editor Features, Tabs, remote Filesystembrowser und ssh Shell kombiniert mit durchdachten Bedienelementen wie den joystickartigen Knopf zur Positionierung des Cursors und Shortcut Tasten erlauben einen extrem effizienten Entwicklungsworkflow: Im Editor sind z.B. alle meine scala Projekt-Dateien am Server in unterschiedlichen Tabs offen und in der ssh Shell läuft sbt, um den Code auszuführen. Absolute Empfehlung und jeden Euro wert!
Promising App
This has some promise to it, however a lot of the minor design and implementation defects seem careless rather than fully thought through. For example, the regular expression for strings ought to be written as { // ... // In the start state parse element "token" : "string", "regex" : """, "stateAfterMatch" : "string", }, // ... { "state" : "string", "parse" : [ { "token" : "string", "regex" : "[^"]*"", "stateAfterMatch : "start", }, { "token" : "string", "regex" : ".*", }, ], } Although lazy star (.*?) operators dont appear to be supported by this design despite it being a native feature to NSRegularExpression, which the app seems to have disabled, it would also make your life as a developer a whole lot easier. The code hinting is also not language based but local context based. Additionally, if people are swapping between files too quickly while saving, it will overwrite the wrong file sometimes. Do you happen to have a beta software program to reduce these kinds of bugs? Another bug is that code hints appear as only you "insertText:" but not as you "deleteBackwards". Great effort as a solo programmer, however. Its a difficult feat to create a code editor, similarly but not nearly as complex as making a compiler. Thumbs up for a reasonable product that Im sure you just made because the ones already out there just dont seem to cut it for you.
Great app and service
I cant say enough good things about the app or the dev! Constant support in seeking up my home ftp to the app! Best mobile editor I have ever used!
Only functionality missing and they added it!
Edited: As mentioned below, doing edits on projects usually means folders of files. They added, it works. Ive changed to using this app primarily and it works great. I also appreciate the little joystick(?) to quickly move the cursor around. Its super handy if you dont have an external keyboard. Overall, I dig it. (Original below..) Import/Download Folder of files. How could that have been glossed over as a feature? Quite tedious to create a folder (and its internal folder structure; project anyone?) locally then import the contents of EACH folder into each respective folder. Whew! .. just typing that was exhausting, imagine running through the actions for EACH project. Live editing is really nice, but sometimes you need the whole project directory as you might be testing/working offline. Besides that, great editor, slick ui, and quite fast. I gave it 3 ⭐️ but I still will use textastic as the loss in efficiency regarding not being able to download full folders is a loss I cant take in a text editor. Ill keep an eye on it in hopes that functionality is implemented because the editor itself is visually pleasing and functions quite well.
The Best
This is an amazing app, jaw dropping really, well worth the price. The best iOS programming app ever built. This app also has an amazing website to go with it. Fantastic file and folder managment. Keep up the great work!
The greatest app for iOS ever!
So useful, clean and fast! Great intelligence, autocomplete, and file organization. There is nothing like it for iOS. And the developer is really quick and detailed when replying to feature requests and questions. This is easily worth the money.
Top notch!
Just want to refresh my review... Still awesome!!! I dont know what to say. This program is brilliant. I have been using many other editors, but this is the first one that really feels like a true development editor. Others I tried are a bit gimmicky, good code editing but not great keyboard support and navigation. This is a great tool. I hope developer will continue to add out features (ex: iCloud sync of preferences between iPad and iPhone, ability to synchronize a local directory with a remote directory, code snippet - to quickly insert text snippets and eventually better intellisense code-completion). But even with out these things, I am very impressed.