eclipse plugin: reorganize a bit the sections in the readme
This commit is contained in:
parent
916c5c0dc8
commit
37d26dda54
1 changed files with 5 additions and 5 deletions
|
@ -160,8 +160,8 @@ For this you need just 2 single steps:
|
|||
\item Enter the name of the project. Uncheck ``Use default location", and press ``Browse...". Navigate to the addon's directory and then continue the wizard as necessary.
|
||||
\end{enumerate}
|
||||
|
||||
\subsection{Frequently Asked Questions} \hskip\parindent
|
||||
\subsubsection{What is this plugin all about?}
|
||||
\section{Frequently Asked Questions} \hskip\parindent
|
||||
\subsection{What is this plugin all about?}
|
||||
The plugin is in fact something like a WML IDE ( \href{http://en.wikipedia.org/wiki/Integrated_development_environment}{Wikipedia - IDE}). Basically it offers you some features that greatly help anybody who makes User made Content in WML.
|
||||
\begin{description}
|
||||
\item- It has wizards for new campaign, scenario, faction, era and every other wml tag you can think of. You just complete the needed values and it generates the wml (with nice indentation).
|
||||
|
@ -170,12 +170,12 @@ The plugin is in fact something like a WML IDE ( \href{http://en.wikipedia.org/w
|
|||
\item- It has a 'upload addon' feature that uploads the specified project to the addons server.
|
||||
\end{description}
|
||||
|
||||
\subsubsection{What is this ``eclipse" thingy?}
|
||||
\subsection{What is this ``eclipse" thingy?}
|
||||
Eclipse is a Java framework. It is very extensible, so people can actually make plugins that use the already existing functionality. It is written in Java, so for some people it can be slow, but at it's latest version it's very stable and it has few resource consumption.
|
||||
|
||||
\subsubsection{What if I don't want to install eclipse?}
|
||||
\subsection{What if I don't want to install eclipse?}
|
||||
You're lucky. There will be a slimmed version of Eclipse, actually only the plugin itself. The size will be 3 or 4 times smaller than the current eclipse, and there will be no extra plugins. This version isn't released yet.
|
||||
|
||||
\subsubsection{Where can I submit any found bugs?}
|
||||
\subsection{Where can I submit any found bugs?}
|
||||
Go over to Wesnoth's bug tracker: \href{https://gna.org/bugs/?func=additem&group=wesnoth&bug_group_id=116}{Add new bug}. Please be as specific as possible. Also, if you have any logs, please attach them.
|
||||
\end{document}
|
||||
|
|
Loading…
Add table
Reference in a new issue