Greg Chapple
Greg Chapple
I've just realised that there's no LICENSE here. The [crates.io page](https://crates.io/crates/gapbuffer) states that it is LGPL-3.0+, but there's no LICENSE file in the repo. Any objections to me submitting a...
The current syntax highlighting solution uses a simple lexer to generate a stream of tokens. Adding new languages means adding a new implementation of the lexer to add behaviour for...
I would like to be able to split views both horizontally and vertically to edit multiple files simultaneously. Will need to wait until #117 has been finished.
Iota should provide an easy way to open and switch between multiple buffers.
This is not a Vim clone, however I'd like to implement some lightweight version of Vim's modal editing. Modes to include: - [ ] Normal mode - [ ] Insert...
Since #50 was merged, Unicode support is broken. @P1start mentioned in the comments that fixing this shouldn't be too involved.
It would be great to have some kind of simple configuration file which users could use to tweak Iota behaviour. Things like using spaces or tabs, tab width, and so...
Since the rustbox interaction was extracted to a frontend, it opens the door for implementing other frontends. A possible frontend could be one using Conrod. This would be nice as...
This issue was originally submitted on [Trac (#7808)](https://code.djangoproject.com/ticket/7808). See the previous link for the full conversation. Below is the original description: --- There seems to be no way to bind...
This issue was originally submitted on [Trac (#10810)](https://code.djangoproject.com/ticket/10810). See the previous link for the full conversation. Below is the original description: --- FormWizard revalidates all the forms on the last...