Search found 6 matches

by skube
Thu Jan 22, 2009 12:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Attempting to save a file after previewing in Firefox fails
Replies: 5
Views: 3089

Re: Attempting to save a file after previewing in Firefox fails

Actually, I've discovered that HTMLPad is not able to overwrite the file only when Firefox encounters a JS error. As a result, Unlocker shows Firefox holding the lock.
by skube
Wed Jan 14, 2009 11:57 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Attempting to save a file after previewing in Firefox fails
Replies: 5
Views: 3089

Re: Attempting to save a file after previewing in Firefox fails

Actually HTMLPad is complaining again.

Yes, using the unlocker program you suggest does indeed tell me Firefox has locked the file. My issue is that I never experienced this with Homesite. This leads me to believe HTMLPad is more thorough when checking to see if it can overwrite a file.
by skube
Tue Jan 13, 2009 8:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Attempting to save a file after previewing in Firefox fails
Replies: 5
Views: 3089

Re: Attempting to save a file after previewing in Firefox fails

OK, nevermind. Seems not to be doing it any more. Must have been some other process.

Sorry for the waste of bandwidth.
by skube
Tue Jan 13, 2009 12:06 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Attempting to save a file after previewing in Firefox fails
Replies: 5
Views: 3089

Attempting to save a file after previewing in Firefox fails

OK, I am testing out HTMLPad as an alternative to Homesite. One of the ways I like to work on files is by loading the file into Firefox, make edits. save and then reload the browser page. HTMLPad will not let me re-save once loaded into Firefox. I get the following error: Error ...
by skube
Fri Nov 28, 2008 7:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Drag n Drop files from File Explorer should do more
Replies: 0
Views: 1506

Drag n Drop files from File Explorer should do more

Am I missing something? Shouldn't links be automatically created when dragging a file from the File Explorer? Although, it does work with images, any other format like a .js file will simply copy the path, not the full link. Is this customizable or something?
by skube
Wed Nov 26, 2008 9:03 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: CSS Shortform option
Replies: 2
Views: 1997

CSS Shortform option

Great program. Still evaluating, however, I think there should be an option to use CSS short-forms where possible.

So instead of:
margin-top:1px; margin-right:2px; margin-bottom:3px; margin-left:4px;

It would do:
margin: 1px 2px 3px 4px;