Search found 9 matches

by Peper
Sun Feb 07, 2010 1:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: LF, CR+LF and FTP
Replies: 1
Views: 1284

LF, CR+LF and FTP

Hi, When I upload a windows file to a linux/unix server through FTP, the CR+LF to LF conversion is done automatically as expected ... except for a file with extension .sh I searched knowledge base and support forum for CR, LF, FTP and LineFeed, without result. Could you tell me where we set this ...
by Peper
Mon Oct 30, 2006 7:35 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Root Folder
Replies: 4
Views: 3942

Hi Karlis This might be a nice solution: I'd prefer a button in the open dialog that says something along the lines of 'go to project root'. sometimes I'm opening things outside of the project and it'd be a pain if webuilder didn't open from the same folder I last opened from. More often, I'm in ...
by Peper
Sat Oct 28, 2006 4:03 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Project templates
Replies: 17
Views: 16917

Karlis wrote:Currently you can use code preprocesssor, which is able to do the same thing what php does with includes, but locally whenever html file is saved and with no scripting at all...
I found code preprocesssor in the help, that is a very nice feature Karlis :) thanks.
by Peper
Sat Oct 28, 2006 3:40 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Open Dialog default directory
Replies: 2
Views: 3909

Using the File Explorer panel instead of the File Open dialogue solves at least part of the problem :)
by Peper
Sat Oct 28, 2006 3:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Root Folder
Replies: 4
Views: 3942

Meanwhile I found out that the "File Explorer" panel uses the Root Folder as expected. This solves my immediate problem.
But I am still curious if it has other purposes.
Thanks
by Peper
Sat Oct 28, 2006 3:23 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Root Folder
Replies: 4
Views: 3942

Re: Root Folder

Peper wrote:I would have expected that - after selecting a project - the default directory for the file open dialogue would be the root folder, but it isn't.
This is the same expectation as http://forums.blumentals.net/viewtopic.php?t=771
by Peper
Sat Oct 28, 2006 3:10 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Root Folder
Replies: 4
Views: 3942

Root Folder

The purpose of the Root Folder in project properties is not clear to me. I would have expected that - after selecting a project - the default directory for the file open dialogue would be the root folder, but it isn't. I also read from a posting that it is not used to compute a file path in the ...
by Peper
Wed Aug 10, 2005 10:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Explorer Classes problem
Replies: 1
Views: 2561

Code Explorer Classes problem

I have the following bug report using Rapid PHP 2005 version 6.2. With the following Code, the Cache Class remains empty (function and variables invisible) in Code Explorer. class Cache { var $cachePath; function CacheFileName ($fileName) { return $this->cachePath . str_replace(array ...
by Peper
Wed Aug 10, 2005 10:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improved PHP Code Explorer
Replies: 2
Views: 3463

Re: Improved PHP Code Explorer

kag wrote:The tree would look like:
> Variables
--> $var
----> Line 2
----> Line 5
----> Line 14
----> Line 33
----> Line 42
One vote, assuming it would be possible to collapse $var and hide the line numbers.