Hello, I am a newbie and I was wondering if any of you tried to embed a php editor into desktop and which one would be good to do that. I am learning php and SQL.
@evillhomerauthorMay 25.2015 — #Exactly like you would embed a terminal into desktop. Anyway I realized that I can do it with vim or nano editors, but as a beginner writing code in those it will be probably a nightmare. I will need something lightweight and in the same time I want features like reporting errors.
@rootMay 26.2015 — #gEdit is the most often bundeled software for editing, you could try emacs which is what I use, its a bit awkward with a break from some norms of editors like Ctrl-C and Ctrl-V and Ctrl-Z.
@NogDogMay 26.2015 — #gEdit is the most often bundeled software for editing, you could try emacs which is what I use, its a bit awkward with a break from some norms of editors like Ctrl-C and Ctrl-V and Ctrl-Z.[/QUOTE]
If you're good with Lisp (I'm not, but worked with a guy once who was), you can make Emacs do almost anything. ?
@evillhomerauthorMay 27.2015 — #thanks for the tips, Emacs is indeed powerful, but ill tick with gedit + plugins. After I learn more ill witch to emacs.