Search found 694 matches

Return to advanced search

Re: Selecting a function block for cut/paste with code colla

I just made a plugin for selecting code blocks (functions).
Maybe it will solve your "problem" ;)

You can find it here: viewtopic.php?f=33&t=6662
by pmk65
Tue Jun 09, 2015 9:27 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Selecting a function block for cut/paste with code collape
Replies: 4
Views: 2693

Plugin: Select Code Block v1.01

Selects PHP/JavaScript code blocks (functions) with optional support for DocBlock Comments . Similar to the "Select Tag Block" HTML function. Installation: 1) Download plugin .ZIP file. 2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu. 3) Click "Install...
by pmk65
Tue Jun 09, 2015 9:25 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Select Code Block v1.01
Replies: 3
Views: 6867

Re: Selecting a function block for cut/paste with code colla

Have you looked at the plugin API?
You probably could do something like that using a plugin.
by pmk65
Tue Jun 09, 2015 5:08 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Selecting a function block for cut/paste with code collape
Replies: 4
Views: 2693

Re: Forum spam issue?

Another one (User: kamalpreet123):
viewtopic.php?f=1&t=6534

Again an Indian user. (Probably the same one.)
by pmk65
Tue Jun 09, 2015 4:42 pm
 
Forum: Blumentals Software Website
Topic: Forum spam issue?
Replies: 5
Views: 8795

Plugin: Document Statistics v1.0

WeBuilder Plugin: Document Statistics v1.0 (Similar to that of UltraEdit :mrgreen: ) Shows statistics on document and selection. http://i.imgur.com/444g3Su.png Installation: 1) Download plugin .ZIP file. 2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu. 3) Click "...
by pmk65
Sun Jun 07, 2015 11:30 am
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Document Statistics v1.0
Replies: 0
Views: 4317

Plugin: DocBlock Comments v1.33

An editor plugin for PHP and JavaScript coders, that helps you comment your code. Idea & functionality "stolen" from PHPStorm :mrgreen: How it works: When the trigger key combination is pressed in the editor, the plugin will analyze the next line of your script. If the line contains a ...
by pmk65
Thu Jun 04, 2015 5:30 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: DocBlock Comments v1.33
Replies: 17
Views: 30139

Bug: Save as type in Save As dialog has wrong focus

When I select "Save As" and change "Save as type" to let's say ".txt" then the content of the "Filename" field get's highlighted. (And you expect this field to be focused.) But when I then start typing the field name, the "Save as type" changes inste...
by pmk65
Thu Jun 04, 2015 5:11 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug: Save as type in Save As dialog has wrong focus
Replies: 1
Views: 1552

Re: How does plugins work internally? (Is it worth minimizin

Thanks for the feedback.
That was more or less as I expected. Specially when you have to disable/enable plugins for changes to take effect.
by pmk65
Thu Jun 04, 2015 5:08 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How does plugins work internally? (Is it worth minimizing)
Replies: 2
Views: 1920

Plugin: Join Lines / Split Lines v1.0

WeBuilder Plugin: Join Lines / Split Lines v1.0 Join Lines http://i.imgur.com/Seze1J8.png Join multiple lines into a single line. With optional delimiter and quote wrapping. Split Line(s) http://i.imgur.com/ATlRKrF.png Split Line(s) at delimiter or at every nth position. Installation: 1) Download pl...
by pmk65
Wed Jun 03, 2015 9:20 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Join Lines / Split Lines v1.0
Replies: 0
Views: 4164

Re: Plugin: Remove Empty Lines v1.1

kfury77 wrote:Neat plugin! It would be good to have the option to remove ALL empty lines. At the moment it only deletes double or more empty lines.


Done! :)

There's now an extra menuitem called "Remove All Empty Lines" (Hotkey: Ctrl+Shift+Z) which will remove ALL empty lines.
by pmk65
Tue Jun 02, 2015 5:07 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Remove Empty Lines v1.1
Replies: 2
Views: 5325

Re: Forum spam issue?

Looks like he's back again using the handle "gurpreet1" :roll:
viewtopic.php?f=25&t=4937#p23203
by pmk65
Sat May 30, 2015 11:01 pm
 
Forum: Blumentals Software Website
Topic: Forum spam issue?
Replies: 5
Views: 8795

How does plugins work internally? (Is it worth minimizing)

How does plugins work internally? I was wondering what happens to plugins once loaded into WeBuilder. And if it's worth minimizing the script code, removing comments etc. So: 1) Does the plugin script get "compiled" to some internal code when plugin is enabled? 2) Or does it run it in &quo...
by pmk65
Sat May 30, 2015 10:44 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How does plugins work internally? (Is it worth minimizing)
Replies: 2
Views: 1920

Re: Need a code example for Plugin API: RegexMatchAll()

Aivars wrote:Try/except is the best way to do it at this time.


Ok. As long as it works :)
by pmk65
Fri May 29, 2015 5:03 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Need a code example for Plugin API: RegexMatchAll()
Replies: 4
Views: 2941

Re: Delete empty lines

Hans Meiser wrote:Any chance to get this as an in-build command?


That's quite easy to do with a simple WeBuilder plugin.
Here's one i just made ;)
viewtopic.php?f=33&t=6648
by pmk65
Fri May 29, 2015 5:02 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Delete empty lines
Replies: 4
Views: 2899

Plugin: Remove Empty Lines v1.1

WeBuilder Plugin: Remove Empty Lines v1.1 Find all occurrences of multiple empty lines in a document and remove the redundant lines. Installation: 1) Download plugin .ZIP file. 2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu. 3) Click "Install" and select t...
by pmk65
Fri May 29, 2015 5:01 pm
 
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Remove Empty Lines v1.1
Replies: 2
Views: 5325
PreviousNext

Return to advanced search