I downloaded the package: http://download.blumentals.net/php5xd.exe
which I found on this page: http://kb.blumentals.net/kb/index.php?V ... EntryID=24
Search found 7 matches
- Mon Jul 28, 2008 3:48 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Debugger Error [Code: 5] Command is not available
- Replies: 14
- Views: 18766
- 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!
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!
- 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
- 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?
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?
- Wed Jul 04, 2007 7:27 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Auto Indent
- Replies: 3
- Views: 3350
- 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.
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.
- 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?
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?