Search found 6 matches

by Underdog
Wed Sep 03, 2003 12:10 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Problems with JavaScript in Preview mode
Replies: 2
Views: 6434

Re: Problems with JavaScript in Preview

Well, I've seen this happen in two instances: If there is a JavaScript syntax error, no JavaScript runs, whether it's on buttons or events or what. Remember that when you go to Preview, you are previewing Prev0.htm (or some other number). I don't think you're ever previewing your real page, even if ...
by Underdog
Wed Jul 02, 2003 6:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Tab spaces
Replies: 4
Views: 8047

Tab spaces

As far as I can tell, the tab key always tabs over 8 spaces, with all of the Editor preferences checked on, except Smart Tabs. What if the tab key paid attention to the Block Indent setting, and tabbed that many spaces over? Eight-space character jumps are a bit much, especially when you look at ...
by Underdog
Wed Jul 02, 2003 6:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Auto Complete for end tag
Replies: 6
Views: 11717

Auto-complete ending tag

Programming idea/warning: In the first idea presented by "Guest", the ending tag would have to automatically match the indentation of the opening tag. The underlying code would have to figure out, "Is the opening tag on the line I'm on, or some line above this one?" In the first case, the closing ...
by Underdog
Wed Jul 02, 2003 6:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Command completion overwrites existing text.
Replies: 1
Views: 4359

Code completion

Delphi also has a code completion bug like you mentioned. The answer is to have a space following the cursor as you type in front of other text. In your example, after you pressed space to go type the width parameter, move back one space using an arrow key and continue typing. It's a workaround that ...
by Underdog
Fri Jun 13, 2003 8:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Where are the line numbers?
Replies: 1
Views: 5082

Line numbers

Go to Tools -> Preferences -> and click Editor in the left pane. Check on Visible gutter. Check on Line numbers on gutter. You can also specify that you want line numbers to print when you print your code. That setting is under Print (still in the Preferences menu), Print line numbers.
by Underdog
Tue May 27, 2003 6:43 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: JavaScript definition finder
Replies: 1
Views: 4101

JavaScript definition finder

Personally, I don't think I'll need a JavaScript debugger. A code completion thing would be great, though, offering global and local variables for function calls, and easy access to functions and variables the user has created, even if they were added to already-existing object classes. Anyway ...