Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
46733fbd
Commit
46733fbd
authored
Jul 25, 2014
by
Dave Cooper
Browse files
updating g101 training slides
parent
e032ccab
Changes
5
Hide whitespace changes
Inline
Side-by-side
apps/ta2/source/package.lisp
View file @
46733fbd
...
...
@@ -23,7 +23,6 @@
(
gwl:define-package
:ta2
(
:documentation
#.
(
glisp:system-description
:ta2
))
(
:export
#:assembly
))
#+
nil
...
...
base/source/parameters.lisp
View file @
46733fbd
...
...
@@ -203,4 +203,6 @@ values are a color indicator for the default foreground and background of graphi
(
defparameter
*sort-children?*
t
)
(
defparameter
*sort-children?*
nil
"Boolean. Determine whether to sort child objects in lexigraphical
order. Defaults to nil, which is the behavior previous to gdl1585."
)
documentation/training/g101/source/publish.lisp
View file @
46733fbd
...
...
@@ -4,8 +4,10 @@
:function
#'
(
lambda
(
req
ent
)
(
gwl-make-object
req
ent
"training-g101:assembly"
)))
(
publish-directory
:prefix
"/g101/images/"
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/training/g101/images/"
)))
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/gendl/documentation/training/g101/images/"
)))
(
publish-directory
:prefix
"/g101/style/"
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/training/g101/style/"
)))
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/
gendl/documentation/
training/g101/style/"
)))
documentation/training/g101/style/top.css
View file @
46733fbd
...
...
@@ -93,6 +93,16 @@ font-weight: bold;
}
.lisp-return-value
{
color
:
green
;
whitespace
:
pre
;
font-family
:
Courier
,
fixed
,
serif
;
font-size
:
18
;
font-weight
:
bold
;
}
#title
{
font-family
:
Arial
,
Helvetica
,
sans-serif
;
...
...
release-notes/2014-07-24.txt
0 → 100644
View file @
46733fbd
1. Revert (the children) to be sorted in the same order they are
defined, rather than lexigraphically. Global variable
gdl:*sort-children?* can be set to t in order to get lexigraphical
ordering for (the children).
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment