Saved Bookmarks
| 1. |
Solve : Best software for working with PHP website I'm trying to use note++ but looking? |
|
Answer» If you have direct access to your Apache server I would just use shell to write the code. It will show you any SCRIPTING errors that you may have. But If I don't have shell access I would use Notepad++ and use Filezilla to FTP. Quote from: jormeno on May 22, 2013, 02:09:03 PM If you have direct access to your Apache server I would just use shell to write the code. It will show you any scripting errors that you may have. But If I don't have shell access I would use Notepad++ and use Filezilla to FTP. how would Nano show errors in the script? This sounds more like editing a live production environment by the seat of the PANTS. Quote from: BC_Programmer on May 22, 2013, 06:25:49 PM how would Nano show errors in the script? This sounds more like editing a live production environment by the seat of the pants. sorry I forgot to add that I use VIM. you can find that package you can use yum -y install VIM. VIM will color code it for you. Quote from: jormeno on May 23, 2013, 10:10:31 AM sorry I forgot to add that I use VIM. you can find that package you can use yum -y install VIM. VIM will color code it for you. Ahh. well syntax highlighting and "error insight" type features are quite different. whether you use yum or sudo (or whether either are available) depends on the environment of the server itself. Quote from: BC_Programmer on May 23, 2013, 10:22:50 AM Ahh. well syntax highlighting and "error insight" type features are quite different. You are so right, I am at work so I was speed typing lol. With VIM it will color code the code you are using but if everything shows up in red in some SCRIPTS such as css or php it will DISPLAY in red. If it is correct it will display in green and white and red you will no when you see once you start coding in VIM. sorry for the confusing.Syntastic seems to be what you are REFERRING to (VIM plugin) |
|