Search found 142 matches

by x3po
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 ...
by x3po
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?
by x3po
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?
by x3po
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 ...
by x3po
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
by x3po
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! :-/
by x3po
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...
by x3po
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.
by x3po
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 ...
by x3po
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.
by x3po
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 ...
by x3po
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

notuo wrote: Any comments are welcome.
What program and exact version are you using?