Search found 19 matches

by HyrumR
Thu Dec 31, 2009 1:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Rapid PHP 2010 Scroll bar disappearing
Replies: 1
Views: 1459

Rapid PHP 2010 Scroll bar disappearing

I'm running Windows 7 Pro 64 bit, and it seems that sometimes the scroll bar in the file explorer disappears for me. If I click on the "folders" tab and then go back to "project" it shows back up again. I can't exactly pinpoint when it disappears on me, but every so often, I'll notice that it's gone ...
by HyrumR
Wed May 17, 2006 6:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: complete autocomplete (like TopStyle)
Replies: 10
Views: 10855

I am not quite sure why do you think that auto-complete is not available for CSS values.
The list will only show up if there is a semicolon at the end of the line. So, if you type in a property name without using autocomplete and hit ctrl + space, nothing ever happens.
by HyrumR
Mon May 15, 2006 5:36 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Ctrl-click on id or class to 'zoom' to its rule
Replies: 4
Views: 4889

I give my vote as well. :)
by HyrumR
Mon May 08, 2006 5:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: W3C Validator
Replies: 6
Views: 6462

I've never used the built in W3C validator myself, but what I do is I have the FireFox Tidy extension installed. You really ought to check it out if you haven't. It shows you the errors and warnings for any website you're viewing right there in FireFox. It's saved my life for developing W3C ...
by HyrumR
Mon May 08, 2006 4:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: SQL Browser & MySQL5.0
Replies: 2
Views: 3968

The driver doesn't work with MySql unless you use the old password encryption. What you need to do is go to the MySql command line and change the password: mysql> SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass'); Hopefully we'll soon see an upgrade that fixes this problem, but for ...
by HyrumR
Mon May 01, 2006 6:36 pm
Forum: Announcements
Topic: Update: 2006 v7.1
Replies: 3
Views: 9566

Thanks for the update. I noticed that the problem I posted with extra long tooltips with certain class declarations has been fixed. :) Thanks for your excellent work on an excellent product.
by HyrumR
Mon May 01, 2006 6:34 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Autocomplete for class variables and functions
Replies: 7
Views: 8023

I agree, syrupcore. I wouldn't want a major performance sacrifice for these features, and I love how quick and easy Rapid PHP is to use. I've basically given up on Visual Studio and switched over to Delphi for all my Windows based stuff, mostly because of the performance issue. Even then I wish that ...
by HyrumR
Wed Mar 29, 2006 5:34 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need code beautifier / formatter?
Replies: 33
Views: 38628

I'm with phper on this one, too. If I want beautiful code, I'll write it that way. :) (Of course my code is always beautiful :shock: )
by HyrumR
Wed Mar 29, 2006 5:31 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Editing Features
Replies: 3
Views: 4166

Enlighten me if I'm wrong, but can't you customize all your keyboard shortcuts? Or was that something added into version 2006 that you don't have. Currently ctrl + shift + space shows the function hint, but you can change it. Click Options -> Keyboard Shortcuts and configure everything to your heart ...
by HyrumR
Wed Mar 29, 2006 5:26 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need SQL editor or explorer?
Replies: 22
Views: 26654

I think the current database explorer (Rapid PHP 2006) is *almost* perfect. I have it docked to the left of my screen to remind me of what the table and field names are. It would be nice to be able to add fields, tables, and modify them, but it isn't really necessary. I can use MySql administrator ...
by HyrumR
Mon Mar 20, 2006 6:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Strange tooltip when declaring class functions
Replies: 2
Views: 3067

Strange tooltip when declaring class functions

I'm not sure what to make of this or what could possibly be causing it. :? Whenever I type a new function name inside a class and type the opening (, a tooltip pops up showing me about 20 lines of code from the file. I took a screenshot so you can see. As you can imagine, this is slightly annoying ...
by HyrumR
Mon Mar 20, 2006 5:13 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Autocomplete for class variables and functions
Replies: 7
Views: 8023

Well, if you can just get the tooltips to show function parameters for includes, and list functions for includes over in the code explorer, that would keep me happy for a while. :) I'm starting to understand and appreciate how much effort goes into making a good editor as I'm writing one myself for ...
by HyrumR
Sun Mar 19, 2006 6:16 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Autocomplete for class variables and functions
Replies: 7
Views: 8023

Autocomplete for class variables and functions

I've been using Rapid PHP 2006 and enjoying every minute of it. :) However, a few little things would make it absolutely rock! 1. Autocomplete for class variables, etc. For example if I type MyClass-> and it would be real cool if a list of class members, etc. would pop up. 2. If I type a function ...
by HyrumR
Tue Mar 14, 2006 5:20 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Multiple instances of WeBuilder
Replies: 22
Views: 16929

It would be nice to have a setting for something like this. Programming enviroments like Delphi and VS both allow you to have multiple instances open. I sometimes fire up two instances of Delphi switch between 2 different projects I'm working on or to remind myself of how I did something in one ...
by HyrumR
Fri Mar 10, 2006 8:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: LINUX and / or MAC OSX support
Replies: 16
Views: 16875

At first glance it looked like the SynEdit control, but then after using the editor for a while, I realized you must have majorly customized it or used something else. I personally think that developing on Windows is a lot easier. Let the server run Linux or whatever you like, but use Windows for ...