Site Specific Javascript Code Hinting? Anyone?

Hello fellow coders
I have a custom JS framework i built, seperated into 7 different .js files (init.js, misc.js, ui.js etc.).
When working on my main Index.html file, i get full codehinting, obviously since all these JS files are included in the header.
I'm trying to get the code hinting to work inside the JS files, so when i edit init.js, i get code hints from ui.js and misc.js as well.
I've read about the "Site Specific Code Hints", set it up like a dozen times, but it doesn't work
Did anyone get the Site Specific Code Hints to work for JS files ? If so, how ?
Thanks a lot and have a good weekend,
Guy

anyone ?

Similar Messages

  • CS4 Code Hinting Not Automatically Showing...

    It says in the new features page that it has support for code
    hinting for libraries such as jQuery.
    Well how come it doesn't come up automatically when you type?
    I have code hints enabled! I have to press Ctr+Spacebar for them to
    come up!
    Thanks.

    gnzicc wrote:
    > It comes up automatically for Spry doesn't it?
    Yes, because the code hints for Spry are hard-coded into
    Dreamweaver.
    The code hints for custom functions and objects, including
    jQuery, YUI,
    and other frameworks, are not hard-coded. They're generated
    by code
    introspection. That's why you need to press Ctrl+Space.
    Full marks for doing a little research in Google, but didn't
    you notice
    that one of the top items was a tutorial on the Adobe site
    about
    JavaScript code hints?
    http://www.adobe.com/designcenter/dreamweaver/articles/lrvid4048_dw.html
    As you'll see from that tutorial, code hints come up after
    you type a
    period following the name of a variable that contains a
    JavaScript
    object. However, in my experience, you don't get the full
    range of hints
    for jQuery. I'm pretty sure that's because of the way that
    jQuery is
    contstucted.
    Another Google search would also reveal the following
    extension for
    jQuery code hints:
    http://www.xtnd.us/dreamweaver/jquery
    I haven't used it, so can't comment on the quality or
    reliability of the
    extension.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • CS5 jQuery Code Hinting

    I'm messing around in DW CS5 and I'm trying to get coding hinting to work for jQuery. I setup the standard function $(document).ready(function...
    But now hinting. I even try ctrl + space but only get the standard javascript code hints. Do I have to set this up in the site-specific code hint option?
    Thanks for the help.

    Hmm.
    Ok. Here's what I did.
    I created a folder in my documents and added the latest version of jquery.
    Added the folder to my site specific code hint and created a new js file and tried but again only the standard javascript is poping up.
    Can you step me through the process?
    Thanks.

  • Site-Specific Code Hints

    I am using a 30 day trial version of CS5.5. (side not, I love it) so I don't know if this is the source of my problem. I installed Wordpress on my computer and I am using XAMPP. I have opened the Site-Specific Code Hints and pressed ok. It does nothing. And I see no configuration file.
    I was wondering if anyone had any ideas as to why it is failing.
    Thanks in advance.

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Dreamweaver CS6 Site setup and Site specific Code hints

    I have just started using Dreamweaver CS6 and when I navigate to the server page in the site setup only the intro text is shown.... clicking my mouse around the window reveals the server table and buttons and I can proceed to set up a server.
    I have several sites in there now but when I try to set up site specific code hints it shows and error saying that I need to add at least one site before I can continue.
    Help

    Easiest way to solve this is to have you post a screenshot of your site definition where you define the testing/remote server.  Please be sure to blur or remove any sensitive information from your screenshot before posting (ie: username, password, etc).  We will assume you are able to connect to the remote and/or testing server.  If not you should talk with your host about the remote server or you would need to post more information about your testing environment.

  • Joomla Site-Specific Code Hints not working, DW5

    I setup a Site using an existing Joomla installation on localhost, including the testing server and MySQL database.  After trying to enable Site-Specific Code for Joomla for this Site, I still cannot get any sort of Joomla reference or hinting while editing code.  After seaching both these forums and other sites, I cannot seem to find any details as to how this integration actually works.
    Where in DW5 can I actually see Joomla integration, code hinting, or Joomla API reference after setting it up with a Site?

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Site Specific Code Hints asking for php server?

    I'm trying to edit my wordpress using dreamweaver, but having such a hard time setting it up.  Right now when I go to set up the site specific code hints for wordpress, it is asking me to add a php server.  The site I have has a php server so I am so confused.   Can someone please help me?  I'm not sure what I did wrong.

    The site I have has a php server
    That is for your 'remote' website. Yes, it will obviously have a PHP server as it runs WP on it.
    For you to be able to edit WP files locally, you need a PHP environment such as WAMP for Windows or MAMP for Mac OS.
    Get it here:
    MAMP: www.mamp.info/en/
    WAMP: http://www.wampserver.com/en/
    Install it on your computer and start the server before trying to edit files in DW.

  • Site-specific code hints not working

    Hi, I'm new here. I really hope that someone will help me. I think this might be a very simple question.  I am using WAMP and it's working. I have installed the Zend Framework and made sure that the include_path is the path where Zend Framework library resides. I'm trying to use Zend's Date.php and its Zend_Date() class. I have correctly added the site-specific code hints. My problem is that I am getting this error: Fatal error:  Call to undefined function Zend_Date() in C:\wamp\www\dwwithphp\_includes\DateUtility.php on line 6. I am actually following lynda.com's Dreamweaver CS5 with PHP and mySQL tutorials in chapter 0305: Using Zend Framework classes with code hints. I have followed all instructions and I'm getting this error. Please help. Thanks in advance.

    Since this is non standard DW5 functionality you may be better off contacting the author of the Lynda.com class through Lynda.com to see if they can help you check to see if you have things configured properly. Lynda.com is very good about getting you access to the authors.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    Shopping Cart for Adobe Dreamweaver
    available in PHP, ColdFusion, and ASP
    Stay updated - http://blog.cartweaver.com

  • Site specific code hinting not working

    Dreamweaver CS6
    I included the dw wordpress code hinting to a site I'm working on my local server. when I <?php then ctrl spacebar wp nothing comes up. w is fine but that's not wordpress specific.
    I have it working on another site in a different directory, but can't seem to get it working on this one. Anybody have any idea what the problem may be?
    Thanks

    Hi John,
    Thanks for the tips. I tried every single one of them to no avail.
    I finally got it to work by uninstalling and reinstalling Dreamweaver.
    I appreciate you taking the time to answer my question and am so happy that one way or the other it works!
    Jennifer

  • Code Hinting in JavaScript Files

    I use the jQuery framework. If I have an HTML page with the jQuery framework included, I can type JavaScript code in a script tag in the HTML document and Dreamweaver will provide code hints from the jQuery framework.
    How can I get these same code hints in a seperate JavaScript file in my site? Is there some way I can add a reference to the jQuery file?
    (I know in Visual Studio 2010 I can add an XML reference tag at the top of a JavaScript file with the path to the jQuery file, and that enables the IntelliSense jQuery code hints in the JavaScript file I am working on...)
    Thanks!
    - J

    Yeah, it would be good.
    Site-specific code hinting doesn't seems to work anywhere, although I tried with adding *.js and with specifically the jquery file too, no luck.

  • Code hint javascript api

    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?

    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

  • HTML5 code hinting not working inside Javascript Function on DW CS6

    Hi,
    I am working on Dreamweaver CS6 and code hinting isnt working as expected when writing Javascript code.
    The minute I insert a function the code hinting doesnt display HTML5 items anymore.
    Should I remove the function then the HTML5 hinting reappears.
    How do I get the code hinting to work when I add in the function?
    Thanks
    Herman

    Herman Kramer wrote:
    Thanks for this. Please keep me posted if this is a bug or not.
    For now it does look like a bug. Let's wait for someone from Product team to revert.

  • DW CS3 missing code hinting

    I see this same question posted on the discussion boards and no one has a good answer; if one at all.
    Control + Spacebar is not bringing up code hints.

    > can anyone explain why this might be happening?
    Could only be attributed to user error.
    Can you give us a set of steps that causes this to happen
    reliably?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Bananzaman" <[email protected]> wrote in
    message
    news:gcgjca$jos$[email protected]..
    > hi folks,
    >
    > my DW CS3 has been acting a bit funny lately, both with
    new template
    > driven
    > sites and sites I've graduated up thru DW MX.
    >
    > what seems to be happening is an implant of code
    normally seen in the
    > <head>
    > of a web page, ending up mid-way thru the <body>
    for no apparent reason.
    > this
    > includes title, meta tags, dw's roll over javascrpt etc.
    >
    > example, this code:
    >
    > =======================
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    > <html><!-- InstanceBegin
    template="/Templates/_MAIN.dwt"
    > codeOutsideHTMLIsLocked="false" --><!-- DW6 -->
    > <head><!-- InstanceBeginEditable
    name="metatags" -->
    > <title>name of website, etc</title>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <meta name="Generator" content="">
    > <meta name="Revisit-After" content="60 Days">
    > <!-- InstanceEndEditable -->
    > <script language="JavaScript"
    type="text/JavaScript">
    > <!--
    > if (window != top) top.location.href = location.href;
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    >
    > AND ON AND ON!!
    >
    > ===========================================
    >
    > can anyone explain why this might be happening?
    >
    > thanks for any enlightenment!!
    >
    > Gary
    >

  • Malicious Javascript code added to the bottom of my HTML

    Hello,
    Below is the code to my main page, called index.php.  It is what shows when I type my domain into the browser.  On a few occasions, when I open it in Internet Explorer, some malicious javascript code has been added to the bottom of the code.  The malicious javascript code looks like: "<script type="text/javascript">eval(String.fromCharCode(118,97,114,32,120,101,119,61,57,56,55,49, 51,49,..."
    It seems like this code then installs a fake anti-virus program on the computer of anyone who visits my site.  How can I prevent this malicious javascript from getting written into my source code?
    Thanks,
    John
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <?php
    session_start();
    unset($_SESSION['find']);
    ?>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Title</title>
    <link rel="stylesheet" type="text/css" href="tablestyles.css">
    </head>
    <body>
    <div class="mainlinks"><a href="about.php" class="links">About</a><a href="testpage.php" class="links">New Testpage</a><a href="tablecreate.php" class="links">Table Create</a></div>
    <div class="line"></div>
    <div class="smalllogo"><a href="index.php"><img src="images/logo.png" alt="Tywod" width="170" height="45" border="0"/></a></div>
      <div class="searchbox">
      <form action="tsearch14.php" method="post">
      <label>Enter Topic:
      <input type="text" name="find" size="55"/>
      <input type="hidden" name="searching" value="yes" />
      <input type="submit" name="search" value="Search" />
      </label>
      </form>
      </div>
    <div class="line2"></div>
    <div class="copyright">©2009 Title</div>
    </body>
    </html>

    You may find this blog post valuable!
    http://blog.cartweaver.com/index.cfm?newsid=56
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF

  • (.asc) Code Hinting in Flash Professional CS5.5 || Flash Builder 4.5

    Problem:  I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc).
    Steps Taken:
    Searched Google with limited success, most signs all pointed to FMSGuru.com where one may obtain an Eclipse Plugin, but:
    It was created in 2007 (likely out dated)
    It has known bugs that haven't been addressed
    Searched this forum / adobe's web site to find a solution, to no avail.
    Posted this, now, in an attempt to put this to rest
    Request:  If anyone knows how I can enable FP or FB to give code hints / syntax highlighting, I would really apprecaite some direction.  If not, I appreciate the fact you even read this.
    Have a good one. Happy Coding.

    To note, Dreamweaver has the ability to provide code hinting if I remember correctly but I'm perpetually disappointed in the FMS team for not providing even ONE item that helps in the development of server side coding for FMS. They have never provided anything and it's been up to the good will of developers for the platform to put together tools. As it is now, you'll probably never see anything better as most people (that I know of) have moved away from FMS, partially for this reason despite multiple requests that Adobe do something. Not to insult the FMS team, as they do what they have to do to pull in the paycheck, and the bean counters provide that and seem to be making most of the decisions.
    ok. rant all done now

Maybe you are looking for

  • Sync problem with photo library

    Hello, I am not sure to post this question here, but since it happens with my apple tv i hope to be in the good section. Most of the time when i start iTunes fresh and i want to sync my apple tv, which start at starting up iTunes, i get a error that

  • MMC (Microsoft Management Console) error when running Diskeeper on T61! How to solve?

    The preloaded Diskeeper program ran well on my WindowsXP based T61. But recently, I think it's after I upgraded the system to Service Pack 3 and installed Office 2007, every time I tried to run Diskeeper, the following error message appears: MMC has

  • Smart Folder and Album option

    I'm trying to make a Smart Folder inside a project where have all the photos that are not inside any album. Is it possible? thank you! max

  • OSB Invoking ILOG or External Rules Engine

    Hello, Can OSB invoke ILOG or any external Rules engine ? Can ALSB do the same ? If OSB cannot directly invoke, do we need the support of BPEL which has the decision service and OSB invoke the decision service. Kindly help. Thanks

  • J2ME and 802.11

    Hi everybody, I'm also suffering from the same disease of not knowing the answer to the following questions :- 1. In a 802.11a/b/g enabled mobile phone if I use StreamSocket then How can I make sure that my data is transferred over wi-fi or through o