Search found 19 matches
- 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 ...
- 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
- 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
- Mon May 08, 2006 5:02 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: W3C Validator
- Replies: 6
- Views: 6462
- 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 ...
- Mon May 01, 2006 6:36 pm
- Forum: Announcements
- Topic: Update: 2006 v7.1
- Replies: 3
- Views: 9566
- 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 ...
- 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
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- Tue Mar 14, 2006 5:20 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Multiple instances of WeBuilder
- Replies: 22
- Views: 16929
- 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 ...