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

Interactive narseses editor mode #14

Open
PtrMan opened this issue May 5, 2018 · 0 comments
Open

Interactive narseses editor mode #14

PtrMan opened this issue May 5, 2018 · 0 comments

Comments

@PtrMan
Copy link
Contributor

PtrMan commented May 5, 2018

auto-completion/GUI interaction

The GUI could interact directly with the user for a GUI narsese autocompletion

features

  • styling/coloring
  • fast interactive writing of narsese in the GUI/IDE

example

user presses < (for statement)

<_ _ _>

user presses > (for inheritance)

<_ --> _>

user presses < (for statement)

<<_ _ _> --> _>

user presses < (for similarity)

<<_ <-> _> --> _>

user presses banana

<<banana <-> _> --> _>

user presses right

<<banana <-> _> --> _>

user presses [ (for property)

<<banana <-> [_]> --> _>

user presses green

<<banana <-> [green]> --> _>

user presses right

<<banana <-> [green]> --> _>

user presses now

<<banana <-> [green]> --> now>

commands (context dependent, the context can be either statement or term/product)
> : inheritance
< : similarity
=> : implication
=< : <=>
/> : =/>
* : product
// : (&/,
+ : +time

{ : {}
] : []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants