Skip to content

Commit

Permalink
Clean up html in Editor's config help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Mar 2, 2024
1 parent 8113438 commit 599b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SeerEditorConfigPage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ li.checked::marker { content: "\2612"; }
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">".h|.cpp|.c"</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The tab size, in spaces, can be set to properly display source files that contain tab characters.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can specify a command to launch an external editor. While in a source window, you can use the RMB menu to launch the external editor on the current file. However, these changes are not recognized by Seer. When specifying the command, you have these two variables. One for the name of the source file, and one for the line number to tell the editor to go to. Here are a few examples:</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'monospace'; color:#ffffff; background-color:#000000;">geany "%{file}":%{line}</span><span style=" font-family:'monospace'; color:#ffffff;"><br /></span><span style=" font-family:'monospace'; color:#ffffff; background-color:#000000;">kate --line %{line} "%{file}"</span><span style=" font-family:'monospace'; color:#ffffff;"><br /></span><span style=" font-family:'monospace'; color:#ffffff; background-color:#000000;">gedit "%{file}" +%{line}</span><span style=" font-family:'monospace'; color:#ffffff;"><br /></span><span style=" font-family:'monospace'; color:#ffffff; background-color:#000000;">konsole -e vim "%{file}" +%{line}</span><span style=" font-family:'monospace';"><br /><br /></span>You may need to close and reopen the source files for changes to take effect.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'monospace'; ">geany "%{file}":%{line}</span><span style=" font-family:'monospace'; "><br /></span><span style=" font-family:'monospace'; ">kate --line %{line} "%{file}"</span><span style=" font-family:'monospace'; "><br /></span><span style=" font-family:'monospace'; ">gedit "%{file}" +%{line}</span><span style=" font-family:'monospace'; "><br /></span><span style=" font-family:'monospace'; ">konsole -e vim "%{file}" +%{line}</span><span style=" font-family:'monospace';"><br /><br /></span>You may need to close and reopen the source files for changes to take effect.</p>
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
Expand Down

0 comments on commit 599b452

Please sign in to comment.