Search found 9 matches
- Mon Feb 18, 2013 11:35 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: bug re closing brackets - WeBuilder 2014 version 12 (12.0.0.
- Replies: 7
- Views: 5415
Re: bug re closing brackets - WeBuilder 2014 version 12 (12.
With the greatest of respect, I shouldn't have to disable a feature because it doesn't work, or while you think about it. I am new customer of yours having purchased the software about 2 weeks ago, and would like to think that if I report a bug it will at some stage be fixed. I accept that this is ...
- Thu Feb 14, 2013 1:00 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Auto popup - width of window
- Replies: 5
- Views: 3430
Re: Auto popup - width of window
Say I'm looking to use array_multisort and I type array_m this is what I get
http://snag.gy/f07y5.jpg
This is what I would like
http://snag.gy/3NAbP.jpg
Using DejaVu Sans Mono 11pt
Dave
http://snag.gy/f07y5.jpg
This is what I would like
http://snag.gy/3NAbP.jpg
Using DejaVu Sans Mono 11pt
Dave
- Thu Feb 14, 2013 12:33 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: bug re closing brackets - WeBuilder 2014 version 12 (12.0.0.
- Replies: 7
- Views: 5415
Re: bug re closing brackets - WeBuilder 2014 version 12 (12.
I understand the example you've given, but it cannot be right that the editor stops a user from entering characters which is what it is doing.
- Thu Feb 14, 2013 12:29 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Auto popup - width of window
- Replies: 5
- Views: 3430
Re: Auto popup - width of window
Yes, how do I attach screenshots please?
- Thu Feb 14, 2013 12:14 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: bug re closing brackets - WeBuilder 2014 version 12 (12.0.0.
- Replies: 7
- Views: 5415
Re: bug re closing brackets - WeBuilder 2014 version 12 (12.
I think that's the easy way out? If I turn it off, then I lose the benefits of auto closing brackets on code that I'm writing? Whilst auto close may be causing this issue, it suggests that it is broken as the feature should auto insert a closing bracket for a newly entered opening bracket. I have ...
- Tue Feb 12, 2013 9:20 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Auto popup - width of window
- Replies: 5
- Views: 3430
Auto popup - width of window
Using WeBuilder 2014 version 12 (12.0.0.147) I am using auto-complete for PHP, but just about every popup is not wide enough. They truncate the view which means that you cannot read the parameters for a function. If you manually widen the view, when the next popup appears it has gone back to the ...
- Tue Feb 12, 2013 9:14 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: bug re closing brackets - WeBuilder 2014 version 12 (12.0.0.
- Replies: 7
- Views: 5415
bug re closing brackets - WeBuilder 2014 version 12 (12.0.0.
Using WeBuilder 2014 version 12 (12.0.0.147) If I have code such as the following <?php $this->Recipe->find('all', array('conditions' => array('id' => $this->Recipe->id)); ?> You should see that I am missing one closing bracket at the end. WeBuilder correctly highlights the missing bracket. If ...
- Sun Feb 10, 2013 8:45 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Webuilder 2014 inline todo/fixme/changed
- Replies: 8
- Views: 5714
Re: Webuilder 2014 inline todo/fixme/changed
Hi, I can confirm that 'CHANGED' items do not appear in the same way that TODO and FIXME do i.e. with a flag. The interface should be consistent, so if this has not been raised as a bug, it should be. In order to see more of your messages, why don't you do as I have and drag the messages window to ...
- Sun Feb 10, 2013 4:17 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Webuilder 2014 inline todo/fixme/changed
- Replies: 8
- Views: 5714
Re: Webuilder 2014 inline todo/fixme/changed
I don't think that the reply by Karlis was particularly helpful. To use TODO in code use <?php // TODO: Need to fix this issue... ?> or <?php /* TODO: Need to fix this issue... */ ?> To use TODO in html <!-- TODO: Nee to fix this issue... --> Neither will be rendered in your browser, but will be ...