Search found 6 matches
- Thu Oct 06, 2016 1:38 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Focus Text Editor when hitting Escape
- Replies: 1
- Views: 2073
Focus Text Editor when hitting Escape
Hi there - just a quick feature request! It's relatively minor but it's just one of those things that seemingly only Visual Studio seems to implement; personally, I find it incredibly useful. When the text editor doesn't have focus, hitting the Escape key then puts focus to the text editor. For ...
- Sat Apr 23, 2016 8:46 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: [Bug][14.0.0.184] Auto-Completion Within Literal String
- Replies: 1
- Views: 2422
[Bug][14.0.0.184] Auto-Completion Within Literal String
Editor Version: WeBuilder 2016 Filetype: PHP Windows 10 10.0.10586 WeBuilder will auto-complete a HTML tag when typing the closing > character while inside the literal string of an attribute. For example: <option value="{{ $product- > }}">{{ $product->name }}</option> Typing the highlighted blue ...
- Mon Apr 11, 2016 8:57 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: File Explorer State Lost After Close
- Replies: 2
- Views: 2613
File Explorer State Lost After Close
I've looked through the Preferences window a few times to ensure I didn't miss a setting, but 2016 no-longer seems to remember the collapsed/expanded state of the File Explorer TreeView nodes for a project when WeBuilder is restarted. At least, I think the state was remembered in 2015? If not, feel ...
- Mon Apr 11, 2016 8:43 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: More Selection Delimiters
- Replies: 3
- Views: 3114
Re: More Selection Delimiters
Thanks for the response!
Really surprised that people wanted $ and \ removed as delimiters but hey, I've added them back now - so that's awesome
Really surprised that people wanted $ and \ removed as delimiters but hey, I've added them back now - so that's awesome

- Fri Mar 25, 2016 10:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: More Selection Delimiters
- Replies: 3
- Views: 3114
More Selection Delimiters
Would it be possible to not select the $ symbol when using Shift+Ctrl+[Arrow Key] to select PHP code? Chances are the user (well, me, anyway) wants to change the variable name itself and not remove the entire variable along with its $ identifier, and without having to type the $ symbol again. If ...
- Tue Mar 22, 2016 10:47 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Don't Always Auto-complete End Tag
- Replies: 1
- Views: 1980
Don't Always Auto-complete End Tag
Hi there, just a little suggestion regarding the auto-completion of HTML tags (and possibly others; the parenthesis on PHP methods get auto-inserted even if they already (positionally) follow the caret). As expected, typing the trailing > character causes the tag to auto-closed. For example: Typing ...