Search found 15 matches

by bistromathics
Wed Nov 30, 2011 10:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Concerns about feature bloat
Replies: 1
Views: 1606

Concerns about feature bloat

I wanted to start a thread for anti-feature-bloat people to voice their concerns. I am worried that Blumentals Software is going down the track of extreme feature bloat and continuous worsening of the usability of their software. I think that a very serious cost-benefit analysis should be made for ...
by bistromathics
Wed Nov 30, 2011 9:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Long lock-up with Javascript documentation bubbles
Replies: 0
Views: 1930

Long lock-up with Javascript documentation bubbles

I'm using Rapid PHP 2011, Version 11.0.1.127. I was writing some Javascript inside a .js file with about 3700 lines and a handful of lines exceeding 1000 characters. I typed a function name, "encodeURIComponent(", and continued to type. The documentation bubble for that function came up after a ~1 ...
by bistromathics
Fri Jul 08, 2011 5:31 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: RapidPHP - Javascript should be collapsible
Replies: 3
Views: 2530

Re: RapidPHP - Javascript should be collapsible

This feature has indeed been added to 2011. Good job!
by bistromathics
Fri Jul 08, 2011 5:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug with parenth in search string
Replies: 5
Views: 3688

Re: Bug with parenth in search string

I just bought Rapid PHP 2011 yesterday, and I can confirm that this bug is fixed.
by bistromathics
Thu Jul 07, 2011 10:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Parenth autocomplete hang
Replies: 3
Views: 2562

Parenth autocomplete hang

I'm using Rapid PHP 11.0.0.126. This problem occurs when editing a large-ish PHP file, but not when I edit a blank file. Autocomplete for parentheses is turned on. When I type an open parenth anywhere in the code, and then try to do anything else, such as type more characters, select some text, or ...
by bistromathics
Thu Jul 07, 2011 4:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug with parenth in search string
Replies: 5
Views: 3688

Re: Bug with parenth in search string

Has this been fixed in the 2011 version?
by bistromathics
Fri Dec 10, 2010 6:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Jumping to Matching Brackets?
Replies: 1
Views: 1342

Jumping to Matching Brackets?

In Vim, you can put your cursor on a bracket/parenth and press % to jump to its match. Is there some hotkey for doing this in RapidPHP?
by bistromathics
Mon Oct 11, 2010 10:16 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Bracket highlighting while line is commented out
Replies: 7
Views: 5138

Bracket highlighting while line is commented out

It would be useful if matching brackets and parenthesis were highlighted inside commented code (when you place your cursor next to one). Sometimes you have to copy out a block from a very large piece of commented code, and it is also just a useful feature to more easily read large pieces of ...
by bistromathics
Wed Aug 25, 2010 6:10 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Editor is extremely slow with long lines
Replies: 10
Views: 6673

Re: Editor is extremely slow with long lines

Will the fix for this problem apply to Rapid PHP as well?
by bistromathics
Mon Aug 02, 2010 4:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: RapidPHP - Javascript should be collapsible
Replies: 3
Views: 2530

RapidPHP - Javascript should be collapsible

It would be nice if Javascript in RapidPHP could have the code collapse feature, if not in HTML-embedded javascript code, then at least in discrete *.js files. I'm using version 10.2.0.121.
by bistromathics
Fri Jul 16, 2010 8:42 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug with parenth in search string
Replies: 5
Views: 3688

Bug with parenth in search string

I am using RapidPHP 10.2.0.121. You have to have something in your previous search history for this bug to be reproducible. Suppose you had "mail" already in your search history. If you start a new search, and try to type in "mail(", note the open parenth at the end, it will not let you type the ...
by bistromathics
Tue Jul 13, 2010 4:27 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Editor is extremely slow with long lines
Replies: 10
Views: 6673

Re: Editor is extremely slow with long lines

Here is some more info - The line is mostly tab characters. I have tried 2000-character lines without tabs and performance is just fine. It's only when you start adding tons of tabs that it gets slower and slower.
by bistromathics
Mon Jul 12, 2010 9:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Editor is extremely slow with long lines
Replies: 10
Views: 6673

Editor is extremely slow with long lines

I have a file with a single very long line, about 2000 characters long. Whenever the line is displayed in the editor, everything goes extremely slow. Scrolling, moving the cursor, typing, highlighting all take 1-2 seconds to do. When I scroll far enough to where the line is no longer displayed ...
by bistromathics
Mon Jul 12, 2010 9:45 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Syntax highlighting while line is bookmarked
Replies: 4
Views: 3105

Syntax highlighting while line is bookmarked

It would be nice to have syntax highlighting on lines that are bookmarked or highlighted because of a syntax error. When a line is bookmarked OR highlighted because it has a PHP syntax error, there is no syntax highlighting whatsoever on it. Strings are not green, variables are not red, brackets and ...