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

Remember selection/cursor and scroll position per file #2898

Merged
merged 4 commits into from
Feb 20, 2013

Commits on Jan 30, 2013

  1. Save & restore scroll pos & cursor/selection of working set files across

    sessions, and of ALL files within a single session.
    
    Simplify how DocumentManager saves working set state via a new
    "beforeAppClose event". There's one ugly bit, a hack in EditorManager.
    _restoreEditorViewState() to get around some CM API fragility.
    
    Also save & restore scroll pos more precisely in Quick Open when user
    closes it via Esc. Remove some vestiges of the very early, incomplete &
    disabled code that dynamically previewed documents as you type. Plus small
    cleanup in ModalBar for clarity.
    peterflynn committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    ed6c2ee View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2013

  1. Merge remote-tracking branch 'origin/master' into pflynn/preserve-scr…

    …oll-pos
    
    * origin/master: (236 commits)
      Update README.md
      Update README.md
      Update README.md
      Clarified comment
      Change string literals for resizeEditor() arg to constants
      Cleaned up refresh code and made it so we always refresh after showing the editor. Addresses some cases in #2782.
      Update CodeMirror SHA. For real this time.
      Update CodeMirror SHA
      Update CodeMirror SHA to brackets-sprint20 branch, which contains a temporary cherry-pick of a fix from upstream and avoids other fixes we don't want yet.
      Update CONTRIBUTING.md
      fix exception when opening empty folder and file open
      Remove extra divider from help menu.
      Reverting to old screenshot since the styling of the new screenshot doesn't match the (reverted) background.
      Updated de to match en Getting Started CSS
      dimgray background
      Turn off newline creation when autoclosing tags
      Set text cursor.
      Update comments.
      Only skip refresh if the width hasn't changed
      prettied it up a bit
      ...
    
    Conflicts:
    	src/editor/EditorManager.js
    	src/search/QuickOpen.js
    peterflynn committed Feb 15, 2013
    Configuration menu
    Copy the full SHA
    dabd2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e785b47 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. Code review: use more standard triggerHandler() instead of trigger();…

    … fix Closure
    
    docs typo.
    peterflynn committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    48bcd11 View commit details
    Browse the repository at this point in the history