Commit graph

380 commits

Author SHA1 Message Date
Andrés Alejos e211ef6027
Add python language support in codemirror (#2772)
Co-authored-by: Andres Alejos <andres.c.alejos.mil@army.mil>
2024-09-05 18:25:24 +02:00
Jonatan Kłosko da59acd142 Refactor scrolling 2024-09-05 22:22:14 +07:00
Jonatan Kłosko 7430843c9b Improve go-to-definition scroll to position the cursor near the viewport top 2024-09-05 22:13:10 +07:00
Jonatan Kłosko 9b542baf71
Fix editor rendering on socket reconnection (#2765) 2024-08-29 18:03:43 +02:00
Jonatan Kłosko 59a01cbc70 Change secrets panel shortcut to ss 2024-08-25 22:32:43 +09:00
Jonatan Kłosko 66d3ac6d27 Rename sections list references to outline 2024-08-25 22:27:50 +09:00
Jonatan Kłosko d5ead7f4f3 Improve editor search panel styles 2024-08-24 21:36:13 +09:00
Alexandre de Souza ad0db1832b
List module definitions in the sections side panel (#2760) 2024-08-23 18:28:33 -03:00
Jonatan Kłosko 403be80603
Highlight range when showing hover details (#2747) 2024-08-16 16:07:44 +02:00
Jonatan Kłosko 9ee4f08524
Make the go-to-definition link a client concern (#2746) 2024-08-16 13:31:05 +02:00
Alexandre de Souza 87a49b1bdb
Implements the Go to Definition keyboard shortcut (#2741)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-08-16 10:08:51 +02:00
Alexandre de Souza 6e36725304
Provide go to definition of modules and functions defined in the notebook (#2730)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-07 15:09:51 -03:00
Jonatan Kłosko 3a2730f3b6 Fix spacing in editor search panel 2024-08-06 21:55:29 +09:00
Ed Lepedus d4201c6c15
Add configuration to serve public routes from a different base url path (#2704)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-17 15:32:42 +02:00
Jonatan Kłosko 8105627bf3 Fix horizontal editor scrollbar to not overlap content in Firefox 2024-07-17 17:47:17 +07:00
Jonatan Kłosko c5ba8f8f81
Introduce Fly.io runtime (#2708) 2024-07-15 06:19:04 +02:00
Hugo Baraúna de79bc69af
Change the scroll behavior from when clicking a notebook sections (#2705) 2024-07-12 10:21:30 +02:00
Ed Lepedus 834f5a194c
Respect LIVEBOOK_BASE_URL_PATH when checking /public assets availability (#2700)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-04 10:18:06 +02:00
José Valim de22485641
Instructions for k8s agent (#2697) 2024-07-02 11:24:30 +02:00
Jonatan Kłosko 3eefd093de
Fix cursor position when focusing cells with mouse click (#2692) 2024-06-28 14:42:50 +02:00
Ed Lepedus d5dee2a1ba
Add support for inserting blank line with Alt+Enter (#2652)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-06-24 14:14:24 +02:00
Jonatan Kłosko ade4b730b5
Use dark theme for mermaid graphs in on-hover docs (#2667) 2024-06-21 15:09:44 +02:00
Jonatan Kłosko d89e92185a Do not duplicate <br> tags inside Mermaid graphs 2024-06-04 15:48:41 +07:00
Juergen Braungardt 7a31e892de
Add setting to render ligatures in codemirror cell editor (#2609) 2024-05-17 11:14:47 +02:00
Jonatan Kłosko ec0a53f765
Fix file drag-and-drop on Safari (#2582) 2024-04-25 16:11:59 +02:00
Milad fa4addcb50
Fix invalid cookie naming - cookie names can't contain : (#2539)
Closes #2537

RFCs:
* http://tools.ietf.org/html/rfc6265#section-4.1.1
* http://tools.ietf.org/html/rfc2616#section-2.2
2024-04-02 15:25:08 +02:00
Jonatan Kłosko edb3d1d4ad
Reposition iframes when JS view visibility changes (#2536) 2024-04-02 11:43:02 +02:00
Erik Mejer Hansen 269df7b8ab
Allow Web Bluetooth and Web Serial within iframes (#2514) 2024-03-19 06:34:53 +01:00
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 e6738a7d8f Fix editor source preview to not overflow the notebook 2024-02-14 15:50:52 +07:00
Jonatan Kłosko 4587396c9a
Encapsulate buttons and inputs in components (#2477) 2024-02-08 19:27:16 +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 df8c074714 Allow selecting text within editor tooltips 2024-02-07 00:41:31 +08: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 e98cf466fa
Add support for updating smart cell editor source and intellisense node (#2465) 2024-01-31 12:44:20 +01: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 9c9fe2badd Fix Highlight hook 2024-01-25 17:38:36 +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 e038ff790b
Expand lazy creation of editor and JS Views to the proximity of the viewport (#2445) 2024-01-25 08:41:09 +01:00
Jonatan Kłosko 0cd2f69ce8
Migrate the code editor to CodeMirror (#2444) 2024-01-24 16:01:47 +01:00