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

Keyboard navigation/shortest path/dot file url open/multi-file support #8

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

Conversation

drnol
Copy link

@drnol drnol commented Apr 22, 2014

  1. Now xdot won't reset highlight when you just mouse move/hover (i.e. null action case).
  2. navigate highlighted node to node by F2 / F3 key.
  3. navigate node through edge by , / . / ENTER key.
  4. select one node as pivot node and Ctrl-click/Ctrl-shift-click(reverse) the other node will display shortest path
  5. url dot file open feature by right-click
    [URL="dots://file1;file2;..."]
  6. pnrao's multi-file support merged.

pnrao and others added 9 commits April 12, 2014 18:01
* keyboard edge following feature added (Enter key)
* automatically select the other edge when following edge
* if there is no other edge then select same one
* fixed prev edge's bug
* keybinding changed from [ ] to , .
now hover selection supported
* hover selection removed, now you must CLICK to select
* click start node and ctrl-click end node, then shortest path will be displayed
@drnol drnol changed the title Several keyboard navigation feature added Several keyboard navigation features and shortest path display feature added Apr 22, 2014
RHOsanghoon added 4 commits April 23, 2014 13:32
* retargetable path - first node will be pivot node and second node can be change by ctrl-click
* reverse path - display reverse path by ctrl-shift-click
* now edge selection will highlight destination node, too
* F3 focus traverse well work with edge/node mixed highlights (i.e. path)
* shortest path supports bidirectional edge
* dot url open support (linux only)
  url descripted like this

  URL="dots://file1;file2..."

  the dot files will be opened by right-click
* pivot node bug fixed when unreachable node ctrl-click
@drnol drnol changed the title Several keyboard navigation features and shortest path display feature added Several keyboard navigation, shortest path display, url open features added Apr 24, 2014
RHOsanghoon added 4 commits April 28, 2014 11:54
* now, 3 kinds highlights.
  HOVER, SELECTED, PATH
* HOVER is used for just hover
  SELECTED is used for text search / focusing(=pivot)
* PATH is used for shortest path
* each highlight type given by pen_type parameter instead of highlight parameter
Conflicts:
	xdot.py
* now F2, F3 navigation is available at any time (even if textentry focused)
* reset focus when input return key at textentry
@drnol drnol changed the title Several keyboard navigation, shortest path display, url open features added Keyboard navigation/shortest path/dot file url open/multi-file support Apr 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants