eclipse plugin: Add a note on opening external config files
This commit is contained in:
parent
11fc082cb7
commit
cfe14032b8
1 changed files with 2 additions and 0 deletions
|
@ -199,6 +199,8 @@ There are currently 2 types of menus: the context menus for different file/conta
|
|||
\section{WML Editor}
|
||||
The plugin contains a full-fledged WML Editor. It recognizes the .cfg files and opens them in the WML Editor by default. The Editor supports UTF-8 files not just ASCII ones. The editor is one of the most important features of the plugin.
|
||||
|
||||
\textit{Note:} Albeit the editor can open external files ( that is, outside the workspace ), all the cool features that come with the editor, will not be available until the file belongs to a project.
|
||||
|
||||
\subsection{Content assist}
|
||||
At any time, when writing WML Code, one could activate the content assist by the \textbf{CTRL + SPACE} shortcut. A small inline popup will open showing suggestions on what to complete. Currently the plugin can auto complete:
|
||||
\begin{itemize}
|
||||
|
|
Loading…
Add table
Reference in a new issue