2 İşlemeler e227b97e28 ... 2a2fab65da

Yazar SHA1 Mesaj Tarih
  David Ulrich 2a2fab65da rehighlight on middle click paste 1 yıl önce
  yzziizzy e1b5cc5db9 Merge branch 'master' of fractal.arcana/gpuedit into master 1 yıl önce
2 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 5 0
      DEVELOPMENT.md
  2. 1 0
      src/bufferEditControl.c

+ 5 - 0
DEVELOPMENT.md

@@ -12,7 +12,12 @@
 * Resume search is broken
 * Command to append text to end of code on line (;), but before comments
 
+
 == Needed before fractal dogfooding ==
+* probe searchPath entries for presence of git and fallback to regular ls
+* if no .gpuedit.json, add launch dir to searchPaths
+* autocomplete: render above line at bottom of screen, left of text if at right of screen 
+
 * bugz: buffer open/scroll is off by 1 (GBEC linesOnScreen unset)
 * bugz: C-d comment not pushed into undo stack
 * bugz: redo of single paste is multiple commands

+ 1 - 0
src/bufferEditControl.c

@@ -284,6 +284,7 @@ static void click(GUIBufferEditControl* w, GUIManager* gm) {
 			// TODO: undo
 			BufferRange pasteRange;
 			Buffer_InsertBufferAt(b, b2, line, col, &pasteRange);
+			GUIBufferEditControl_MarkRefreshHighlight(w);
 		}
 	}
 	else if(gm->curEvent.button == 4) { // scroll up