UI work
parent
3205a72026
commit
b1574b8152
|
@ -7,8 +7,8 @@
|
|||
- [ ... is annoying
|
||||
perhaps on the last line of output, if a block doesn't fit, print
|
||||
it anyway?
|
||||
- apropos: use new smarter completion?
|
||||
- fix buttons
|
||||
- fix first/last arrows
|
||||
- deallocate textures and display lists
|
||||
|
||||
+ ui:
|
||||
|
||||
|
|
|
@ -255,10 +255,10 @@ public class ExternalFactor extends VocabularyLookup
|
|||
switch(mode)
|
||||
{
|
||||
case COMPLETE_START:
|
||||
predicate = "[ word-name swap head? ]";
|
||||
predicate = "[ word-name [ swap head? ] completion? ]";
|
||||
break;
|
||||
case COMPLETE_ANYWHERE:
|
||||
predicate = "[ word-name subseq? ]";
|
||||
predicate = "[ word-name [ subseq? ] completion? ]";
|
||||
break;
|
||||
case COMPLETE_EQUAL:
|
||||
predicate = "[ word-name = ]";
|
||||
|
|
Loading…
Reference in New Issue