Mimmo Mane
Mimmo Mane
The first step (exposing the history) seems done. Is there some news about the second step (make it possible to set the history)?
What about minimal checks at set time, and coherence check at runtime? I mean: - When a plugin sets the history, just check for cycles in graph; that should be...
Loading from a file imho have the same problematic of allowing external plugin to set the info. The file can be corrupted, can be edited outside the editor (as @tbodt...
@Screwtapello, an editor that handles the persistent undo file by itself can have the same issues (an old version, due to a bug, produces a wrong file for the new...
I opened a request to the main mister app [about this](https://github.com/MiSTer-devel/Main_MiSTer/issues/693). let's see how it goes.
> (I am likely going to add a system for assigning single colors to shapes in the near term, though). Any news about the color assignment? Also a very simple...
I also would prefer simply loading other .http/.rest files. I am evaluating httpyac alternative too, but currently it seems an overkill for me. Moreover, a .http/.rest import statement would play...
@AnWeber I may be wrong, but httpyac seems me to have a lot more feature (e.g. script) than Rest Client. I do not need them... I just want a simple...
Ok, I found a workaround:  However I would like a better solution. The issue of this one are: 1) It takes long time to create, if you want to...
I use ``` " Solarized color for semantic highlight let g:semanticGUIColors = ['#b58900', '#cb4b16', '#dc322f', '#d33682', '#6c71c4', '#268bd2', '#2aa198', '#859900'] ``` in my vimrc. 8 colors are enough for me.