| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-07 | Initial support for insert completion docstring | Maxime Coste | |
| 2014-11-04 | Fix bug in insert completer deregistering | Maxime Coste | |
| The context options might change, as the context might have a different window/buffer from the one at creation. So we need to store the correct option manager rather than ask the context for it. | |||
| 2014-11-02 | Remove AutoRegister util template | Maxime Coste | |
| 2014-10-28 | Style fixes | Maxime Coste | |
| 2014-10-07 | Switch some const String& parameters to StringView | Maxime Coste | |
| 2014-08-19 | Remove option checkers, handle that through the type system | Maxime Coste | |
| Use a specific type for InsertCompleterDesc with checks in the option_{from,to}_string functions | |||
| 2014-05-07 | Refactor LineAndColumn coordinates | Maxime Coste | |
| BufferCoord -> ByteCoord DisplayCoord -> CharCoord Moved their definition along with LineAndColumn into coord.hh | |||
| 2014-04-28 | Extract insert completion code to insert_completer.{cc,hh} | Maxime Coste | |
