Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

code hint javascript api

New Here ,
Apr 02, 2009 Apr 02, 2009
I am extending dreamweaver to add code hinting and color coding to my proprietary scripting language. I am fine with the Javascript but I am not sure where I actually place the code so that is executed. Any help?
TOPICS
Extensions
1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 21, 2009 Apr 21, 2009
LATEST

V_Gary_Nelson wrote:

I am extending dreamweaver to add code hinting and color coding to my proprietary scripting language. I am fine with the Javascript but I am not sure where I actually place the code so that is executed. Any help?

Are your code hints static or dynamic?

Code hints which are static (always the same) can simply be defined in XML. in the Configuration/CodeHits folder

Code hints which are dynamic (based on objects defined in code) will need to use the JS API.

HTH,

Randy

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines