![]() |
Which editor do you use? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: PHP (https://sinister.ly/Forum-PHP) +--- Thread: Which editor do you use? (/Thread-Which-editor-do-you-use) |
RE: Which editor do you use? - Blink - 06-08-2017 (06-06-2017, 12:27 AM)Ender Wrote: So... Originally I posted saying nano... (06-06-2017, 02:37 AM)n3r0x1d3 Wrote:(06-06-2017, 12:27 AM)Ender Wrote: So... Originally I posted saying nano...@Ender you should check out the Vim keyboard overlay. Well, I switched my keyboard layout and am too lazy to change all the vim keys.... No vim... I guess. RE: Which editor do you use? - Num5kull - 06-09-2017 Im using Geany love the execute function, for when you'r not working on a server viewing error log files. and then ov course notepad++ for any macros i need to run over sections of code move down, press 'home', find ), move right two chars , past some text, press end, paste some more text, repeat. and so forth also i have an awsome php5.X dev environment that i am stripping my desktop data out of for quick browser experience with php console box. will be posting whenever i can be bothered to package it. Anyway i think the best is PHPStorm for many reasons. although i can't be bothered to pirate it and can't afford to pay for it. so i use my own meathod instead. RE: Which editor do you use? - innocent21 - 06-23-2017 Notepad2 and Sublime Text RE: Which editor do you use? - SxTxN - 06-23-2017 Mostly Notepad++, but if I get bored I use Sublime Text. RE: Which editor do you use? - Blink - 06-23-2017 Well, after much thought and searching... Nano is almost perfect for me. It doesn't try to do too much, it only tries to be a text editor. Eventually, I'll probably make an improved clone of nano. For now, I'll stick with it. To anyone using it: TURN ON SYNTAX HIGHLIGHTING RE: Which editor do you use? - dark_bit - 08-02-2017 nano, is minimal, powerfull, ligth and a very usefull tool for the terminal. you can also personalize it for each language you like to write. RE: Which editor do you use? - Skryptec - 02-11-2018 I would like to bring this thread back alive a bit, so I can check out other people's suggestions. I personally use Adobe's Dreamweaver, because it's very nice. I have started using it today and I am already liking it more than Notepad++. RE: Which editor do you use? - mothered - 02-12-2018 (02-11-2018, 11:57 PM)Skryptec Wrote: I personally use Adobe's Dreamweaver, because it's very nice. Dreamweaver Is very well structured and easy to work with. I was using It since It's early stages of development by Macromedia, of which was acquired by Adobe sometime in 2005. RE: Which editor do you use? - ZOM_BIES - 02-12-2018 I've used Dreamweaver previously but I switched to sublime as it was recommended by one of my friends. I couldn't have been happier. (02-11-2018, 11:57 PM)Skryptec Wrote: I would like to bring this thread back alive a bit, so I can check out other people's suggestions. I personally use Adobe's Dreamweaver, because it's very nice. I have started using it today and I am already liking it more than Notepad++.check out Sublime Text, you might find it even more likable ![]() RE: Which editor do you use? - obito96 - 02-19-2018 Hey i was using sublime text but now i am using visual studio code. |