eclipse plugin: Add a note on opening external config files

This commit is contained in:
Timotei Dolean 2011-08-01 18:51:42 +00:00
parent 11fc082cb7
commit cfe14032b8

View file

@ -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}