There is a new UI glitch in the beta 3 version: when changing the theme it is not applied consistently in the interface (see images)
https://ingenia.me/uploads/2018/03/21/w ... ssues2.png
https://ingenia.me/uploads/2018/03/21/w ... ssues3.png
Search found 20 matches
- Wed Mar 21, 2018 5:52 am
- Forum: Announcements
- Topic: Update: 2018 Beta 6 (free for everybody)
- Replies: 77
- Views: 276126
- Mon Mar 19, 2018 7:59 pm
- Forum: Announcements
- Topic: Update: 2018 Beta 6 (free for everybody)
- Replies: 77
- Views: 276126
Re: Update: 2018 Beta 2 (free for everybody)
[quote="Aivars"] anderson: Can you elaborate, does the program hangs forever or it's just that the switch takes some seconds? Also, can you give step-by-step how to get the ghost task bar instance? Regarding rich-text suggestion, can you elaborate what is your plugin idea? Maybe using webkit and ...
- Fri Mar 16, 2018 1:37 am
- Forum: Announcements
- Topic: Update: 2018 Beta 6 (free for everybody)
- Replies: 77
- Views: 276126
Re: Update: 2018 Beta 2 (free for everybody)
(Possible) Bugs/glitches: * The program hangs when switch from/to dark theme * Using the Dark theme, there's a white area before drawing the menus. * Sometimes, there's a "ghost" second program instance in the task bar. * Ain't tested yet, but 2016 version has a very buggy xDebug support for remote ...
- Tue Jun 13, 2017 3:00 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Parsing JSON files
- Replies: 7
- Views: 9649
Re: Parsing JSON files
/** * JSON parser using "htmlfile" OLE object. * The JSON result object is extended with two custom methods, making data fully * accessible from FastScript. Custom methods: * getProp(key/index) to access properties by index or name * getKeys(dummy) to get list of keys * * @param string jsonStr The ...
- Thu Jun 08, 2017 5:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: YAML Support
- Replies: 2
- Views: 2859
Re: YAML Support
Yes, Syntax highlighting 

- Thu Jun 08, 2017 5:20 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Parsing JSON files
- Replies: 7
- Views: 9649
Re: Parsing JSON files
Hi guys, thanks for your replies :D I need help: I'm writting a JSON parse library using the WeBuilder's native plugin API with the hope that It could be implemented in another plugins. Basically I have taked the first approach: parsing the JSON file with a real Javascript engine (Chromium) in a ...
- Fri Jun 02, 2017 8:17 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Blade support
- Replies: 1
- Views: 1950
Blade support
The Laravel users will appreciate this feature since this is one of most popular PHP frameworks there. I think that It wouldn't too complex to add to the IDE.
- Fri Jun 02, 2017 8:13 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: YAML Support
- Replies: 2
- Views: 2859
YAML Support
It would be great if you add YAML language support, because projects like Symfony uses it a lot (f.ex: framework configuration files)
- Fri Jun 02, 2017 8:08 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Parsing JSON files
- Replies: 7
- Views: 9649
Parsing JSON files
How can I parse a JSON file via Plugin API?
Any workaround?
Any workaround?

- Sun Apr 23, 2017 4:41 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Integrated Shell/Console
- Replies: 1
- Views: 1924
Integrated Shell/Console
It would be great if there was a console / shell integrated in the program, as a tab next to the Messages and Debug Tools.
In addition, it would be very useful if the console starts in the root folder of the active project, or in the path of the current file.
In addition, it would be very useful if the console starts in the root folder of the active project, or in the path of the current file.
- Sun Aug 28, 2016 6:38 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: Plugin: Save SASS (and Compass) 1.0
- Replies: 0
- Views: 9542
Plugin: Save SASS (and Compass) 1.0
Hi! :D I've made a plugin for WeBuilder: Save SASS 1.0, a fork of his counterpart for LESS . Please notice that it's my first plugin so there's a lot of potencial bugs in the code :shock: Key Features: Auto compile SASS (.scss) files on save or manually Auto compile Compass projects on save or ...
- Wed Aug 24, 2016 9:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: CoffeeScript support
- Replies: 3
- Views: 3323
Re: CoffeeScript support
Unfortunately no,
There's not way to add new languages/parsers vía Options yet. You can edit the existent but not add new ones. Maybe editing the program's internal files but I will not take that risk.
There's not way to add new languages/parsers vía Options yet. You can edit the existent but not add new ones. Maybe editing the program's internal files but I will not take that risk.

- Wed Aug 24, 2016 12:38 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: CoffeeScript support
- Replies: 3
- Views: 3323
CoffeeScript support
Since there's no way to add a new language to the editor and this feature can't be implemented via plugins and definetely there's any workaround with the current version of WeBuilder: please add CoffeeScript language support. Even if WeBuilder can't compile the code into JavaScript, this job can be ...
- Tue Aug 23, 2016 12:23 am
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058403
Re: General discussion about plugins.
** SOLVED ** You MUST add the file's extension (in my case, i need to use the .bat compass file) Thanks for the help pmk :D, example: var command = "\"C:\\ruby\\bin\\compass.bat\" compile '"+dir+"'"; --- It does not work, still sending error messages (now in Chinese) :shock: https://s13.postimg.org ...
- Mon Aug 22, 2016 11:54 pm
- Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
- Topic: General discussion about plugins.
- Replies: 139
- Views: 3058403
Re: General discussion about plugins.
Hello, I'm having trouble developing a plugin to compile sass files. I need to run the following command with the ExecuteCommand function: "C:\ruby\bin\compass" compile 'C:\Apache24\htdocs\www.ingeniasoftware.com.ve\themes\default\' And I get a blank error window: https://s10.postimg.org/96qgvfg5h ...