Subversion Repositories fastphp

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
87 2022-01-01 23:27:33 daniel-marschall /trunk/ New functions "Go to PHP dir" (e.g. to change configuration) and "PHP Interactive Shell", can be accessed via right-click the "Run" button  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
86 2021-12-30 22:48:41 daniel-marschall /trunk/ Drag'n'Drop files from explorer works (Due to bug in Delphi, works only if Editor is started in Light design, and design is not changed to Dark Theme)  
/trunk/EditorMain.pas
85 2021-12-27 00:32:22 daniel-marschall /trunk/ Versioninfo upgraded to 0.5  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHP.iss
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPBrowser.res
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.res
83 2021-12-26 23:46:42 daniel-marschall /trunk/ Detection if file was added in a different application added.
In the taskbar and task manager, the name of the opened file will be shown. (Application.Title)
 
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPUtils.pas
/trunk/FindReplace.pas
80 2021-06-13 00:31:09 daniel-marschall /trunk/  
/trunk/FastPHPBrowser_Icon.ico
/trunk/FastPHP_Icon.ico
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHP.iss
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.res
79 2020-08-24 10:22:10 daniel-marschall /trunk/ Made file saving (line ending etc.) more intelligent, e.g. if Shebang is detected, Linux line-endings will be used.  
/trunk/EditorMain.pas
78 2020-08-17 09:32:28 daniel-marschall /trunk/  
/trunk/EditorMain.pas
77 2020-08-12 16:47:23 daniel-marschall /trunk/ Additional new lines at the end of the file will be automatically removed  
/trunk/EditorMain.pas
76 2020-08-12 15:42:21 daniel-marschall /trunk/ Files will be saved without BOM (important for ajax.php)  
/trunk/EditorMain.pas
75 2020-08-12 11:33:08 daniel-marschall /trunk/ Mutex will be switched when "Save as" is used  
/trunk/EditorMain.pas
/trunk/Functions.pas
72 2020-04-19 21:01:00 daniel-marschall /trunk/ Bugfix: HTML was not shown
Help now searches for functions first, then looks for other occurences in the CHM file
 
/trunk/EditorMain.pas
71 2020-04-16 00:58:43 daniel-marschall /trunk/ Second try to fix issue where php.exe process does not end; Fixed hash conflict  
/trunk/EditorMain.pas
/trunk/Functions.pas
69 2020-04-15 19:03:37 daniel-marschall /trunk/  
/trunk/EditorMain.pas
68 2020-04-15 12:05:20 daniel-marschall /trunk/  
/trunk/EditorMain.pas
67 2020-04-15 11:56:02 daniel-marschall /trunk/ Editor will check if file is already open and deny the opening then.
Single "Replace" will automatically search for the next item
Editor: During saving, every line will be right-trimmed
 
/trunk/EditorMain.pas
/trunk/FindReplace.pas
/trunk/Functions.pas
66 2020-03-30 00:57:59 daniel-marschall /trunk/ Before theme change: Ask if the user wants to save their work  
/trunk/EditorMain.pas
64 2020-02-29 10:26:46 daniel-marschall /trunk/ Small UI fixes  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
63 2020-02-28 01:10:33 daniel-marschall /trunk/  
/trunk/Icons/format_on_off.psd
/trunk/Icons/light_off.bmp
/trunk/Icons/light_on.bmp
/trunk/Icons/light_on_off.psd
/trunk/Private/Demo FastPHP DarkTheme.png
/trunk/Private/Demo FastPHP LightTheme.png
/trunk/EditorMain.pas
62 2020-02-27 22:07:57 daniel-marschall /trunk/ NEW FEATURE: DARK THEME !  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPBrowser.res
/trunk/FastPHPConfig.pas
/trunk/FastPHPEditor.dpr
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.res
60 2020-02-25 18:40:28 daniel-marschall /trunk/ Changed tab handling again
Handle window close requests
 
/trunk/BrowserMain.dfm
/trunk/BrowserMain.pas
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHP.inc
58 2020-02-14 23:43:16 daniel-marschall /trunk/ Avoid that backspace moves to line beginning if you have a line with only tabs  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
57 2020-02-14 23:22:21 daniel-marschall /trunk/ New feature: Turn on/off special chars (Not compiled yet)  
/trunk/Icons/format_off.bmp
/trunk/Icons/format_on.bmp
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPConfig.pas
56 2020-01-05 22:15:20 daniel-marschall /trunk/ Implemented "Save as" (right click on "Save")  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.res
/trunk/WebBrowserUtils.pas
49 2018-04-02 22:07:33 daniel-marschall /trunk/ === Release 0.1 ===  
/trunk/FastPHP.iss
/trunk/FastPHPConfig.pas
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPBrowser.res
/trunk/FastPHPEditor.dpr
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.res
/trunk/FastPHPUtils.pas
/trunk/FindReplace.pas
/trunk/Functions.pas
/trunk/codeexplorer.php
47 2018-04-01 14:42:35 daniel-marschall /trunk/ A star(*) now marks if the file was modified or not  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
45 2018-04-01 01:16:33 daniel-marschall /trunk/ - New feature: Run in console (Shift+F9)
- Working dir is now the script's directory, not FastPHP's directory
 
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPGroup2007.groupproj
/trunk/FastPHPUtils.pas
/trunk/Functions.pas
/trunk/WebBrowserUtils.pas
44 2017-12-18 16:13:00 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPTreeView.pas
/trunk/WebBrowserUtils.pas
40 2017-12-17 12:01:59 daniel-marschall /trunk/  
/trunk/CRC32.pas
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPEditor.dpr
/trunk/FastPHPEditor.dproj
/trunk/FastPHPTreeView.pas
/trunk/RunPHP.pas
36 2017-12-17 00:27:44 daniel-marschall /trunk/  
/trunk/CRC32.pas
/trunk/ImageListEx.pas
/trunk/codeexplorer.bmp
/trunk/CodeExplorer Icons.txt
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPEditor.dpr
/trunk/FastPHPEditor.dproj
/trunk/FastPHPTreeView.pas
/trunk/RunPHP.pas
/trunk/codeexplorer.php
33 2017-12-16 00:58:09 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPTreeView.pas
/trunk/FastPHPUtils.pas
/trunk/codeexplorer.php
32 2017-12-12 23:11:10 daniel-marschall /trunk/  
/trunk/CodeExplorer Icons.txt
/trunk/EditorMain.pas
/trunk/codeexplorer.php
31 2017-12-11 22:34:50 daniel-marschall /trunk/ - Fixed bug in code explorer & made it Unicode ready
- Added bracket matching highlighting
 
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPTreeView.pas
/trunk/RunPHP.pas
/trunk/codeexplorer.php
30 2017-12-10 22:47:14 daniel-marschall /trunk/  
/trunk/Cursors.RES
/trunk/Cursors.rc
/trunk/Cursors_Compile.bat
/trunk/MouseGutter.cur
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
29 2017-12-10 21:22:51 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/Functions.pas
/trunk/codeexplorer.php
27 2017-12-10 19:08:44 daniel-marschall /trunk/  
/trunk/CodeExplorer Icons.txt
/trunk/FastPHPTreeView.pas
/trunk/RunPHP.pas
/trunk/codeexplorer.php
/trunk/BrowserMain.pas
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHP.inc
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPBrowser.res
/trunk/FastPHPEditor.dpr
/trunk/FastPHPEditor.dproj
/trunk/FastPHPEditor.stat
/trunk/WebBrowserUtils.pas
26 2017-12-05 17:12:41 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
25 2017-12-04 17:06:15 daniel-marschall /trunk/ Delphi 2007 Compatibility (no Unicode though)  
/trunk/FastPHP.inc
/trunk/FastPHPGroup2007.groupproj
/trunk/FastPHPGroup.groupproj
/trunk/BrowserMain.pas
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FastPHPBrowser.dpr
/trunk/FastPHPBrowser.dproj
/trunk/FastPHPEditor.dproj
/trunk/FastPHPUtils.pas
/trunk/FindReplace.pas
/trunk/Functions.pas
/trunk/WebBrowserUtils.pas
24 2017-12-04 02:28:09 daniel-marschall /trunk/ Search/Replace code rewritten  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FindReplace.pas
23 2017-07-02 17:03:41 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FindReplace.pas
/trunk/Functions.pas
22 2017-07-01 22:27:53 daniel-marschall /trunk/  
/trunk/EditorMain.dfm
/trunk/EditorMain.pas
/trunk/FindReplace.pas
/trunk/Functions.pas