Search found 7 matches

by dvanatta
Mon Jul 28, 2008 12:07 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Debugger Error [Code: 5] Command is not available
Replies: 14
Views: 18766

Re: Debugger Error [Code: 5] Command is not available

I'm getting the same error.

I installed the PHP + xDebug package + Rapid PHP 2008 and have been debugging fine but now am getting that error.

I uninstalled the PHP + xDebug package, uninstalled Rapid 2008 and rebooted the machine. Re-installed both and still get that error.

Help!
by dvanatta
Sat Jul 07, 2007 5:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: subversion support
Replies: 27
Views: 26460

SVN support

+1 for SVN support
by dvanatta
Sat Jul 07, 2007 12:20 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: function hints
Replies: 2
Views: 2719

function hints

I have a file included with a function inside it.

When I start calling that function in another file I expected to see function hints showing the function's parameters but I get nothing.

The include is in the same folder so I know the include path is correct.

How do I see function hints?
by dvanatta
Wed Jul 04, 2007 7:27 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Auto Indent
Replies: 3
Views: 3350

Karlis wrote:Now we are currently designing auto-curly-brace-complete and that feature will allow to both generate { and } braces and also indent the caret. But that is completely different feature.
That's the feature I'm wanting! I look forward to it.
by dvanatta
Wed Jul 04, 2007 1:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Indenting
Replies: 3
Views: 3550

Indenting

One of the features I like in Visual Studio is the indenting.

The next line after a open bracket is indented automatically. When I type the close bracket the indention is auto removed so the close bracket is not indented.
by dvanatta
Tue Jul 03, 2007 11:47 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Auto Indent
Replies: 3
Views: 3350

Auto Indent

I'm trying to understand when Auto Indent kicks in. I created a function like:
function Test()
{
$i=2;
}

After typing the first bracket and pressing the Enter key I expected the next line to indent but it didn't. I checked Preferences and Auto Indent is checked and set to 2.

What am I missing?