Search found 13 matches

by cf1
Tue Apr 22, 2025 10:18 am
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: plugin creates OSPanel configuration for current project
Replies: 0
Views: 535

plugin creates OSPanel configuration for current project

In current project folder creates folder .osp and file .osp/project.ini, with default content for OSPanel.
by cf1
Mon Dec 18, 2023 12:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: The process is constantly taking up 25-30 percent of the CPU
Replies: 3
Views: 5431

The process is constantly taking up 25-30 percent of the CPU

The process is constantly taking up 25-30 percent of the CPU load. is this supposed to be the case?
by cf1
Mon Dec 18, 2023 12:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Where is the library of snippets stored?
Replies: 1
Views: 3241

Re: Where is the library of snippets stored?

for win 10:
<system disk>:\Users\<user name>\AppData\Roaming\Blumentals\WeBuilder\settings\library.xml
<system disk>:\Users\<user name>\AppData\Roaming\Blumentals\WeBuilder\settings\snippets\
by cf1
Wed Aug 30, 2023 12:06 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Convert Leading v1.01
Replies: 1
Views: 9682

Re: Plugin: Convert Leading v1.01

if you need to do this with selected text, add the following functions to convertleading.js: ///////////////////////////////////////////// function SpacesToTabsSelected(Sender) { var tabSize = Script.Settings.TabSize; var userSelection = Editor.Selection; if ((userSelection.SelStartLine >= 0 ...
by cf1
Mon Aug 14, 2023 4:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: how can I catch key combination presses (like ctrl s)?
Replies: 0
Views: 5484

how can I catch key combination presses (like ctrl s)?

hello. how can I catch key combination presses (like ctrl s) in plugins? thanks.
by cf1
Thu Feb 20, 2020 6:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Incorrect highlighting of php tags in <script> and <style>
Replies: 0
Views: 2686

Incorrect highlighting of php tags in <script> and <style>

Incorrect highlighting of php tags in <script> and <style> blocks in php files. In php files <script> and <style> blocks, php tags (<? php?>, <??>, <? =?>) are not always highlighted correctly. In the <script> block, in the string variable, php tags isn't highlighted if it is preceded by any ...
by cf1
Wed Mar 06, 2019 9:23 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: when publishing, mark the necessary files as already placed.
Replies: 0
Views: 3428

when publishing, mark the necessary files as already placed.

when a new project is loaded via FTP into a local folder, when you first publish, all files are sent back.
Is it possible to make it possible to mark the necessary files as already placed when publishing a project on ftp. without transferring them via FTP.
by cf1
Fri Jan 18, 2019 7:47 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Project Backup v1.0
Replies: 3
Views: 12402

Re: Plugin: Project Backup v1.0

very useful plugin.
Is it possible to exclude folders or files?
by cf1
Sat Oct 06, 2012 11:41 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Rapid PHP: support of SQLite in SQL explorer.
Replies: 3
Views: 4463

Rapid PHP: support of SQLite in SQL explorer.

it would be nice to have support of SQLite in SQL explorer.
by cf1
Mon Aug 27, 2012 11:40 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: split for editing window, ability to change bookmark colors
Replies: 2
Views: 2756

split for editing window, ability to change bookmark colors

1. it is preferable for editing window to have a vertical and horizontal split function.
2. ability to change the highlighting of bookmarks.
by cf1
Thu Aug 16, 2012 10:48 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: snippets not only for the selected but also for each line in
Replies: 3
Views: 4031

snippets not only for the selected but also for each line in

the possibility of using snippets not only for the selected text, but also for each line in selected text.
example:

snippet:
$hRow[' * ']= 1;

text before snippet:
uno
duo
tres

text after the snippet:
$hRow[' uno ']= 1;
$hRow[' duo ']= 1;
$hRow[' tres ']= 1;