Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Combine jdiel's "language switching" pull request with tvoliter's templatization of index.html using mustache #1358

Merged
merged 20 commits into from
Aug 14, 2012

Commits on Aug 6, 2012

  1. localize

    tvoliter committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    da48df8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2012

  1. - delete strings.json and move content to strings.js. Now there is on…

    …ly one loc file!
    
    - added file htmlContentLoad.js that is a require module that dynamically renders html templates and localized strings in the body of teh page
    - break apart index.html into main-view.html, modal-windows.html, and side-bar.html
    tvoliter committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    5f2c46f View commit details
    Browse the repository at this point in the history
  2. Remove decomp of index.html into separate template files. Integrate l…

    …ocalization pull request https://github.com/adobe/brackets/pull/1285/files from jdiehl that uses requires i18n.js plugin
    tvoliter committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    e319956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a9992 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2012

  1. add mustache submodule

    tvoliter committed Aug 11, 2012
    Configuration menu
    Copy the full SHA
    c387fc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

  1. code review fixes

    tvoliter committed Aug 13, 2012
    Configuration menu
    Copy the full SHA
    a388de1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. code review fix

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    ee3a6de View commit details
    Browse the repository at this point in the history
  2. working on load order

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    b4338bd View commit details
    Browse the repository at this point in the history
  3. brackest sends "htmlContentLoadComplete" event to indicate when modul…

    …es can touch/modify the dom
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    6ecb6d9 View commit details
    Browse the repository at this point in the history
  4. updating comment

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    545c15b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c155b92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5440c2 View commit details
    Browse the repository at this point in the history
  7. - removed htmlContentLoad.js module. Functionality moved to brackets.js

    - modified SidebarView.js and ProjectManager.js to init DOM dependant variables after htmlContentLoadComplete event
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    6593119 View commit details
    Browse the repository at this point in the history
  8. - removed htmlContentLoad.js module. Functionality moved to brackets.js

    - modified SidebarView.js and ProjectManager.js to init DOM dependant variables after htmlContentLoadComplete event
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    71c97d6 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/tvoliter/localizationSupport' in…

    …to tvoliter/localizationSupport
    
    * origin/tvoliter/localizationSupport:
      - removed htmlContentLoad.js module. Functionality moved to brackets.js - modified SidebarView.js and ProjectManager.js to init DOM dependant variables after htmlContentLoadComplete event
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    ea0ba01 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/master' into tvoliter/localizati…

    …onSupport
    
    * origin/master: (33 commits)
      Update About dialog sprint number.
      Update README.md
      don't cache itemsPerPage
      change height to see 8 items
      code review changes
      simplify menu/command lookup
      handle same command in multiple menus
      support for scrolling code hint menu
      Respond to code review: add tag hinting sanity checks; add filtered tag hinting test; fix typo.
      Set shouldShowHintsOnKeyUp to false as added precaution as we pass key events to hintList.
      Check keys on keyPress events and invoke code hints on keyUp events.
      Unit tests for HTML attribute code hinting, plus a few couple extra tests for tag code hinting.
      Added "brackets" global variable, removed space after exclamation mark (JSLint)
      implement abortQuit callback
      add comment for brackets-shell migration
      Revert verification change in unit test
      Revert "restore unit test verification step"
      Revert "restore unit test verification step". Detect brackets-shell vs. brackets-app.
      Fix HTMLUtils unit tests by adding the new parameter for the new property. Also make it consistent by setting the new property to be true regardless of the value is empty or not as long as there is a equal sign.
      restore unit test verification step
      ...
    
    Conflicts:
    	src/index.html
    	src/strings.js
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    bf7c36b View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/master' into tvoliter/localizati…

    …onSupport
    
    * origin/master: (33 commits)
      Update About dialog sprint number.
      Update README.md
      don't cache itemsPerPage
      change height to see 8 items
      code review changes
      simplify menu/command lookup
      handle same command in multiple menus
      support for scrolling code hint menu
      Respond to code review: add tag hinting sanity checks; add filtered tag hinting test; fix typo.
      Set shouldShowHintsOnKeyUp to false as added precaution as we pass key events to hintList.
      Check keys on keyPress events and invoke code hints on keyUp events.
      Unit tests for HTML attribute code hinting, plus a few couple extra tests for tag code hinting.
      Added "brackets" global variable, removed space after exclamation mark (JSLint)
      implement abortQuit callback
      add comment for brackets-shell migration
      Revert verification change in unit test
      Revert "restore unit test verification step"
      Revert "restore unit test verification step". Detect brackets-shell vs. brackets-app.
      Fix HTMLUtils unit tests by adding the new parameter for the new property. Also make it consistent by setting the new property to be true regardless of the value is empty or not as long as there is a equal sign.
      restore unit test verification step
      ...
    
    Conflicts:
    	src/index.html
    	src/strings.js
    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    1e2c63d View commit details
    Browse the repository at this point in the history
  12. merged index.html

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    cb74555 View commit details
    Browse the repository at this point in the history
  13. use double quotes

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    baa2c8f View commit details
    Browse the repository at this point in the history
  14. remove unused $ in define

    tvoliter committed Aug 14, 2012
    Configuration menu
    Copy the full SHA
    ada344b View commit details
    Browse the repository at this point in the history