IGI-111
IGI-111
As it is there is no documentation of the keybindings, though they are all in https://github.com/IGI-111/Smith/blob/master/src/command/mod.rs I thought about adding a help page you could access with F1 with all...
Reasonable enough. Whenever I manage to free up some time to do it I'll make sure to update the issue.
Probably something useful to have down the line, but not the most pressing issue. It's nice to have.
Just finished a refactor that should make this a bit cleaner. The separation of the command handling and the actual editor state manipulation is deliberate. It's a classic three tier...
Ah yes, putting it like that I can see what you mean. There's good reason for the mode state machine to live in `state`, if only because we should be...
I though about it a little bit but I'm busy with other stuff at the moment. If you want to do the refactor go for it.
Borrowing from https://github.com/ethereum/solidity/issues/597 we should probably have two syntactic additions, one to specify a base for a given storage declaration and another to specify the offset of a given slot....
I really like this approach. In general having a formal set of items we can use to explain a problem to the user is the right way to go. I...
The new version looks better, I'm really looking forward to having error ids, if only because once we do we'll be able to provide `#[allow()]` style annotations. I do think...
I like the idea, but it's kind of abrupt given the rules to suddenly end like this. Probably better would be to trigger an animation where you stack every possible...