summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/getting-started-scala.asciidoc
diff options
context:
space:
mode:
authorMarko Gronroos <magi@vaadin.com>2015-12-29 16:00:07 +0200
committerMarko Gronroos <magi@vaadin.com>2015-12-29 16:00:07 +0200
commit51443af156f5675da76bb8380a124a526ef8fab8 (patch)
tree82a29dd86feda77c8d02f2d449e1ff2bee708b2a /documentation/getting-started/getting-started-scala.asciidoc
parent462888ade7ba9757c72f2276007c7e80cc965b18 (diff)
downloadvaadin-framework-51443af156f5675da76bb8380a124a526ef8fab8.tar.gz
vaadin-framework-51443af156f5675da76bb8380a124a526ef8fab8.zip
Added missing kbd macros for keyboard key names and key combos. Also some other formatting fixes.
Change-Id: Id139133ea69f22246439104bc7608151eff650aa
Diffstat (limited to 'documentation/getting-started/getting-started-scala.asciidoc')
-rw-r--r--documentation/getting-started/getting-started-scala.asciidoc7
1 files changed, 2 insertions, 5 deletions
diff --git a/documentation/getting-started/getting-started-scala.asciidoc b/documentation/getting-started/getting-started-scala.asciidoc
index 1da94d0853..bfd91cc256 100644
--- a/documentation/getting-started/getting-started-scala.asciidoc
+++ b/documentation/getting-started/getting-started-scala.asciidoc
@@ -31,7 +31,7 @@ using Scala IDE, you can copy it from somewhere under your Eclipse installation
to the class path of the web application, that is, either to the
[filename]#WebContent/WEB-INF/lib# folder in the project or to the library path
of the application server. If copying outside Eclipse to a project, refresh the
-project by selecting it and pressing F5.
+project by selecting it and pressing kbd:[F5].
+
You could also get it with an Ivy or Maven dependency, just make sure that the
@@ -63,7 +63,7 @@ class MyScalaUI extends UI {
----
Eclipse and Scala IDE should be able to import the Vaadin classes automatically
-when you press CtrlShiftO.
+when you press kbd:[Ctrl+Shift+O].
You need to define the Scala UI class either in a servlet class (in Servlet 3.0
project) or in a [filename]#web.xml# deployment descriptor, just like described
@@ -108,6 +108,3 @@ content addComponent new Button("Click Me!",
----
endif::web[]
-
-
-