Search found 5 matches

by quantuumsnot
Mon May 25, 2015 9:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 5339

Re: Some weirdos in WeBuilder 2015

1) Great
2) The same s**t we have in PHPEd 15, PHPStorm 8.0.1 reports that it expects } but again in the last line of the file. Relying every time on the interpreter for reporting the syntax errors is not so good.
3) PHPMD, CodeSniff, PHP Analyzer can be integrated
4) Ok
5) Yes, it is
by quantuumsnot
Thu May 14, 2015 1:09 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 5339

Re: Some weirdos in WeBuilder 2015

3. I'm sure devs do that when coding WeBuilder ... or don't? 4. Only if WB allows a internal command prompt to be opened in some area of its layout, not external 5. Nope, for example writting a simple function with just one `for` loop in it properly indents the cursor in N++ after first curly brace ...
by quantuumsnot
Wed May 13, 2015 2:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 5339

Re: Some weirdos in WeBuilder 2015

Critical feature(s) missing or misbehaving means problems for me, not a reason for a feature request
by quantuumsnot
Tue May 12, 2015 10:24 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 5339

Re: Some weirdos in WeBuilder 2015

When the devs will see this rant?
by quantuumsnot
Mon May 11, 2015 7:47 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some weirdos in WeBuilder 2015
Replies: 7
Views: 5339

Some weirdos in WeBuilder 2015

Hi, directly to the problems (version 13.2.0.164 ): 1. Missing code folding in PHP state, didn't check it for JS/etc 2. For the experiment I deleted a closing brace } of ` for ($i = 0; $i < $steps; $i++) ` block, and pressed F7 (my change) for 'Syntax Check'. This is what I've got: "Syntax error ...