[Monodevelop-patches-list] r710 - trunk/MonoDevelop
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Jan 28 21:37:09 EST 2004
Author: jluke
Date: 2004-01-28 21:37:09 -0500 (Wed, 28 Jan 2004)
New Revision: 710
Removed:
trunk/MonoDevelop/RELEASE_REQUIREMENTS
Modified:
trunk/MonoDevelop/MonoDevelopBrokenMenuItems.txt
trunk/MonoDevelop/TODO
Log:
merge these things
Modified: trunk/MonoDevelop/MonoDevelopBrokenMenuItems.txt
===================================================================
--- trunk/MonoDevelop/MonoDevelopBrokenMenuItems.txt 2004-01-29 02:27:18 UTC (rev 709)
+++ trunk/MonoDevelop/MonoDevelopBrokenMenuItems.txt 2004-01-29 02:37:09 UTC (rev 710)
@@ -35,8 +35,8 @@
Split
Help
Help Topics
- Readme
- Coding Style Guide
+ Readme // disabled
+ Coding Style Guide // disabled
Web (this actually works, but there is a bug
in showing it sometimes)
Deleted: trunk/MonoDevelop/RELEASE_REQUIREMENTS
===================================================================
--- trunk/MonoDevelop/RELEASE_REQUIREMENTS 2004-01-29 02:27:18 UTC (rev 709)
+++ trunk/MonoDevelop/RELEASE_REQUIREMENTS 2004-01-29 02:37:09 UTC (rev 710)
@@ -1,16 +0,0 @@
-Here is the short list of features to finish before the preview release
------------------------------------------------------------------------
-
-~ Scouts
-~ Docking Manager
-~ Run/Compile single source files/projects
-~ CodeComplete generation exit and reload cleanly
-~ Parser segfault in complex files gone
-~ Figure out why the code completion works on unsaved files to a point, and
- what exactly #D does with unsaved files (need someone with windows to play
- around)
-~ Finish HtmlControl
-~ Revert back to the old popup mechanism (immediate) and have an option
- 'autopopup on/off' to control if it comes up or requires a ctrl+space to popup
-~ Fixing the cut/copy bug made selection really really slow. This *needs* to be
- fixed asap
Modified: trunk/MonoDevelop/TODO
===================================================================
--- trunk/MonoDevelop/TODO 2004-01-29 02:27:18 UTC (rev 709)
+++ trunk/MonoDevelop/TODO 2004-01-29 02:37:09 UTC (rev 710)
@@ -2,12 +2,16 @@
------
- Get code-folding working (not implemented in #d).
- printing support
+- parser segfaults of complex files
+- cut/copy is slow
CodeCompletion
--------------
- Implement ctrl+space to ask for completion
- Is enabled and it shouldnt be until the file is saved so we have an extension.
- Backspace is caught by KeyReleaseEvent instead of KeyPressEvent
+- what to do in unsaved files
+- revert to old popup mechanism with an option for delayed popup
Dock
----
@@ -37,6 +41,7 @@
- Port dialogs (see README for HIG info)
- Implement the remaining Option Dialogs (jba)
- Glade and HIG-ification of dialogs
+- CodeCompletion generation exit and restart cleanly
Help
----
More information about the Monodevelop-patches-list
mailing list