diff --git a/api/editor.html b/api/editor.html index a7798f30..f2493025 100644 --- a/api/editor.html +++ b/api/editor.html @@ -1,4 +1,4 @@ -

Editor [edit]

The main entry point into the Ace functionality. The Editor manages the EditSession (which manages Documents), as well as the VirtualRenderer, which draws everything to the screen. Event sessions dealing with the mouse and keyboard are bubbled up from Document to the Editor, which decides what to do with them.

+

Editor [edit]

The main entry point into the Ace functionality. The Editor manages the EditSession (which manages Documents), as well as the VirtualRenderer, which draws everything to the screen. Event sessions dealing with the mouse and keyboard are bubbled up from Document to the Editor, which decides what to do with them.

Constructors

Creates a new Editor object.

Creates a new Editor object.

Arguments

rendererVirtualRenderer

Required. Associated VirtualRenderer that draws everything

@@ -35,7 +35,9 @@
    • Editor.$updateHighlightActiveLine()
    • Internal
    • Editor.addSelectionMarker(Range orientedRange)

    Adds the selection and cursor.

    Adds the selection and cursor.

    Arguments

    orientedRangeRange

    Required. A range containing a cursor

    -
      • Editor.blockOutdent()
      • Related to:

    Outdents the current line.

    +
      • Editor.alignCursors()

      aligns cursors or selected text

      +

      aligns cursors or selected text

      +
        • Editor.blockOutdent()
        • Related to:

      Outdents the current line.

      Outdents the current line.

        • Editor.blur()

        Blurs the current textInput.

        Blurs the current textInput.

        diff --git a/api/resources/javascripts/disqus-ext.js b/api/resources/javascripts/disqus-ext.js index 01eef605..6bb7ff4e 100644 --- a/api/resources/javascripts/disqus-ext.js +++ b/api/resources/javascripts/disqus-ext.js @@ -9,9 +9,9 @@ function setupDisqus(href) { (function() { if (document.getElementById("disqusScript") === null) { - var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; - (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); } })(); } \ No newline at end of file diff --git a/doc/resources/ace/skeleton/javascripts/clicker.js b/doc/resources/ace/skeleton/javascripts/clicker.js index ddffe520..b5a86168 100644 --- a/doc/resources/ace/skeleton/javascripts/clicker.js +++ b/doc/resources/ace/skeleton/javascripts/clicker.js @@ -58,7 +58,7 @@ function setupClicker() { // for the top dropdown $('li.memberLink a').click(transformHash); - $('a[href^="#"]').click(transformHash); + //$('a[href^="#"]').click(transformHash); $('.related-to', '.metaInfo').click(function(){ location.hash = $(this).find('a').attr('href').split('#')[1]; diff --git a/doc/site/images/ac-logo.png b/doc/site/images/ac-logo.png new file mode 100644 index 00000000..6ca069a3 Binary files /dev/null and b/doc/site/images/ac-logo.png differ diff --git a/index.html b/index.html index 4d9c50c2..c5860a0a 100644 --- a/index.html +++ b/index.html @@ -464,104 +464,69 @@ tests for the highlighting.

        RStudio
      • - Sky Edit
      • - WaveMaker
      • - Play My Code
      • - Qooxdoo playground
      • - Radiant CMS
      • - Developer Companion
      • - PythonAnywhere
      • - + Application Craft
      • - shiftEdit
      • - Akshell
      • - beanstalk
      • - Neutron IDE
      • - Acebug
      • - Weecod
      • - RubyMonk
      • - tmpltr
      • - CMS Made Simple
      • - Try Jasmine
      • - Codebender
      • - ShareLaTeX
      • +
      • + Fine Cut Engine +
      • +

        Your Site Here