Search found 694 matches

Return to advanced search

Plugin Issue/Bug: ExecuteCommand() returns ASCII data

When running the Plugin/FastScript command ExecuteCommand(cmd, outputText) , the resulting outputText is returned in ASCII format and not UTF-8. Because of this, the result is not really usable as special characters get trashed. It would also be more usable if the outputText could be split into two,...
by pmk65
Fri Dec 27, 2019 4:35 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Plugin Issue/Bug: ExecuteCommand() returns ASCII data
Replies: 0
Views: 2151

Webuilder 2020 Script.CreateScriptableJsExecuter()

I'm trying to load/execute a JavaScript using "Script.CreateScriptableJsExecuter()". Script is executed correctly, but fails with an error. Uncaught SyntaxError: Unexpected token { This is because the script contains a JavaScript "import" statement. The import statement cannot be...
by pmk65
Fri Dec 27, 2019 5:21 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Webuilder 2020 Script.CreateScriptableJsExecuter()
Replies: 1
Views: 3457

Re: Empty Plugin menu items

1) Rightclick and select "Customize Context Menu" 2) Click the menu item "Plugins" 3) Select menu item to remove and drag it OFF the "Plugins" drop down menu. <iframe width="854" height="510" src="https://www.youtube.com/embed/avzkp-uzvhQ" ...
by pmk65
Mon Dec 23, 2019 2:54 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Empty Plugin menu items
Replies: 3
Views: 4104

2020 bug: ES6 "get" and "set" keywords are not highlighted

The ES6 keywords "get" and "set" are not recognized as protected words and are not presented in bold.

Image
by pmk65
Sun Dec 22, 2019 4:25 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2020 bug: ES6 "get" and "set" keywords are not highlighted
Replies: 1
Views: 3409

Re: Composer integration

You can add a terminal/shell using the External Tools option. http://forums.blumentals.net/viewtopic.php?f=4&t=6688 Works great with this shell. http://forums.blumentals.net/viewtopic.php?f=25&t=7333 As for Composer support, then you could create a plugin similar to my Gulp Taskrunner plugin .
by pmk65
Thu Dec 19, 2019 3:22 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Composer integration
Replies: 1
Views: 3316

Re: Request:Load/Save for "JSHint JavaScript Checker"

RadhikaP wrote:Hi!
Excellent ! I got useful information here. Thank you!


Exactly what kind of useful information did you get from my feature request?
by pmk65
Tue Dec 10, 2019 12:21 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Request:Load/Save for "JSHint JavaScript Checker"
Replies: 2
Views: 3786

Re: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down

It could be because Webuilder 2020 is a very new file and might not be whitelisted in the virusscanner database yet. So it monitors it in the background.
by pmk65
Mon Nov 25, 2019 12:16 am
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder 2020 - Slow behavior? Solved.Avast slowed down
Replies: 5
Views: 2835

Re: Add more framework support in Webuilder 2020

1) React + JSX
2) Angular + Typescript
3) Vue
by pmk65
Wed Nov 20, 2019 10:05 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add more framework support in Webuilder 2020
Replies: 7
Views: 6718

Re: Update: 2020 Beta 4 (free for everybody)

Due to the LACK of a complete list of bugs fixed in each release, you'll manually have to test if the problems you have reported, have been fixed in the next release. Personally the lack of a complete list of fixes, discourages me from continuing to report bugs. As I have no idea if something have b...
by pmk65
Mon Nov 18, 2019 4:14 pm
 
Forum: Announcements
Topic: Update: 2020 Beta 4 (free for everybody)
Replies: 13
Views: 41773

Re: Add more framework support in Webuilder 2020

This will probably be a deal-breaker for me too.
Although the new features such as split view is nice, they don't justify an update if I can't use it for modern coding.
by pmk65
Wed Nov 13, 2019 11:17 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add more framework support in Webuilder 2020
Replies: 7
Views: 6718

Add more framework support in Webuilder 2020

Currently none of the top JavaScript SPA frameworks (Angular, React & Vue) are supported/available in Webuilder 2020. And no highlighting support for JavaScript derivates like JSX and TypeScript. This should be available in new version (and not added years later, like the Bootstrap framework sup...
by pmk65
Wed Nov 13, 2019 3:56 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add more framework support in Webuilder 2020
Replies: 7
Views: 6718

Add support for Tern.js

Add internal support for Tern.js Tern is a stand-alone code-analysis engine for JavaScript. It is intended to be used with a code editor plugin to enhance the editor's support for intelligent JavaScript editing. Features provided are: Autocompletion on variables and properties Function argument hint...
by pmk65
Wed Nov 13, 2019 3:46 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add support for Tern.js
Replies: 1
Views: 2625

Re: Update: 2020 Beta 3 (free for everybody)

Karlis wrote:Beta 3 fixes some bugs found in Beta 2 and adds high DPI support for gutter icons.


Could you post a list of the bugs fixed in each release?
by pmk65
Mon Nov 11, 2019 12:54 pm
 
Forum: Announcements
Topic: Update: 2020 Beta 4 (free for everybody)
Replies: 13
Views: 41773

WeBuilder 2020 Split views - Close View not Document

I LOVE the new Split Views in WeBuilder 2020, but I keep closing documents by accident when I want to turn off the split view. (Happens when the Split view is between different documents) Would it be possible to change the "x" action on a Split view. So instead of closing the document it j...
by pmk65
Sun Nov 03, 2019 10:37 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder 2020 Split views - Close View not Document
Replies: 1
Views: 2068

Re: Suggestions for 2020 - font ligatures and async exec in

Second is to add function to your plugin API, which will work like ExecuteCommand, only asynchronous - so i dont have to wait on frozen editor, while the plugins compile less/sass on save (3-5 seconds) If you run "START <command>" with ExecuteCommand it will detach from current process ht...
by pmk65
Thu Oct 31, 2019 3:05 pm
 
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Suggestions for 2020 - font ligatures and async exec in api
Replies: 1
Views: 2835
PreviousNext

Return to advanced search

cron