This page is likely outdated. Visit the new documentation for updated content.
Real support for multiple MD processes
| Status | Owner | Importance | Complexity | MD Version | 
| Pending | Low | Medium | 
There are currently problems when multiple MD windows are open. Primarily they don’t share the preferences, so settings can be lost.
Save named keybindings sets
| Status | Owner | Importance | Complexity | MD Version | 
| Pending | Normal | 1d | 
It should be possible to save and export/import keybinding sets. Saving probably just involves copying ~/.config/MonoDevelop/KeyBindings.xml into KeyBindings/{BindingName}.xml, and listing files from that directory in the keybindings list.
Hyperlink filenames in build pad and output pad
| Status | Owner | Importance | Complexity | MD Version | 
| Assigned | lluis | Normal | 1h | 2.6 | 
Filenames is the build pad and output pad should be turned into hyperlinks that can be used to jump to the files.
Macro system for recording/automating sets of actions and input
| Status | Owner | Importance | Complexity | MD Version | 
| Pending | Normal | Medium | 
It would be useful for be able to record and playback sets of actions and inputs, in order to automate tedious tasks.
Add an option for selecting the GTK+ theme
| Status | Owner | Importance | Complexity | MD Version | 
| Completed | lluis | Low | 1h | 2.4 | 
Add an option to the general preferences which allows the user to select the GTK+ theme to be used by MonoDevelop.
Add an option for selecting the user interface language
| Status | Owner | Importance | Complexity | MD Version | 
| Completed | lluis | Low | 2h | 2.4 | 
Add an option to the general preferences which allows the user to select the language to be used by the user interface of MonoDevelop. Some developers prefer using English as language for the IDE, even if their locale is not English.
Lucene-based full text search
| Status | Owner | Importance | Complexity | MD Version | 
| Pending | Normal | Medium | 
By using Lucene to index all file in a solution, we could has super-fast fulltext search. Perfaps we could also use it to store the code completion DB.
Regex Toolkit Usability
| Status | Owner | Importance | Complexity | MD Version | 
| Pending | Normal | Medium | 
Improve the usability of the regex toolkit. Bigger text entries, find more elegant solution for describing “elements” than awkward tooltips, have values from the library copied back into the toolkit, make library refresh not pop up blocking dialogs, make it possible to abort long-running regexes.