Search found 5 matches
- Sun Apr 21, 2013 5:56 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Disabling function hints
- Replies: 2
- Views: 2000
Re: Disabling function hints
I was able to answer my own question. There is no menu item for "disable function hints", the term "autocomplete" is not a good description of a tooltip, but I eventually discovered there is a menu item called "disable autocomplete" that disables function hints. I had been avoiding experimenting ...
- Sat Apr 20, 2013 6:04 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Disabling function hints
- Replies: 2
- Views: 2000
Disabling function hints
In my particular situation, function hints are not helpful. However, they are also very disruptive. It seems like every time I start typing a function, a hint pops up, hides what I am trying to read, hides what I just typed, and I have to disrupt my work flow to get rid of it before I can continue ...
- Tue Jan 15, 2013 6:36 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Preview mapping issue when working out of Dropbox
- Replies: 4
- Views: 3843
Re: Preview mapping issue when working out of Dropbox
I edited httpd.conf as follows: # <Directory "C:\zend\Apache2/htdocs"> <Directory "D:\Dropbox\Websites/newWebFP"> Options Indexes FollowSymLinks MultiViews ExecCGI AllowOverride All Order allow,deny Allow from all </Directory> My WeBuilder mapping is: D:\Dropbox\Websites\newWebFP\ and //localhost ...
- Tue Jan 15, 2013 3:45 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Preview mapping issue when working out of Dropbox
- Replies: 4
- Views: 3843
Re: Preview mapping issue when working out of Dropbox
Thank you for your reply. What happens of you copy a file C:\zend\Apache2\htdocs\ manually and then preview it by opening http://localhost/...your file... in browser? Does the preview work then? Please forgive me, but I am not sure I understand your suggestion. Do you mean "what happens if I try to ...
- Tue Jan 15, 2013 4:21 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Preview mapping issue when working out of Dropbox
- Replies: 4
- Views: 3843
Preview mapping issue when working out of Dropbox
I use WeBuilder version 11.4.133 and have only been experimenting for a few weeks. I store my web projects in Dropbox so I can work on them from several different machines. I have WeBuilder installed outside Dropbox. Everything works correctly (and I really like the program) as long as I preview ...