If like me you program a little php, directly from a text editor, you know how it quickly becomes daunting to repeat the steps:
- Make a change on the file
- Save the file
- Skip in the browser
- Refresh page
- View results
- Back to the text editor
- etc. ... etc. ....
1. Autosave file: I use Geany, which is a very good editor (almost complete IDE for that matter). It has a plugin called Action Registry. In the preferences of the plugin, check and adjust the automatic registration period of 1 second. So the file will be constantly safeguarded.
2. To move from one window to another (the text editor to the browser) 2 solutions: Either
- you have 2 screens: in this case you edit on one and watch the result on the other
- Either you have one screen and in this case it is better to use the keyboard shortcut ALT + Tab to move from one window to another, but to use the mouse is very slow ...
0 comments:
Post a Comment