Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. #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: ...
    3. #39148 [Opn->Fbk]: Type hinting for functions
      ID: 39148 Updated by: tony2001@php.net Reported By: mihai at aviamotors dot ro -Status: Open +Status: ...
    4. #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...
    5. #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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139