You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runners/wikiEditor/templates/changeFile.asciidoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Open the editor and choose in the file context menu in the top left corner *Open
11
11
Based on your operating system a window with the file explorer opens. You have to navigate to <%= fileName; %> and select it. Select the right folder manually by selecting the folders from the path `<%= filePath; %>` and select the file `<%= fileName; %>`.
12
12
You confirm this with the *Open* button in the bottom right corner <%= fileName; %> will be opened in a new editor window.
13
13
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.
15
15
[source, <%= fileType; %>]
16
16
----
17
17
<%= content; %>
@@ -21,4 +21,4 @@ Select the following text and copy it with a right-click and the copy function o
21
21
<% if(lineNumber) { %>Insert the content into the line *<%= lineNumber%>* in the opened <%= fileName; %>. Not every editor provides line numbers, if they are missing you have to count the numbers yourself.
22
22
<%}else if(placeholder) {%>To replace the content with a specific placeholder you have to locate the placeholder in the file. The fastest way is to search through the opened file and replace *<%= placeholder; %>* with the new content.
23
23
<% }else{ %>Now insert the copied text into the opened <%= fileName; %>. <% } %>
24
-
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 changed.
24
+
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 changed.
0 commit comments