Merge branch 'master' into smarter_error_list
commit
2adee07a29
|
@ -452,6 +452,7 @@ editor "caret-motion" f {
|
||||||
|
|
||||||
editor "selection" f {
|
editor "selection" f {
|
||||||
{ T{ button-down f { S+ } 1 } extend-selection }
|
{ T{ button-down f { S+ } 1 } extend-selection }
|
||||||
|
{ T{ button-up f { S+ } 1 } com-copy-selection }
|
||||||
{ T{ drag } drag-selection }
|
{ T{ drag } drag-selection }
|
||||||
{ gain-focus focus-editor }
|
{ gain-focus focus-editor }
|
||||||
{ lose-focus unfocus-editor }
|
{ lose-focus unfocus-editor }
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
USING: kernel sequences namespaces assocs graphs math math.order ;
|
USING: kernel sequences namespaces assocs graphs math math.order ;
|
||||||
IN: definitions
|
IN: definitions
|
||||||
|
|
||||||
|
MIXIN: definition
|
||||||
|
|
||||||
ERROR: no-compilation-unit definition ;
|
ERROR: no-compilation-unit definition ;
|
||||||
|
|
||||||
SYMBOLS: inlined-dependency flushed-dependency called-dependency ;
|
SYMBOLS: inlined-dependency flushed-dependency called-dependency ;
|
||||||
|
|
Loading…
Reference in New Issue