Subversion Repositories fastphp

Rev

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

Rev Author Line No. Line
90 daniel-mar 1
 
2
Wishlist for FastPHP
3
--------------------
4
 
5
1. Code folding
6
=> I need a highlighter that is a subclass of TSynCustomCodeFoldingHighlighter
7
 
8
2. Regions like C# or Delphi (with folding)
9
=> We would need to "invent" a notation for regions which doesn't break PHP syntax obviously
10
maybe as simple as:
11
 
12
	    <?php
13
	    #region "test"
14
	    ...
15
	    #endregion
16
	    ?>
17
 
18
3. Code completion
19
 
20
4. See the method arguments while you are typing a method
21
 
22
5. Gutter: Select single line with a single click at the gutter
23
=> Works with Lazarus, but not with Delphi!
24
 
25
6. Files in tabs?
26
 
27
7. More intelligent find of the correct method/function/symbol when you press F1
28
 
29
8. When dark theme is enabled, the left top pixel cannot be used to open the window menu (close by double click). This is extremely annoying if you are used to close maximized windows this way.
91 daniel-mar 30
 
31
9. Console output (lower part of the screen): Button to stop the execution, and show flushed output in realtime
32
 
33
10. ANSI/UTF8 Saving and Auto Detect loading