branch: externals/matlab-mode
commit 7547bb110f69c05c78adbcbf7a4244a1166b9fb7
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    matlab-ts-mode: update todo's, use lsp-rename instead of adding this via ts
---
 matlab-ts-mode.el | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index ad1ee238a6..66c41d9918 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -3478,17 +3478,11 @@ so configuration variables of that mode, do not affect 
this mode.
     ;;      - Rename menu item "Check MLint Setup" to "Check setup" and have it
     ;;        look at both LSP and MLint. Place menu item at bottom.
     ;;
-    ;; TODO add matlab-sections-minor-mode indicator in mode line and make it 
clickable so it can
-    ;;      be turned off
-    ;;
-    ;; TODO add error indicator in mode line and make it clickable so one can 
see the errors.
-    ;;      Also underline them.
-    ;;
-    ;; TODO [future] add matlab-ts-mode-rename-variable C-c C-v
-    ;;      Menu: Rename variable
-    ;;      When invoked, see if node-at-point is an identifier, then do a 
rename within
-    ;;      the scope, changing the variable name in a loop.
+    ;; TODO [future] add matlab-sections-minor-mode indicator in mode line and 
make it clickable so
+    ;;      it can be turned off
     ;;
+    ;; TODO [future] add error indicator in mode line and make it clickable so 
one can see the
+    ;;      errors.  Also underline them.
 
     (treesit-major-mode-setup)
 

Reply via email to