[gnome-builder/wip/libide-merge] add note about back/forward list implementation



commit 9b8e73f36525fa2c78cb90c3e5c85c71f0ddc072
Author: Christian Hergert <christian hergert me>
Date:   Mon Mar 23 00:10:12 2015 -0700

    add note about back/forward list implementation

 libide/ide-back-forward-list.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-back-forward-list.c b/libide/ide-back-forward-list.c
index 5726d3e..20b00c9 100644
--- a/libide/ide-back-forward-list.c
+++ b/libide/ide-back-forward-list.c
@@ -18,6 +18,11 @@
 
 #define G_LOG_DOMAIN "ide-back-forward-list"
 
+/*
+ * TODO: This was originally written under the assumption you can "have a current item". After
+ *       using things, I don't think this is what I want going forward.
+ */
+
 #include <glib/gi18n.h>
 
 #include "ide-back-forward-item.h"


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