Skip to content

Commit aacd59f

Browse files
committed
fixed spelling
1 parent dfb8ee8 commit aacd59f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

runners/wikiEclipse/templates/createFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Create <%= fileName; %> in the Eclipse IDE<% if(content) { %> and insert the following data into it<% } %>.
1010

11-
First, you have to load the project directory into Eclipse by going into the *File* context menu again and selecting *Open Projects from File System...*. Eclipse opens a *Import Projects from File System or Archive* window, where you should specify your directory by selecting the *Directory...* button and choosing `<%= filePath;%>` in the Windows file explorer window and confirm the choice with the *Finish* button.
12-
Opening a new file can be done by going to the *File* context menu in the top left corner and select *New* or use the keyboard shortcut alt+shift+n and a dropdown menu will be opened where you have to select *File*.
11+
First, you have to load the project directory into Eclipse by going into the *File* context menu in the top left corner and select *Open Projects from File System...*. Eclipse opens a *Import Projects from File System or Archive* window, where you should specify your directory by selecting the *Directory...* button and choosing `<%= filePath;%>` in the Windows file explorer window and confirm the choice with the *Finish* button.
12+
Opening a new file can be done by going to the *File* context menu again and select *New* or use the keyboard shortcut alt+shift+n and a dropdown menu will be opened where you have to select *File*.
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) { %>

runners/wikiEditor/templates/createFile.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
* Existing folder you want to create the file. (If the folder doesn't exist you can create it from with the editor).
55
* Any Editor that can edit files
66

7-
=== Creating <%= fileName; %> in an Editor
7+
=== Creating <%= fileName; %> in any Editor
88

9-
Create <%= fileName; %> in an Editor<% if(content) { %> and insert the following data into it. <% } %>.
9+
Create <%= fileName; %> in any Editor<% if(content) { %> and insert the following data into it. <% } %>.
1010

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.

0 commit comments

Comments
 (0)