]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: Add newlines to every line.
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Jun 2017 18:46:32 +0000 (13:46 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 1 Jun 2017 18:46:32 +0000 (13:46 -0500)
53 files changed:
basis/alien/enums/enums.factor
basis/cocoa/touchbar/touchbar.factor
basis/generalizations/generalizations.factor
basis/io/launcher/windows/test/env.factor
basis/tools/deploy/shaker/strip-call.factor
core/io/test/no-trailing-eol.factor
unmaintained/L-system/models/abop-5-angular/abop-5-angular.factor
unmaintained/L-system/models/abop-5/abop-5.factor
unmaintained/L-system/models/abop-6/abop-6.factor
unmaintained/L-system/models/airhorse/airhorse.factor
unmaintained/L-system/models/tree-5/tree-5.factor
unmaintained/advice/advice-docs.factor
unmaintained/bubble-chamber/hadron-chamber/hadron-chamber.factor
unmaintained/bubble-chamber/large/large.factor
unmaintained/bubble-chamber/medium/medium.factor
unmaintained/bubble-chamber/original/original.factor
unmaintained/bubble-chamber/quark-chamber/quark-chamber.factor
unmaintained/bubble-chamber/small/small.factor
unmaintained/bubble-chamber/ten-hadrons/ten-hadrons.factor
unmaintained/cfdg/cfdg.factor
unmaintained/cfdg/gl/gl.factor
unmaintained/cfdg/models/game1-turn6/game1-turn6.factor
unmaintained/cfdg/models/rules08/rules08.factor
unmaintained/cfdg/models/sierpinski/sierpinski.factor
unmaintained/cfdg/models/spirales/spirales.factor
unmaintained/dns/util/util.factor
unmaintained/drills/deployed/deployed.factor
unmaintained/drills/drills.factor
unmaintained/jni/jni.factor
unmaintained/models/combinators/templates/templates.factor
unmaintained/modules/rpc-server/rpc-server-docs.factor
unmaintained/modules/rpc/rpc-docs.factor
unmaintained/modules/rpc/rpc.factor
unmaintained/modules/using/using-docs.factor
unmaintained/modules/using/using.factor
unmaintained/multi-method-syntax/multi-method-syntax.factor
unmaintained/peg-lexer/peg-lexer-docs.factor
unmaintained/peg-lexer/peg-lexer-tests.factor
unmaintained/peg-lexer/test-parsers/test-parsers.factor
unmaintained/recipes/recipes.factor
unmaintained/springies/models/2snake/2snake.factor
unmaintained/springies/models/2x2snake/2x2snake.factor
unmaintained/springies/models/3snake/3snake.factor
unmaintained/springies/models/ball/ball.factor
unmaintained/springies/models/belt-tire/belt-tire.factor
unmaintained/springies/models/nifty/nifty.factor
unmaintained/springies/models/urchin/urchin.factor
unmaintained/springies/springies.factor
unmaintained/ui/gadgets/comboboxes/comboboxes.factor
unmaintained/ui/gadgets/controls/controls-docs.factor
unmaintained/ui/gadgets/layout/layout-docs.factor
unmaintained/ui/gadgets/plot/plot.factor
unmaintained/ui/gadgets/poppers/poppers.factor

index 6b7b66ce5b16397f148d091b2458afbd65d05436..f7c0ec650b1ba52a214d08a766842c92570b8234 100644 (file)
@@ -60,4 +60,4 @@ PREDICATE: enum-c-type-word < c-type-word
     "c-type" word-prop members>> values ;
 
 : enum>keys ( enum -- seq )
-    "c-type" word-prop members>> keys [ name>> ] map ;
\ No newline at end of file
+    "c-type" word-prop members>> keys [ name>> ] map ;
index a5d5be299d300f69f5b23fc3b5c64b789e876b2b..b098770c6ccd654ed3727afa5052c463ca7a560e 100644 (file)
@@ -28,4 +28,4 @@ ENUM: default-touchbar refresh-all-action auto-use-action ;
             self
             action-string lookup-selector -> buttonWithTitle:target:action: :> button
         item button -> setView:
-        item ;
\ No newline at end of file
+        item ;
index 1513c3d5802c7c7c018cfcd4c3fcf89e43445368..698d49bf791adcdd786aed40c2754d59ccecb6ca 100644 (file)
@@ -129,4 +129,4 @@ MACRO: nweave ( n -- quot )
     [ bi-curry ] swap call-n ; inline
 
 MACRO: map-compose ( quots quot -- quot' )
-    '[ _ compose ] map '[ _ ] ;
\ No newline at end of file
+    '[ _ compose ] map '[ _ ] ;
index b97ecc0a84df830a2abf709556c63ea74621a1a2..eb9be32c0c59a7291fd3b8d1983869b6d55e711c 100644 (file)
@@ -2,4 +2,4 @@ USE: system
 USE: prettyprint
 USE: prettyprint.config
 USE: environment
-os-envs [ . ] without-limits
\ No newline at end of file
+os-envs [ . ] without-limits
index 0ecc22e4c0f6f073aebb5ca62bba1b5e00bd88c1..01ea6923cfd352a4617d24fa2afaa6514483e30a 100644 (file)
@@ -11,4 +11,4 @@ IN: compiler.tree.propagation.call-effect
 
 : call-effect-unsafe? ( quot effect -- ? ) 2drop t ; inline
 
-: execute-effect-unsafe? ( word effect -- ? ) 2drop t ; inline
\ No newline at end of file
+: execute-effect-unsafe? ( word effect -- ? ) 2drop t ; inline
index e6ac5760aaa2a4dcfdb58c2b768cd24113e33e2f..d025c2f2633ed496a1a479ae20ae8edef80ed80d 100644 (file)
@@ -1,4 +1,4 @@
 IN: io.tests
 USE: math
 : foo ( -- x ) 2 2 + ;
-FORGET: foo
\ No newline at end of file
+FORGET: foo
index 29b1c72cbce24351d348fb4c360cfb51455c9736..9e78258d89e97ef82ac30900945122135ccac1e1 100644 (file)
@@ -30,4 +30,4 @@ IN: L-system.models.abop-5-angular
 : main ( -- ) [ L-system abop-5-angular "L-system" open-window ] with-ui ;
 
 MAIN: main
-  
\ No newline at end of file
+
index 2e373f713c84d8c49740d45690ff78989bd503b9..73dc13d44e5b65829c9158420244b97ec9000683 100644 (file)
@@ -32,4 +32,4 @@ IN: L-system.models.abop-5
 : main ( -- ) [ L-system abop-5 "L-system" open-window ] with-ui ;
 
 MAIN: main
-  
\ No newline at end of file
+
index 0639d532743d683d229af5d85422c5b7e1fcd46a..79680bdbe4d02f88d73153a334c945682c48b4a9 100644 (file)
@@ -31,4 +31,4 @@ IN: L-system.models.abop-6
 : main ( -- ) [ L-system abop-6 "L-system" open-window ] with-ui ;
 
 MAIN: main
-  
\ No newline at end of file
+
index f65c7b824f0fa9548dfcfcfbc40d27b975637d75..07f42241555a98f9b0f3eaa99b3f603b39fac597 100644 (file)
@@ -50,4 +50,3 @@ IN: L-system.models.airhorse
 : main ( -- ) [ L-system airhorse "L-system" open-window ] with-ui ;
 
 MAIN: main
-  
\ No newline at end of file
index 264769835195979e9169bd4fe8ef884913e76e96..d4026ef069f3ed5bf539a1e60a3ba6a17fa41f00 100644 (file)
@@ -34,4 +34,3 @@ IN: L-system.models.tree-5
 : main ( -- ) [ L-system tree-5 "L-system" open-window ] with-ui ;
 
 MAIN: main
-  
\ No newline at end of file
index 0a5d5f8703e888a42aeb786101aa099f61eecd4c..04e2f8557235283a4d0dae028efc1b42a76e7a02 100644 (file)
@@ -24,4 +24,4 @@ HELP: ad-do-it
 ARTICLE: "advice" "Advice"
 "Advice is a simple way of adding additition functionality to words by adding 'hooks' to a word, which can act before, after, or around the calling of the word." ;
 
-ABOUT: "advice"
\ No newline at end of file
+ABOUT: "advice"
index 4046724b8253407b5abb9f72823d7ad68d850cdd..092dd1e2ad9822b6856525213e4d4aea04d541ea 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.hadron-chamber
 
 : main ( -- ) [ hadron-chamber ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index 85202777491ef2f5efb5b231ac237165361177c0..aef9d38ece8348bf1e13847938a063df7ef2ffb8 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.large
 
 : main ( -- ) [ large ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index 35ee88ec0faa2af3bde2cb1a64a6500ea81ea89b..a72ca1c58b59816f95fa2147d3bcecc05b3807ff 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.medium
 
 : main ( -- ) [ medium ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index 4d1744eb64b2af49fda2306cb002e881f34055db..4940957801ddd5c0bf90a1ce7a7114918f1b195c 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.original
 
 : main ( -- ) [ original ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index 99aa97b351d2ded4401fd1c7113855397aadfc74..97aaebe18a75a21ae5c3e998b5e22f17c8c6f3e0 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.quark-chamber
 
 : main ( -- ) [ quark-chamber ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index d02e3ac019de228fe32c28e948e89e4cca052ebb..774a2bcd7d5832f3cb6ad97763f6cd434e10f9b5 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.small
 
 : main ( -- ) [ small ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index a29ecf89901c1333c3f5ec7b33fb0dcbf9095896..7eb6673021c1ad363ee2a9464f8b5547e8484a34 100644 (file)
@@ -5,4 +5,4 @@ IN: bubble-chamber.ten-hadrons
 
 : main ( -- ) [ ten-hadrons ] with-ui ;
 
-MAIN: main
\ No newline at end of file
+MAIN: main
index 3168b4b27d8bff6a90a9e3fd885506cec465ce11..834b4b106f3d6bf3b42f8cea65364d15ad7dce5d 100644 (file)
@@ -259,4 +259,4 @@ SYMBOL: the-slate
 USE: fry
 
 : cfdg-window. ( quot -- )
-  '[ [ @ <cfdg-gadget> "CFDG" open-window ] with-scope ] with-ui ;
\ No newline at end of file
+  '[ [ @ <cfdg-gadget> "CFDG" open-window ] with-scope ] with-ui ;
index 35e7de0bb7905d968dd68bf86d2b89c3fb133773..a54f4ca75d1a1c439d432357ff21e89cf9e074f8 100644 (file)
@@ -13,4 +13,4 @@ SYMBOL: modelview-matrix-stack
 : push-modelview-matrix ( -- )
   get-modelview-matrix modelview-matrix-stack get push ;
 
-: pop-modelview-matrix ( -- ) modelview-matrix-stack get pop glLoadMatrixd ;
\ No newline at end of file
+: pop-modelview-matrix ( -- ) modelview-matrix-stack get pop glLoadMatrixd ;
index 66424acff7998871cd5343a76330c383fe32090b..fe48d58cd4197344c7246b0932296b8daefbe236 100644 (file)
@@ -51,4 +51,4 @@ DEFER: start
 
 : run ( -- ) [ init ] cfdg-window. ;
 
-MAIN: run
\ No newline at end of file
+MAIN: run
index f5398582c9389ef867fd4e56f927c97a6bf13374..7b4e88b7a062ec819b2052e59613beee5510717c 100644 (file)
@@ -45,4 +45,4 @@ DEFER: line
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-MAIN: run
\ No newline at end of file
+MAIN: run
index 8257302a3e2b913426ac26c8f8194eb7a0a4df78..c02806f5b9fb1a747bffdd6b3f6b7c639b2d7066 100644 (file)
@@ -34,4 +34,4 @@ iterate? [
 
 : run ( -- ) [ init ] cfdg-window. ;
 
-MAIN: run
\ No newline at end of file
+MAIN: run
index f804b6ba83a1d50323e525d4da5084ad4d03de19..40d58ca74696bf620ad81d02aa14b3ec88e0b774 100644 (file)
@@ -25,4 +25,4 @@ DEFER: line
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-MAIN: run
\ No newline at end of file
+MAIN: run
index 6934d3bbd916f3dceb7d1a18ed1b2c71747b4d35..33d6ced84b6d0b0c61963e42922f0290899d5536 100644 (file)
@@ -28,4 +28,4 @@ TUPLE: packet data addr socket ;
 
 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-: forever ( quot: ( -- ) -- ) [ call ] [ forever ] bi ; inline recursive
\ No newline at end of file
+: forever ( quot: ( -- ) -- ) [ call ] [ forever ] bi ; inline recursive
index 5681c73438e2fc238a03f61f587f68b8e7f352cd..20cdcb641d623c44f7af15dc0f2ea7914d0169da 100644 (file)
@@ -33,4 +33,4 @@ it get [ length startLength get swap - number>string "/" startLength get number>
    ] [ 0 exit ] if*
 ] with-ui ;
 
-MAIN: drill
\ No newline at end of file
+MAIN: drill
index 1da1fcaa1d963268338e267ef8d983316294b81e..7b9ebfcdacb3ff0e7b6096c5b06ae7eb87182d5d 100644 (file)
@@ -34,4 +34,4 @@ it get [ length startLength get swap - number>string "/" startLength get number>
    ] when*
 ] with-ui ;
 
-MAIN: drill
\ No newline at end of file
+MAIN: drill
index 86e1670c50a76be5ff28b58d503f1e2d9edd4076..d1c6417715e64f0b9efce489297cc4e32adfb6cd 100644 (file)
@@ -19,4 +19,4 @@ USING: kernel jni-internals namespaces ;
   "java/io/PrintStream" "env" get find-class ! jstr out class
   "println" "(I)V" "env" get get-method-id ! jstr out id
   rot "env" get call1 ;
-  
\ No newline at end of file
+
index 685ad93774750481c8be94f4fca68d5a28bb264c..d174efcfc583138ca4e6c572580656f952339699 100644 (file)
@@ -20,4 +20,4 @@ MACRO: w-n* ( int -- quot ) dup '[ [ _ narray <collection> #1 ] dip [ _ firstn ]
 : w-2* ( a b quot -- mapped ) 2 w-n* ; inline
 : w-3* ( a b c quot -- mapped ) 3 w-n* ; inline
 : w-4* ( a b c d quot -- mapped ) 4 w-n* ; inline
-;FUNCTOR
\ No newline at end of file
+;FUNCTOR
index fc2c2344dd01d839c88dfa05c71e1218b1e6b4f2..32af8557752ce4fdbcb58764ad9cc44b6f940008 100644 (file)
@@ -2,4 +2,4 @@ USING: help.syntax help.markup modules.rpc-server modules.using ;
 IN: modules.rpc-server
 HELP: service
 { $syntax "IN: my-vocab service" }
-{ $description "Allows words defined in the vocabulary to be used as remote procedure calls by " { $link POSTPONE: USING*: } } ;
\ No newline at end of file
+{ $description "Allows words defined in the vocabulary to be used as remote procedure calls by " { $link POSTPONE: USING*: } } ;
index af99d210ab21e95e6d1a27df66ecce454f80caa7..5a0a8e9fd9b33eae67b295c44d7c5e27391f0f6d 100644 (file)
@@ -6,4 +6,4 @@ ARTICLE: { "modules" "protocol" } "RPC Protocol"
    "Send arglist"
    "Send word as string"
    "Receive result list"
-} ;
\ No newline at end of file
+} ;
index 7558ad94817ae19eb2f747421a7f66d2070f8361..85f9b8ae8c23382598283e391ca96d63a4a14a7d 100644 (file)
@@ -24,4 +24,4 @@ TUPLE: rpc-request args vocabspec wordname ;
 
 : remote-load ( addr vocabspec -- voabspec ) [ swap
     9012 <inet> binary [ "loader" serialize serialize flush deserialize ] with-client ] keep
-    [ dictionary get-global set-at ] keep ;
\ No newline at end of file
+    [ dictionary get-global set-at ] keep ;
index 0f67f2b0eeb73153e6927ac99f6386d0d980d642..3f8649b5caaf09652f5827a3ef49f79ab985c93e 100644 (file)
@@ -8,4 +8,4 @@ ABOUT: { "modules.using" "use" }
 
 HELP: USING*:
 { $syntax "USING: rpc-server::module fetch-sever:module { module qualified-name } { module => word ... } { qualified-module } { module EXCEPT word ... } { module word => importname } ;" }
-{ $description "Adds vocabularies to the search path. Vocabularies can be loaded off a server or called as an rpc if preceded by a valid hostname. Bracketed pairs facilitate all types of qualified imports on both remote and local modules." } ;
\ No newline at end of file
+{ $description "Adds vocabularies to the search path. Vocabularies can be loaded off a server or called as an rpc if preceded by a valid hostname. Bracketed pairs facilitate all types of qualified imports on both remote and local modules." } ;
index 5691caaf6a46c28b13804fbe1b3bc8936081d931..acf34716ecbbf04c97b61526a454f25f85ae1c5b 100644 (file)
@@ -25,4 +25,4 @@ long = "{" ( from | exclude | rename | qualified-with | qualified ) "}" => [[ dr
 short = modspec => [[ use-vocab ignore ]]
 wordSpec = long | short
 using = wordSpec+ ";" => [[ drop ignore ]]
-;ON-BNF
\ No newline at end of file
+;ON-BNF
index 9f05525f232ee6dc71fe88495b5066428253d987..4a5cc7cc29b2aef900defc47cced0cf8bde35a86 100644 (file)
@@ -20,4 +20,4 @@ IN: multi-method-syntax
 
 : (METHOD:) ( -- method def ) CREATE-METHOD parse-definition ;
 
-: METHOD: (METHOD:) define ; parsing
\ No newline at end of file
+: METHOD: (METHOD:) define ; parsing
index 18a458e8ff2289cd2fd25f09bec92d74cb41bd5f..df7c62804328bdaaeaaf52feefd4121102ad118d 100644 (file)
@@ -11,4 +11,4 @@ HELP: create-bnf
 
 HELP: factor
 { $values { "input" string } { "ast" "a sequence of tokens" } }
-{ $description "Tokenizer that acts like standard factor lexer, separating tokens by whitespace." } ;
\ No newline at end of file
+{ $description "Tokenizer that acts like standard factor lexer, separating tokens by whitespace." } ;
index 99a1397273fb59fc71f40f6a9adc6bb0ea9e679b..560d60eff822662012011735b06253234b7c2bf6 100644 (file)
@@ -11,4 +11,4 @@ IN: peg-lexer.tests
 
 { V{ "heavy" "duty" "testing" } } [
    test3 heavy duty testing
-] unit-test
\ No newline at end of file
+] unit-test
index 83c9f85933f9473823077c28eedbd89ae0c627bb..188ef32b43d39f1a5aa70c870ebd0206f779ccd6 100644 (file)
@@ -14,4 +14,4 @@ ON-BNF: test2
 ON-BNF: test3
       tokenizer = <foreign factor>
       expr= "heavy" "duty" "testing"
-;ON-BNF
\ No newline at end of file
+;ON-BNF
index d54685958928a82169d07b5ba8dd782c1f1b5e68..0216b2b673da45a680fe93affdd7c4134c935250 100644 (file)
@@ -58,4 +58,4 @@ STORED-TUPLE: recipe { title { VARCHAR 100 } } { votes INTEGER } { txt TEXT } {
       2merge 0 <basic> switch-models >>model
    ] with-interface "recipes" open-window ] with-ui ;
 
-MAIN: recipe-browser
\ No newline at end of file
+MAIN: recipe-browser
index cb772594e216d6ee9c0fb4a40f12858bed2529de..1dfd287d5a094e92c1d3799265374d4482ff5bcc 100644 (file)
@@ -120,4 +120,4 @@ USING: threads ui ;
 
 : go ( -- ) [ [ springies-window* 1000 sleep model ] with-scope ] with-ui ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index 6e794eb744846ef7a94d4644329ba754edd47988..4868072998fc03f36d5e26e5041ffd71a4002f19 100644 (file)
@@ -220,4 +220,4 @@ each ;
 
 : go ( -- ) [ model ] go* ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index e65c9c64a6af3e7c0d66bed697f6e8206774dc03..171a0426fc0d82390d153eb2a38f2485635cfbb8 100644 (file)
@@ -167,4 +167,4 @@ times
 
 : go ( -- ) [ model ] go* ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index 48314c9fb33116f7cd6101b10b9d2856c68ac5be..100ffdd8e2cedc4d4110b9e429ce4c4c4d93bdb4 100644 (file)
@@ -252,4 +252,4 @@ USING: threads ui ;
 
 : go ( -- ) [ [ springies-window* 1000 sleep model ] with-scope ] with-ui ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index e00a93b310ffc57b6dda00f931ffedfdb7822a5a..cd48e659045a863d44ede5700cd51c47c887de40 100644 (file)
@@ -304,4 +304,4 @@ nodes> 200 random -100 + 100 2array  [ swap set-node-vel ] curry each ;
 
 : go ( -- ) [ model ] go* ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index 2b9a31b234906aff340e512c0926e7c529da9f21..b23f633252c44293baa3931e9415a964f679bf22 100644 (file)
@@ -77,4 +77,4 @@ each ;
 
 : go ( -- ) [ model ] go* ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index 8870c714e82f58ed04cfc913333a8ae3d3dd9481..03b2c88f6721f90f262f3f75cac93634776910fa 100644 (file)
@@ -110,4 +110,4 @@ curry each
 
 : go ( -- ) [ model ] go* ;
 
-MAIN: go
\ No newline at end of file
+MAIN: go
index 818aa675e2b26cbd20779e2fcc43d47370329161..e5dec90841bd0ac7d6e48d22964b22e8b6958d11 100644 (file)
@@ -248,4 +248,4 @@ C: <spring> spring
      swap node-id >>node-b
      swap node-id >>node-a
    springs> swap suffix >springs
-   drop ;
\ No newline at end of file
+   drop ;
index 3eb118050e839a645d4e17c4e41e5deb1a27bea5..a2a7585254c49d4c83ce9e9c8e3dc7e1d89598f4 100644 (file)
@@ -19,4 +19,4 @@ combobox H{
 } set-gestures
 
 : <combobox> ( options -- combobox ) [ first [ combobox new-label ] keep <basic> >>model ] keep
-    <basic> combo-table new-table [ 1array ] >>quot >>table ;
\ No newline at end of file
+    <basic> combo-table new-table [ 1array ] >>quot >>table ;
index 1df60056569bc53c0af16addd6b90fbe91b9593e..a8106a0e0a0e6602f1a290daf92c325b0d4017a0 100644 (file)
@@ -68,4 +68,4 @@ HELP: IMG-BTN:
 
 HELP: output-model
 { $values { "gadget" gadget } { "model" model } }
-{ $description "Returns the model a gadget uses for output. Often the same as " { $link model>> } } ;
\ No newline at end of file
+{ $description "Returns the model a gadget uses for output. Often the same as " { $link model>> } } ;
index 168f5e58302d9a3e18af0c46f07fbe7a2dcf34ed..47f8fcbef67f720eabc77c969d3c0fa0f3bddbc8 100644 (file)
@@ -50,4 +50,4 @@ ARTICLE: "ui.gadgets.layout" "GUI Layout"
 "For examples using normal layout, see the " { $vocab-link "sudokus" } " demo. "
 "For examples of templating, see the " { $vocab-link "recipes" } " demo." ;
 
-ABOUT: "ui.gadgets.layout"
\ No newline at end of file
+ABOUT: "ui.gadgets.layout"
index f502b7eb38bf82385d20758ff3da0b459ffdaa4d..5320517a698faeff7c72e4aba1830a7365f596a2 100644 (file)
@@ -163,4 +163,4 @@ plot
     { T{ key-down f f "a"     } [ zoom-in  drop ] }
     { T{ key-down f f "z"     } [ zoom-out drop ] }
   }
-set-gestures
\ No newline at end of file
+set-gestures
index 1c815d5f3ad45b3d1ef016950168061c7680ecee..ef7fc9867e22db722b2531768664bbe396e35f86 100644 (file)
@@ -47,4 +47,4 @@ M: popper model-changed
     [ [ value>> [ <popped> ] map ] dip [ f track-add ] reduce request-focus ] bi ;
 
 M: popped pref-dim* editor>> [ pref-dim* first ] [ line-height ] bi 2array ;
-M: popper focusable-child* children>> [ t ] [ first ] if-empty ;
\ No newline at end of file
+M: popper focusable-child* children>> [ t ] [ first ] if-empty ;