Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
TKC #1
Code Hinting
Is there any way to enable JavaScript or VBScript code hinting? Does anyone
know of a third party that created a new tag library that I can add? I am
learnging AJAX and it would really cut down on my spelling mistakes when I am
typing out methods. I don't want to have to use Visual Web Developer if I don't
have to.
Thanks & Happy almost New Year!
TKC Guest
-
Custom Component Event not showing for code hinting
I have a bunch of custom components in my application and I use events to communicate between them extensively. After I moved my code to Flex 3... -
#32380 [Opn->Csd]: type hinting - error hard to track down
ID: 32380 Updated by: tony2001@php.net Reported By: freebsd at akruijff dot dds dot nl -Status: Open +Status: ... -
#39148 [Opn->Fbk]: Type hinting for functions
ID: 39148 Updated by: tony2001@php.net Reported By: mihai at aviamotors dot ro -Status: Open +Status: ... -
#39148 [NEW]: Type hinting for functions
From: mihai at aviamotors dot ro Operating system: Windows XP PHP version: 5.1.6 PHP Bug Type: Class/Object related Bug... -
#39003 [NEW]: __autoload unnecessarily called for type hinting
From: christoph at ziegenberg dot de Operating system: WinXP SP2 PHP version: 5.1.6 PHP Bug Type: Performance problem Bug... -
Paycheck #2
Re: Code Hinting
[q]Originally posted by: TKC
Is there any way to enable JavaScript or VBScript code hinting? Does anyone
know of a third party that created a new tag library that I can add? I am
learnging AJAX and it would really cut down on my spelling mistakes when I am
typing out methods. I don't want to have to use Visual Web Developer if I don't
have to.
Thanks & Happy almost New Year![/q]
To set code hints preferences:
1- Select Edit > Preferences.
2- Select Code Hints from the Category list on the left.
3- The code hints preferences appear.
Adjust any of the settings in the dialog box.
Using code hints
The code hints feature helps you insert and edit code quickly and without
mistakes. When you type certain characters in Code view, such as the first
letters of a tag or attribute or CSS property name, a list appears, suggesting
options to complete your entry. You can use this feature to insert or edit
code, or just to see the available attributes for a tag, the available
parameters for a function, or the available methods for an object.
Code hints are available for a variety of kinds of code. An appropriate list
of items appears when you type a particular character that indicates the
beginning of a piece of code; for example, to display a code hints list of HTML
tag names, type a start bracket (<).
Paycheck Guest



Reply With Quote

