aboutsummaryrefslogtreecommitdiff
path: root/js/code-editor/ui/code-editor-view-options.reel/code-editor-view-options.js
Commit message (Collapse)AuthorAge
* adding null check for currentDocument to prevent errorAnanya Sen2012-07-25
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fixing code editor double vertical scrollbar bugAnanya Sen2012-07-25
| | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/document/views/design-code.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added save for code view, fixed code view editor bug, reuse code editor ↵Ananya Sen2012-07-25
| | | | | | | | | | | | options component in document bar Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/document/views/design-code.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* show design code editor - first cutAnanya Sen2012-07-23
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* BSD LicenseKris Kowal2012-07-09
|
* Expand tabsKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* initialize auto code hinting flag with checkbox value, on switching between ↵Ananya Sen2012-06-27
| | | | | | documents Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* refactored to move bindings to templateAnanya Sen2012-06-26
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* fixed code hinting and autocompletion bugAnanya Sen2012-06-26
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* first iteration of adding serializable to ninja plus other changes to run ↵Valerio Virgillito2012-06-06
| | | | | | the latest montage Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* fixed the 3d grid when switching documents and some cleanupValerio Virgillito2012-06-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* fixing the code editor, closing documents and cleanup of the stageValerio Virgillito2012-06-01
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Code reformattingValerio Virgillito2012-05-03
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* removing format button for now until fully implementedAnanya Sen2012-05-02
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added key shortcuts' list dropdown in view option barAnanya Sen2012-04-27
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* IKNINJA-1529 : zooming to fix font overlap issueAnanya Sen2012-04-23
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - collapse panels for code view, restore for design viewAnanya Sen2012-04-18
| | | | | | - apply theme selection to all code view documents Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added theme choices for editorAnanya Sen2012-04-17
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Added comment and uncomment control in the editor view optionsAnanya Sen2012-04-16
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - code editor view options barAnanya Sen2012-04-13
- Checkbox for user to toggle between manually triggered autocomplete and automatic autocomplete - font zoom hottext Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>