[gedit] docs: update roadmap



commit aae9030d910daab1b189789cc5d69a2bc18bd381
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 15 09:40:29 2019 +0100

    docs: update roadmap

 docs/roadmap.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/docs/roadmap.md b/docs/roadmap.md
index 75def6a1c..fa9dbd86b 100644
--- a/docs/roadmap.md
+++ b/docs/roadmap.md
@@ -29,8 +29,14 @@ Make the gedit source code more re-usable
 
 https://wiki.gnome.org/Apps/Gedit/ReusableCode
 
+Recently done:
+- gedit 3.35: start to use the [Tepl](https://wiki.gnome.org/Projects/Tepl)
+  library.
+
 Next steps:
-- Start to use the [Tepl](https://wiki.gnome.org/Projects/Tepl) library.
+- Use more features from the [Tepl](https://wiki.gnome.org/Projects/Tepl)
+  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
 
@@ -53,8 +59,8 @@ Handle problem with large files or files containing very long lines
 
 **Status**: started in Tepl
 
-As a quick stopgap measure, prevent those files from being loaded in the first
-place, show an infobar with an error message.
+As a stopgap measure, prevent those files from being loaded in the first place,
+show an infobar with an error message.
 
 Longer-term solution: fix the performance problem in GTK for very long lines.
 


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