Patch to fix completion issues
Brought to you by:
m_zeising
Patch to ~/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base
This patch fixes a few completion related issues. I these are "features", please feel free to ignore this post.
1. using _DELAY = 1 gives a much more snappy feel.
2. Some keys in the _ABORT_KEYS list can be used to correct mistakes in the text and are not normally used as abort keys.
3. If no matches are found in the list of proposals, the completion dialog should not close, but allow the user to correct mistakes in the entered text.
4. Once the user chooses a proposal to complete ( e.g. \begin{equation}) , the script should automatically place a '}' after the proposal.
Cheers,
Kaare Hartvig Jensen
Patch to ~/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base