Search found 9 matches
- 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 ...
- 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 ...
- Sat Oct 28, 2006 4:03 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Project templates
- Replies: 17
- Views: 16917
- 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
- Sat Oct 28, 2006 3:37 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Root Folder
- Replies: 4
- Views: 3942
- 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
This is the same expectation as http://forums.blumentals.net/viewtopic.php?t=771Peper 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.
- 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 ...
- 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 ...
- 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
One vote, assuming it would be possible to collapse $var and hide the line numbers.kag wrote:The tree would look like:
> Variables
--> $var
----> Line 2
----> Line 5
----> Line 14
----> Line 33
----> Line 42