Skip to content

Commit dfb8ee8

Browse files
committed
changed wiki
1 parent 8d82bd6 commit dfb8ee8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

runners/wikiEclipse/templates/createFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Opening a new file can be done by going to the *File* context menu in the top le
1313
Eclipse opens a *Create New File* window. Select the parent folder you want to save the file into. Insert `<%= parentFolder; %>` at the top text field named *enter or select the parent folder*. If the directory does not exist, create the missing folders or run through the previous steps from the wiki again.
1414
Also, a name for the file is needed, so you can insert `<%= fileName; %>` in the text field *File name* or type it yourself.
1515
Confirm your inputs with the *Finish* button in the bottom right corner and an empty <%= fileName; %> has been created and can be edited.<% if(content) { %>
16-
Select the following text and copy it with a right-click and the copy function or the keyboard shortcut crtl+c.
16+
Copy the following text.
1717
[source, <%= fileType; %>]
1818
----
1919
<%= content; %>
2020
----
21-
Now insert the copied text with the keyboard shortcut ctrl+v or with a right-click in the Eclipse editor window of the new file and the paste function or the keyboard shortcut ctrl+v. <% } %>
21+
Now insert the copied text into the new file. <% } %>
2222
The final step is to save the file by selecting *Save* in the file context menu or by using the keyboard shortcut ctrl+s and <%= fileName; %> has been created <% if(content){%>with the data from above<% }%>.

runners/wikiEditor/templates/createFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Create <%= fileName; %> in an Editor<% if(content) { %> and insert the following
1111
Opening a new file can be done by going to the file context menu in the top left corner of the editor and select *New* or *New File* or mostly also the keyboard shortcut ctrl+n will also work.
1212
The editor opens a new editor window for an untitled file that can be edited now.
1313
<% if(content) { %>
14-
Select the following text and copy it with a right-click and the copy function or the keyboard shortcut crtl+c.
14+
Copy the following text.
1515
[source, <%= fileType; %>]
1616
----
1717
<%= content; %>
1818
----
19-
Now insert the copied text with the keyboard shortcut ctrl+v or with a right-click in the editor window of the new file and the paste function or the keyboard shortcut ctrl+v.
19+
Now insert the copied text into the new file.
2020
<% } %>
2121
The next step is to save the file by selecting *Save* or *Save as* in the file context menu or by using the keyboard shortcut ctrl+s.
2222
A file explorer window opens.

runners/wikiVsCode/templates/createFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Create <%= fileName; %> in the VS Code editor<% if(content) { %> and insert the
1010

1111
Opening a new file can be done by going to the file context menu in the top left corner right next to the VS Code symbol and selecting *New File* or use the keyboard shortcut ctrl+n. A new VS Code editor window will be opened with an untitled-1 filename.
1212
<% if(content) { %>
13-
Select the following text and copy it with a right-click and the copy function or the keyboard shortcut crtl+c.
13+
Copy the following text.
1414
[source, <%= fileType; %>]
1515
----
1616
<%= content; %>
1717
----
18-
Now insert the copied text with the keyboard shortcut ctrl+v or with a right-click in the editor window of the new file and the paste function or the keyboard shortcut ctrl+v.
18+
Now insert the copied text into the new file.
1919
<% } %>
2020
The next step is to save the file by selecting *Save* or *Save as* in the file context menu or by using the keyboard shortcut ctrl+s.
2121
A file explorer window opens.

0 commit comments

Comments
 (0)