Subversion Repositories fastphp

Rev

Rev 84 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
91 daniel-mar 1
# ViaThinkSoft FastPHP - Code Editor for PHP
84 daniel-mar 2
 
3
FastPHP is a simple, efficient, and comfortable editor/IDE for PHP. Besides syntax highlighting, a code explorer, and the execution of PHP scripts outside the browser, FastPHP offers other useful functionalities like PHP Lint, showing the PHP documentation by keystroke and automatic replacement of whitespaces into tabs.
4
 
5
Features:
6
- Loads very fast, similar to Notepad
7
- Syntax highlighting
91 daniel-mar 8
- Code TreeView Explorer (written in PHP!), also shows TODO-Entries
84 daniel-mar 9
- Running PHP files without IDE and without browser
10
- Integrated PHP lint
11
- Conversation from whitespaces to tabs
12
- Integrated PHP help with the F1 key
13
- PHP files can be executed like HTA files via double-click
91 daniel-mar 14
- Switch between Dark and Light theme
15
- Show/Hide formatting symbols
16
- Clicking on a PHP error will jump to the code line
17
- Automatically removes unnecessary spaces at end of lines and the end of file
18
- Integrate in Explorer as "Shell new" to quickly create new PHP files
84 daniel-mar 19
 
91 daniel-mar 20
** Download FastPHP for Windows here: https://www.viathinksoft.com/projects/fastphp **
21
 
22
## Shortcuts
23
 
24
- Ctrl+F: Find
25
- Ctrl+H: Replace
26
- F3: Find next
27
- Shift+F3: Find previous
28
- Ctrl+G: Go to line #
29
- Ctrl+S: Save
30
- Shift+Ctrl+S: Save as...
31
- Shift+Ctrl+L: Lint
32
- Shift+Ctrl+T: Space-to-Tab
33
- F1: Get help about selected word
34
- F9: Run script
35
- Shift+F9: Run script in console
36
- ESC: Close help page and go back to code
37
- Ctrl+O: Open file in new window
38
- Left mouse + scroll mouse: Scale font up/down
39
- Tab (on selection): Increase indent
40
- Shift + Tab (on selection): Decrease indent
41
- Right click on the "Run" button opens:
42
	* Run
43
	* Run in console
44
	* Go to PHP dir (e.g. to edit php.ini)
45
	* PHP Interactive Shell
46
- Right click on the "Save" button opens:
47
	* Save
48
	* Save as...
49
 
50
## Example screenshot
51
 
52
![Light theme](https://www.viathinksoft.com/screenshot/25/FastPHP.png)