aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* compat: remove missing capsDmitry Sharshakov2021-08-20
| | | | Only report present features now
* compat: remove seq from Response and EventDmitry Sharshakov2021-08-20
|
* types: capitalize ID in namesDmitry Sharshakov2021-08-20
| | | | Part of LLDB integration
* dap-basic: parse stop eventDmitry Sharshakov2021-08-20
|
* dap-basic: better output formattingDmitry Sharshakov2021-08-20
|
* dap-basic: handle output eventsDmitry Sharshakov2021-08-20
|
* client: handle events multiple timesDmitry Sharshakov2021-08-20
|
* dispatch events in clientDmitry Sharshakov2021-08-20
|
* refactor response processingDmitry Sharshakov2021-08-20
|
* refactor server message handlingDmitry Sharshakov2021-08-20
|
* Add attach commandDmitry Sharshakov2021-08-20
|
* types: simplify working with client's launch argsDmitry Sharshakov2021-08-20
|
* dap: move launch request argumets outside of clientDmitry Sharshakov2021-08-20
|
* fix: move adapter_id out of DAP clientDmitry Sharshakov2021-08-20
|
* dap: support TCP clientsDmitry Sharshakov2021-08-20
|
* dap: make transport IO-agnosticDmitry Sharshakov2021-08-20
|
* dap: add missing fields to structsDmitry Sharshakov2021-08-20
|
* dap: support getting scopes and variablesDmitry Sharshakov2021-08-20
|
* dap: implement threads requestDmitry Sharshakov2021-08-20
|
* dap-basic: pretty-print resultsDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* dap: logging using fernDmitry Sharshakov2021-08-20
|
* Initial debug adapter protocol implementationDmitry Sharshakov2021-08-20
|
* minor: Extract doc.text().slice(..) into a varBlaž Hrastnik2021-08-20
|
* minor: Nicer errors, std::io::Error provides a Display implBlaž Hrastnik2021-08-20
|
* Make scrolling extend in extend modeBlaž Hrastnik2021-08-20
|
* Use the correct search registerBlaž Hrastnik2021-08-20
|
* cargo fmtBlaž Hrastnik2021-08-20
|
* ui: Refactor styling a bit, ensure infobox is stylableBlaž Hrastnik2021-08-20
|
* minor: Refactor commands.rs a bit moreBlaž Hrastnik2021-08-20
|
* use `ui.text.focus` for the picker (fix #622)Kirawi2021-08-20
|
* Fix clippy attrBlaž Hrastnik2021-08-19
|
* Bump memchr 2.4.0 -> 2.4.1Blaž Hrastnik2021-08-19
|
* Avoid looking up ui.text per highlight rangeBlaž Hrastnik2021-08-19
|
* Extract view.inner_area(), simplify render_focused_view_elementsBlaž Hrastnik2021-08-19
|
* Refactor view.first_line/first_col into view.offset (Position)Blaž Hrastnik2021-08-19
|
* Simplify write/write_all commands, we no longer need to excessively blockBlaž Hrastnik2021-08-19
|
* fix: ui: Pin popups with no positioning to the initial cursor positionBlaž Hrastnik2021-08-19
| | | | This avoids the floating popup following the cursor as we type.
* Golang indent improvementsBlaž Hrastnik2021-08-19
|
* feat: add indenting for protobufYusuf Bera Ertan2021-08-19
|
* feat: add protobuf tree-sitter parser with highlighting queriesYusuf Bera Ertan2021-08-19
|
* Added more cpp filename extensionsConscat2021-08-18
|
* fix warningsShafkath Shuhan2021-08-18
|
* gruvbox theme changes (#594)oberblastmeister2021-08-18
| | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property
* Fix auto pairs return wrong selection (#613)langbamit2021-08-18
|
* Update dark_plus.tomlKirawi2021-08-18
|
* Document more of document.rs (#562)Kirawi2021-08-18
|
* Add docs for registers, multi key remaps (#557)Gokul Soumya2021-08-18
|
* Adding mjs to JavaScript file type (#607)Yerlan2021-08-18
| | | MJS is a file extension for JavaScript modules using standard ES2015+
* Update CHANGELOG.md (#606)Kirawi2021-08-18
|