| Age | Commit message (Collapse) | Author |
|
|
|
At the same time lets completion work with spaces in the graph entry
bar. In the search bar it still doesn't work, will require some thinking
- how to let a space be both and/or and part of a name. It's better to
ditch it as an operator and use |/& or AND/OR.
|
|
needs more complex logic to account for user changes that have not
round-tripped yet, so for now just do not update the dialog.
Fixes #349
|
|
|
|
|
|
|
|
|
|
completer, plus some cleanup
|
|
|
|
|
|
|
|
Killed some dead code in the process.
|
|
almost entirely)
Missing:
- no placeholder text now (since div doesn't support it). Will need to
implement it myself, there are plenty of examples
And code wise:
- need to split out a component graph_input.js which will hide
the underlying implementation.
|
|
|
|
|
|
|
|
|
|
|
|
dfc93cf003e8b4484e98ead7f7eac63ad10182e7
|
|
Source for inspiration / copying:
http://jsfiddle.net/brx3xm59/
http://stackoverflow.com/questions/9308938/inline-text-editing-in-svg
comment 2 by John Ktejik
|
|
|
|
before Bacon
|
|
|
|
|
|
|
|
Fixes #339
|
|
|
|
|
|
|
|
|
|
translation)
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enter when delete button is focused still works, and so does clicking
it.
But enter while in any other field of the form does not submit now.
The timeout for committing is still in effect of course.
|
|
|
|
This fixes the "remove chainlink" (aka star case) part of #330.
The rest of #330, i.e. supporting "#1 is #2 not #3" to create two links,
now with double spaces, is already fixed by textanalysis refactoring.
|
|
|
|
|
|
handle correctly node separator containing spaces, of which a double
space is a special case.
|