[Monodevelop-patches-list] r709 - trunk/MonoDevelop
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Jan 28 21:27:18 EST 2004
Author: jluke
Date: 2004-01-28 21:27:18 -0500 (Wed, 28 Jan 2004)
New Revision: 709
Modified:
trunk/MonoDevelop/TODO
Log:
organize, should move this to bugzilla in the future
Modified: trunk/MonoDevelop/TODO
===================================================================
--- trunk/MonoDevelop/TODO 2004-01-29 02:13:25 UTC (rev 708)
+++ trunk/MonoDevelop/TODO 2004-01-29 02:27:18 UTC (rev 709)
@@ -1,40 +1,51 @@
-- Test the functionality of the CreateCombineDialog vs the #D on Windows
+Editor
+------
- Get code-folding working (not implemented in #d).
-- Implement menu items (see MonoDevelopBrokenMenuItems.txt)
-- Port dialogs (see README for HIG info)
-- HtmlControl (jluke)
-- Implement the remaining Option Dialogs. The framework is already ported (jba).
-- After the project pad is ported, we need to write a new Docker widget thing.
- more docs later. Have to change the implementation of the docking manager.
- Currently is a rough non-docking implementation in the file
- src/Main/Base/Gui/Workbench/Layouts/DockingManager.cs, wich can be used as a
- template for a more advanced one.
- multiple places)
-- Implement binding with monodoc to allow InsightWindow to work properly (jluke)
-- Implement Help Scout (jluke/others)
-- Tie Help Scout to monodoc (jluke)
-- When too many tabs are opened they go out for the window and don't show
- printing support
-- some keywords should be bold when highlighted
-- organize this list (Bugzilla maybe?)
-- switch to a proper build system (mbuild or auto*?)
-- Allow show hidden (.*) files/directories in the file browser.
-- Figure out how to print the textarea char markers in pango, as it rejectes
- the original #d ones.
+
+CodeCompletion
+--------------
- Implement ctrl+space to ask for completion
-- Implement Drag and Drop support, not sure how well
- Gtk# handles this currently
+- Is enabled and it shouldnt be until the file is saved so we have an extension.
+- Backspace is caught by KeyReleaseEvent instead of KeyPressEvent
----- Bugs in the File->New->File... Dialog
+Dock
+----
+- implement
-- It doesnt save settings like the #D one (last category/template). (Blair)
-- Anything that triggers a Wizard does *not* work until the wizard is fixed.
+Html
+----
+- CSS support
+- visibility bug
----- Bugs in Code Completion --- There are a lot, so only the big ones for now.
+Projects
+--------
+- Implement Drag and Drop support
-- Is enabled and it shouldnt be until the file is saved so we have an extension.
-- Backspace doesnt work? why? (it's catched by KeyReleaseEvent, instead of
- Press, I don't know why we don't catch the Press event)
-- Lots more...
+Pads
+----
+- Allow show hidden (.*) files/directories in the file browser.
-(Read also the samples/MonoPad/TODO file for bugs related to textarea alone)
+AddIns
+------
+- StartPage event handling
+
+Dialogs
+-------
+- Test the functionality of the CreateCombineDialog vs the #D on Windows
+- Implement menu items (see MonoDevelopBrokenMenuItems.txt)
+- Port dialogs (see README for HIG info)
+- Implement the remaining Option Dialogs (jba)
+- Glade and HIG-ification of dialogs
+
+Help
+----
+- Implement binding with monodoc to allow InsightWindow to work properly
+- Implement Help Scout
+- Tie Help Scout to monodoc
+
+NewFileDialog
+-------------
+- doesnt save settings (last category/template). (Blair)
+- "Wizards" do not work
+
More information about the Monodevelop-patches-list
mailing list