Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of multiple open files #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2015

  1. added support for multiple files

    xdot now can open multiple files. The open files are organized in a
    linear list, which can be browsed with forward and backward
    buttons. Files can be closed and are correctly inserted when selected by
    the file browser.
    stettberger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    9e1a435 View commit details
    Browse the repository at this point in the history
  2. menu for open files

    Right click in the drawing area will open a context menu, with all open
    files to select from.
    stettberger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    55c1d87 View commit details
    Browse the repository at this point in the history
  3. keybindings for next and previous file

    [ and ] are now keybindings for the next and the previous open file.
    stettberger committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    8dbba40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af775c View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Configuration menu
    Copy the full SHA
    3b522f0 View commit details
    Browse the repository at this point in the history