Search found 142 matches
- Tue Aug 21, 2012 3:17 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Export webuilder snippets to folder and textfile structure
- Replies: 9
- Views: 7952
Re: Export webuilder snippets to folder and textfile structu
Here's a fix for my suggestions: <?php $rawContent = file_get_contents('library.xml'); $xmlContent = simplexml_load_string($rawContent); // Quick & dirty way to convert XML to array $jsonData = json_encode($xmlContent); $arrayData = json_decode($jsonData, true); // Our Library parse function ...
- Mon Aug 20, 2012 7:16 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Export webuilder snippets to folder and textfile structure
- Replies: 9
- Views: 7952
Re: Export webuilder snippets to folder and textfile structu
Thanks for this great script!
I experienced two issues, though:
1st:
Support for german umlauts!
Umlauts get "destroyed" after export.
2nd:
Only the snippet parts "before cursor" are exportet in the txt-files. The "after cursor" part is missing!
Maybe you can fix that?
I experienced two issues, though:
1st:
Support for german umlauts!
Umlauts get "destroyed" after export.
2nd:
Only the snippet parts "before cursor" are exportet in the txt-files. The "after cursor" part is missing!
Maybe you can fix that?
- Wed Sep 07, 2011 11:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Support for new Win 7 open/save file dialog?
- Replies: 0
- Views: 1969
Support for new Win 7 open/save file dialog?
Are there any chances to get the Windows 7 file dialog (with the new favorites and libraries) into WeBuilder?
- Mon Aug 22, 2011 9:50 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Multiple FTP
- Replies: 7
- Views: 4786
Re: Multiple FTP
I think it would be great if multiple FTP-Sites would be somehow supported! I often work with multiple Servers for one Project, e.g. a Develop-, Stage- and Live-Server. It would be very cool, if i could define those FTP-Servers, mainly for Stage and Live (as Develop is mainly on localhost), and that ...
- Mon Aug 22, 2011 9:44 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Save Copy As...
- Replies: 5
- Views: 3915
Re: Save Copy As...
Why not using STRG+SHIFT+S (Save as)?
I think that's pretty much the functionality you want...
Regards
I think that's pretty much the functionality you want...
Regards
- Fri Aug 19, 2011 11:44 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: BOM or no BOM?
- Replies: 3
- Views: 3204
Re: BOM or no BOM?
Yep, PHP sucks at UTF-8 with BOM! :-/
- Fri Aug 19, 2011 11:43 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Standard browser not displayed in preview pan
- Replies: 10
- Views: 6756
Re: Standard browser not displayed in preview pan
Go to Options > Configure Browsers...
- Thu Aug 18, 2011 5:12 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Ctrl + n --> Transitional doctype?
- Replies: 3
- Views: 2422
Re: Ctrl + n --> Transitional doctype?
Hey,
go to
Options > Preferences > General
then choose another default template in "New document"-section.
Regards.
go to
Options > Preferences > General
then choose another default template in "New document"-section.
Regards.
- Thu Aug 18, 2011 5:09 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: BOM or no BOM?
- Replies: 3
- Views: 3204
- Mon Aug 01, 2011 9:47 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: File Explorer Bug and Woefully Missing Features
- Replies: 13
- Views: 11396
- Thu Jul 28, 2011 11:28 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Library Search
- Replies: 1
- Views: 1633
Re: Library Search
As the # of snippets has grown, would be so useful to be able to search snippet name and content looking for phrases. Also perhaps to add a "Tags" field to the Snippets entry form for a comma separated list of snippet tags, and include the tags field in the search. Nice! +1 This might work like the ...
- Fri Jul 15, 2011 12:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Somes issues when resizing WeBuilder window
- Replies: 7
- Views: 5898
Re: Somes issues when resizing WeBuilder window
Yes, i have the almost the same issues on XP.
- Thu Jun 30, 2011 10:25 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPHP 2011 issues (Resizing delays; File Explorer; Find)
- Replies: 8
- Views: 7489
Re: RapidPHP 2011 issues
Resizing the main app window is really slow here too (webuilder 11.0.0.125). It takes about 4-5 seconds to redraw all the ui after resizing/maximize/restore down the window, 2010 only takes a second. Even with no files open it is slow to redraw. Most programs redraw instantly when resizing main ...
- Wed Apr 06, 2011 5:37 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: typing in file explorer
- Replies: 8
- Views: 5306
- Wed Feb 16, 2011 11:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Highlight matching and missing HTML always
- Replies: 8
- Views: 5891
Re: Highlight matching and missing HTML always
What program and exact version are you using?notuo wrote: Any comments are welcome.