Martijn Geerts Posted September 6, 2013 Share Posted September 6, 2013 I'm trying to convert to Sublime 2. I do however miss some things from BBEdit, but get other things back. ( it was the license policy that I bought ST more then a year ago ) @kongondo, gonna watch the video's. (tnx) Link to comment Share on other sites More sharing options...
onjegolders Posted September 6, 2013 Share Posted September 6, 2013 Sublime is just a fantastic tool. It's one of those where I just literally cannot imagine a code editor that betters it for most needs. It's really fast, you can find anything with a shortcut, you can multi select, select all, it looks gorgeous. Money well spent I'd say. 1 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted September 6, 2013 Share Posted September 6, 2013 First text editor I ever touched was BBEdit. It's packed with loads of functions. I really love how BBEdit handles regex searches & multifile search. Next to that I had a great support from the developers (when discovering a bug). Actually I'm still pretty happy with it. The biggest reason now for me to look at ST: - Rendering of the code in ST is better & cleaner. (less distraction) - Syntax highlighting is a little bit better. - And better multi cursor support. 1 Link to comment Share on other sites More sharing options...
renobird Posted September 6, 2013 Share Posted September 6, 2013 The nice thing about Sublime is that you can basically make it do whatever you need with packages/plugins/build systems. I wrote a custom sass build system in about 3 minutes (the one I linked above didn't do exactly what I needed for the way I structure my projects). 1 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted September 6, 2013 Share Posted September 6, 2013 Still can't find how to format css, json html and that kind of things. Searching for "zap Gremlins". Searching for custom auto complete functions... lots to discover ! Link to comment Share on other sites More sharing options...
renobird Posted September 6, 2013 Share Posted September 6, 2013 Martijn, Are you using the ST3 beta? Lots of great new things. Autocomplete is solid. Try that if you aren't already. Link to comment Share on other sites More sharing options...
kongondo Posted September 6, 2013 Share Posted September 6, 2013 I'm using the 64-bit windows ST3 Beta and it is blazing fast! It is too fast my eyes are still adjusting 1 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted September 6, 2013 Share Posted September 6, 2013 (edited) My eyes can't stand unregistered in the right top corner of ST 3. Thats why I still use version 2. I gonna buy ST3, the developer deserves it. Code from ST 2 works on 3 for now (will pay for update if needed) Edited September 9, 2013 by Martijn Geerts 1 Link to comment Share on other sites More sharing options...
Valery Posted September 8, 2013 Share Posted September 8, 2013 A fan of NetBeans, I sometimes TextWrangler on my old PowerBook. Link to comment Share on other sites More sharing options...
diogo Posted September 9, 2013 Share Posted September 9, 2013 I will throw an interesting option to the pile, and surprisingly you have have it in your computer for sure Chrome dev tools, are very close to become a great IDE while developing localy by using the "workspace" tab on the settings, and I actually managed to make to edit files on my VPS using a sshfs mount. http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ http://gregrickaby.com/turn-chrome-developer-tools-into-an-ide/ (using the dev version of chrome you don't have to activate the experiment anymore) 2 Link to comment Share on other sites More sharing options...
onjegolders Posted September 9, 2013 Share Posted September 9, 2013 I love how they made it look like ST Could be interesting... Link to comment Share on other sites More sharing options...
kongondo Posted September 9, 2013 Share Posted September 9, 2013 I will throw an interesting option to the pile, and surprisingly you have have it in your computer for sure Chrome dev tools, are very close to become a great IDE while developing localy by using the "workspace" tab on the settings, and I actually managed to make to edit files on my VPS using a sshfs mount. http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/ http://gregrickaby.com/turn-chrome-developer-tools-into-an-ide/ (using the dev version of chrome you don't have to activate the experiment anymore) Thanks for this. One of the two or three things that I still go to Firefox for is Firebug. Chrome dev tools have never really worked for me. The live editing is awesome though. Link to comment Share on other sites More sharing options...
teppo Posted September 9, 2013 Share Posted September 9, 2013 Thanks for this. One of the two or three things that I still go to Firefox for is Firebug. Chrome dev tools have never really worked for me. The live editing is awesome though. Is this a question of preference or does Firebug still do something that Chrome dev tools don't and/or do something way better? Asking mostly out of sheer curiosity, as I've dumped FF+Firebug long time ago myself 3 Link to comment Share on other sites More sharing options...
diogo Posted September 9, 2013 Share Posted September 9, 2013 Kongondo, I think this could change your mind http://processwire.com/talk/topic/3122-chrome-dev-tools-tuts/ 1 Link to comment Share on other sites More sharing options...
kongondo Posted September 9, 2013 Share Posted September 9, 2013 I think it is a mixed bag. I have never really understood/liked the chrome console, e.g. how it logs ajax requests. I find it hard to navigate or read the information. Firebug also has persist. Maybe chrome also has this, I don't know. This enables me to log some requests even if page is refreshed. So, it is a mix of preference (looks) and functionality (where is this or that kind of thing..).. Kongondo, I think this could change your mind http://processwire.com/talk/topic/3122-chrome-dev-tools-tuts/ Thanks. Added to my to watch list. Link to comment Share on other sites More sharing options...
Soma Posted September 9, 2013 Share Posted September 9, 2013 Many years now ago since I last used Firefox and Firebug. I don't use FF at all anymore (just to make sure website works), since they messed up so bad I couldn't work with it anymore (slow, buggish, until today). Chrome Dev Tools is far superior to Firebug, I think even the recent new Dev Tools native in FF is better than Firebug, but can't really say. Link to comment Share on other sites More sharing options...
teppo Posted September 9, 2013 Share Posted September 9, 2013 Firebug also has persist. Maybe chrome also has this, I don't know. This enables me to log some requests even if page is refreshed. So, it is a mix of preference (looks) and functionality (where is this or that kind of thing..).. There's a "record" button for this at the bottom of Network panel, labeled "Preserve Log upon Navigation." Anyway, I definitely get what you're saying -- it's pretty much the same for me whenever I try to use Firebug these days. Most of the time both tools seem to do similar things, they're just organized differently. If you're a hardcore JS developer Chrome dev tools has stronger toolbox for you, but otherwise it won't really matter that much @Soma: agreed, speed was definitely a big factor for me when switching to Chrome in the first place. Generally speaking it just seems to function much faster and it's UI is super simple and uncluttered. Can't say anything about FF dev tools, except that the 3D view is absolutely hilarious.. useless (at least from my point of view) but very fun. Looks like FF devs are focusing on some very important stuff there 1 Link to comment Share on other sites More sharing options...
pwired Posted September 9, 2013 Share Posted September 9, 2013 as I've dumped FF+Firebug long time ago myself Firebug is only 1 tool out of many. Together with the rest of FF web tools it makes your life a lot easier. http://www.hongkiat.com/blog/firefox-web-development-tools/ Link to comment Share on other sites More sharing options...
processwirefan Posted November 30, 2013 Share Posted November 30, 2013 Tried all kinds of editors, settled with Vim for terminal and Gvim for Mac, Ubuntu and Windows about 4 years ago, never looked back. You just can't beat the Vim keys! 1 Link to comment Share on other sites More sharing options...
OrganizedFellow Posted January 28, 2016 Share Posted January 28, 2016 Stillllllllllll rockin good ole SublimeText. How boutchoo?? 1 Link to comment Share on other sites More sharing options...
Mike Rockett Posted January 29, 2016 Share Posted January 29, 2016 How boutchoo?? Yeah, same here. Wanted to switch over to phpstorm for better code insight, but: There are packages for that, and If an IDE takes longer to start up that Windows does on an i7, then I'm not interested. 1 Link to comment Share on other sites More sharing options...
szabesz Posted January 29, 2016 Share Posted January 29, 2016 In the case of PhpStorm 10 there is noticeable improvement regarding startup time, an projects open up faster too. However, being a Java application, there are limitations I think. PhpStorm is a really good IDE, but it is rather project centric so one do not want to use it just to open up files not in a project but somewhere else on your disk just to inspect them. Link to comment Share on other sites More sharing options...
Mike Rockett Posted January 29, 2016 Share Posted January 29, 2016 From my side, I'd develop applications in phpstorm. But building sites and modules that are part of applications can be done in ST without fuss. My only issue with ST is that there are quite a few gaps in development. Before today, the previous dev build was from July last year. Two new builds were released today, though - so maybe 3 will come out sooner, rather than later... Let's wait and see. Link to comment Share on other sites More sharing options...
elabx Posted January 29, 2016 Share Posted January 29, 2016 I am always used to plan something ahead in Chrome. If I want to add something, I just write the HTML markup with the correct id or class in the file, and in Chrome I start fiddling with the CSS directly. I will have to check the developer mode completely. For the IDE, I'm very happy editing with Emacs. 1 Link to comment Share on other sites More sharing options...
Yannick Albert Posted January 31, 2016 Share Posted January 31, 2016 Just missed it: http://www.webocton.de/ When I was on win os, I really liked it. However, it seems that it is not longer maintained, last release 2010-11-25... Link to comment Share on other sites More sharing options...
Recommended Posts