[gedit] roadmap: update



commit d98e699b9454c788460601f93161c6d6a26cfad5
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 30 13:01:50 2020 +0200

    roadmap: update
    
    For *done* tasks, we can add credits to the people who made it happen.

 docs/roadmap.md | 37 +++++++------------------------------
 1 file changed, 7 insertions(+), 30 deletions(-)
---
diff --git a/docs/roadmap.md b/docs/roadmap.md
index fa9dbd86b..daf1ff403 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -9,8 +9,7 @@ See also the
 
 See the [NEWS file](../NEWS) for a detailed history.
 
-If you often contribute to gedit, feel free to add your plans here, and add your
-name to the tasks that you are interested to solve.
+If you often contribute to gedit, feel free to add your plans here.
 
 Task structure
 --------------
@@ -19,18 +18,15 @@ Task structure
 
 Description.
 
-Credits/People interested to work on it: list of names. (Credits is for work
-already started).
-
-Make the gedit source code more re-usable
------------------------------------------
+Making the gedit source code more re-usable
+-------------------------------------------
 
 **Status**: in progress
 
 https://wiki.gnome.org/Apps/Gedit/ReusableCode
 
 Recently done:
-- gedit 3.35: start to use the [Tepl](https://wiki.gnome.org/Projects/Tepl)
+- gedit 3.36: start to use the [Tepl](https://wiki.gnome.org/Projects/Tepl)
   library.
 
 Next steps:
@@ -38,8 +34,6 @@ Next steps:
   library, and develop Tepl alongside gedit. The goal is to reduce the amount of
   code from the gedit core, by having re-usable code in Tepl instead.
 
-Credits: Sébastien Wilmet
-
 Changing character encoding and line ending type of opened files
 ----------------------------------------------------------------
 
@@ -52,15 +46,13 @@ home directory. But the work on this task (with the code in Tepl) would allow
 better sandboxing for other text editors that don't have an integrated file
 browser.
 
-Credits: Sébastien Wilmet
-
 Handle problem with large files or files containing very long lines
 -------------------------------------------------------------------
 
 **Status**: started in Tepl
 
 As a stopgap measure, prevent those files from being loaded in the first place,
-show an infobar with an error message.
+show first an infobar with a warning message.
 
 Longer-term solution: fix the performance problem in GTK for very long lines.
 
@@ -68,8 +60,6 @@ For very big file size (e.g. a 1GB log file or SQL dump), it's more complicated
 because the whole file is loaded in memory. It needs another data structure
 implementation for the GtkTextView API.
 
-Credits: Sébastien Wilmet
-
 Do not allow incompatible plugins to be loaded
 ----------------------------------------------
 
@@ -82,26 +72,19 @@ Solution: include the gedit plugin API version in the directory names where
 plugins need to be installed. Better solution: see
 [this libpeas feature request](https://bugzilla.gnome.org/show_bug.cgi?id=642694#c15).
 
-People interested to work on it: Sébastien Wilmet
-
 Be able to quit the application with all documents saved, and restored on next start
 ------------------------------------------------------------------------------------
 
 **Status**: todo
 
-Like in Sublime Text. Even for unsaved and untitled files, be able to quit
-gedit, restart it later and come back to the state before with all tabs
-restored.
-
-People interested to work on it: Sébastien Wilmet
+Even for unsaved and untitled files, be able to quit gedit, restart it later and
+come back to the state before with all tabs restored.
 
 Better C language support
 -------------------------
 
 **Status**: todo
 
-Needed for more dog-fooding of gedit.
-
 - Code completion with Clang.
 - Align function parameters on the parenthesis (function definition /
   function call).
@@ -109,8 +92,6 @@ Needed for more dog-fooding of gedit.
 - Split/join lines of a C comment with `*` at beginning of each line, ditto when
   pressing Enter (insert `*` at the beginning of the new line).
 
-People interested to work on it: Sébastien Wilmet
-
 Improve printing UI workflow
 ----------------------------
 
@@ -118,8 +99,6 @@ Improve printing UI workflow
 
 Implement it like in Firefox, show first a preview of the file to print.
 
-People interested to work on it: Sébastien Wilmet
-
 Replace search and replace dialog window by an horizontal bar above or below the text
 -------------------------------------------------------------------------------------
 
@@ -127,8 +106,6 @@ Replace search and replace dialog window by an horizontal bar above or below the
 
 To not hide the text.
 
-People interested to work on it: Sébastien Wilmet
-
 Windows and Mac OS X support
 ----------------------------
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]