Commit graph

44 commits

Author SHA1 Message Date
Jonatan Kłosko
a9203ed62e
Highlight active line (#2501) 2024-03-05 14:08:01 +01:00
Jonatan Kłosko
26d73af7e5
Reduce hint size for in intellisense signature requests (#2489) 2024-02-16 21:17:49 +01:00
Jonatan Kłosko
22edc9127a
Send expanded completion hint for maps and bitstrings (#2488) 2024-02-16 20:32:01 +01:00
Jonatan Kłosko
d1e8f68525 Ensure the highlighter CSS is loaded when highlighting snippets 2024-02-08 02:48:29 +07:00
Jonatan Kłosko
ba90b0b356 Update diagnostics style 2024-02-03 01:45:26 +08:00
Jonatan Kłosko
193f2193ad Use default prettier config for trailing commas 2024-02-03 00:58:44 +08:00
Jonatan Kłosko
fb604dee2f
Simplify autocompletion info into a single markdown field (#2470) 2024-02-02 17:55:15 +01:00
Jonatan Kłosko
1b1f352f29
Add tests for client-side collaboration logic (#2469) 2024-02-02 10:39:04 +01:00
Jonatan Kłosko
62973d17aa Fix highlighting when source includes HTML tags 2024-02-01 23:24:07 +08:00
Jonatan Kłosko
2bbd0d0a75 Fix editor initialization when no language is specified 2024-01-31 16:40:46 +08:00
Jonatan Kłosko
e470d687a9 Fix SQL highlighting 2024-01-31 14:03:12 +08:00
Jonatan Kłosko
7c01177a47 Improve list styling in hover docs 2024-01-27 00:16:23 +08:00
Jonatan Kłosko
d0cd3a48ce Don't show Vim cursor outline in unfocused cells 2024-01-26 21:50:31 +08:00
Jonatan Kłosko
55dfb12827 Handle completion items without detail 2024-01-25 17:05:46 +08:00
Jonatan Kłosko
030441a5d3 Fix diagnostics line position 2024-01-25 15:58:50 +08:00
Jonatan Kłosko
0cd2f69ce8
Migrate the code editor to CodeMirror (#2444) 2024-01-24 16:01:47 +01:00
Jonatan Kłosko
b7fabe17b8 Expose Vim editor extension object for user scripting 2023-12-11 15:57:20 +07:00
Jonatan Kłosko
ad562b8e65 Expose window.monaco back 2023-12-07 13:05:31 +07:00
Jonatan Kłosko
4468ef6d58
Update deps (#2253) 2023-10-05 18:34:01 +02:00
Kenichi Nakamura
c04f43d936
Fix editor escape in Vim visual mode (#2178)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-23 20:34:02 +02:00
Kenichi Nakamura
9f96bd2f1a
vim/emacs modes with settings (#2173) 2023-08-22 09:08:54 +02:00
Alexandre de Souza
07caffaecb
Add Offline Deployment section on the Hub Teams page (#2086) 2023-07-19 16:57:54 -03:00
Zach Allaun
e1ac442c8c
Mobile quality-of-life (part 1) (#2013) 2023-06-28 18:29:44 +02:00
Jonatan Kłosko
68feb61333 Fix warnings 2023-06-12 11:19:54 +02:00
Benedikt Reinartz
fb9193b8ab
Add support for Erlang code cells (#1892)
Co-authored-by: José Valim <jose.valim@gmail.com>
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-06-02 14:49:06 +02:00
Jonatan Kłosko
04efa5932f
Restore code markers and doctest indicators on refresh (#1949) 2023-05-31 15:52:08 +02:00
Jonatan Kłosko
3c56b87154
Doctest updates (#1944) 2023-05-30 22:03:20 +02:00
Jonatan Kłosko
d2988f985d
Changes for Elixir 1.15 (#1918) 2023-05-30 12:06:59 +02:00
José Valim
265a1dec6e
Overlay doctest results (#1936) 2023-05-30 11:30:57 +02:00
Jonatan Kłosko
f3da231ac5
Migrate to esbuild (#1934) 2023-05-27 09:04:52 +02:00
Jose Vargas
e614dcbac1
Add doctest decorations to monaco editor per result (#1911) 2023-05-24 14:56:13 +02:00
Jonatan Kłosko
070a11932f
Trigger completion suggestions on dot (#1784) 2023-03-14 15:13:52 +01:00
Jonatan Kłosko
d4a805f806
Define light editor theme (#1755) 2023-03-07 14:57:25 +01:00
Jonatan Kłosko
860a1e4bd9
Add source option (#1728) 2023-02-27 17:05:36 +01:00
Jonatan Kłosko
45af59d084
Bump Monaco Editor (#1700) 2023-02-09 14:08:24 +01:00
Jonatan Kłosko
d8efd348e9
Render inline math in on-hover docs (#1635) 2023-01-10 20:30:04 +01:00
Jonatan Kłosko
9d805d8c60
Render math in on-hover documentation (#1566) 2022-12-06 15:23:54 +01:00
Jonatan Kłosko
fd6aaa8546
Enforce LF for line endings in the editor (#1337) 2022-08-08 14:59:28 +02:00
Jonatan Kłosko
218bce5a63
Use binary ids for session clients (#1333) 2022-08-05 14:43:41 +02:00
Jonatan Kłosko
39a294abbe
Add an option for wrapping words in Markdown editor by default (#1107) 2022-04-13 23:54:05 +02:00
Jonatan Kłosko
aafdc12015
Mount Markdown cell editor lazily (#1102) 2022-04-13 12:45:29 +02:00
Jonatan Kłosko
5476fd001d
Introduce a setup cell (#1075)
* Introduce a setup cell

* Don't collapse setup cell when dirty

* Collapse fresh setup cell when empty

* Reword collapsed setup cell text
2022-03-28 21:36:57 +02:00
Jonatan Kłosko
7d30aab07b
Enable SQL highlighting in the editor (#1056) 2022-03-17 13:27:28 +01:00
Jonatan Kłosko
b3b79afed4
Refactor JS hooks (#1055)
* Restructure hook files

* Simplify app.js

* Refactor hooks

* Implement password toggle with JS commands
2022-03-16 11:33:53 +01:00