This website requires JavaScript.
89519b1521
WIP
Nathan Sobo
2023-09-19 08:46:02 -06:00
9eadfc80ba
Add Copilot server to LSP logs panel
Kirill Bulatov
2023-09-19 16:25:07 +03:00
7e300079ce
WIP
Nate Butler
2023-09-19 08:31:22 -04:00
5b0b2fe50b
Add a specific server id to a Copilot LSP
Kirill Bulatov
2023-09-19 12:32:02 +03:00
91fac2aa76
Automatically subscribe for lsp logs of every server added
Kirill Bulatov
2023-09-19 11:47:27 +03:00
26f442a675
Merge branch 'main' into nate/gpui2-ui-components
Nate Butler
2023-09-19 00:26:41 -04:00
8aa4fbea83
Add icon, list_item, work on project panel
Nate Butler
2023-09-19 00:25:46 -04:00
dadad397ef
Finish optimizing channel representations and operations
Mikayla
2023-09-18 20:24:33 -07:00
2701be91e3
Add negative style helpers
Nathan Sobo
2023-09-18 20:47:40 -06:00
f2e87a3429
Add Element::when method
Nathan Sobo
2023-09-18 20:25:12 -06:00
c7a3186d08
Checkpoint
Nathan Sobo
2023-09-18 20:17:27 -06:00
a5e4ceb735
Checkpoint: Add methods for setting arbitrary lengths
Nathan Sobo
2023-09-18 19:48:22 -06:00
b725cadf48
Checkpoint
Nate Butler
2023-09-18 19:59:01 -04:00
df9a05ba92
Checkpoint
Nathan Sobo
2023-09-18 15:02:50 -06:00
25bd357426
add recall and precision to semantic index
KCaverly
2023-09-18 18:25:02 -04:00
71e519aa3b
vim: Use explicit global, not default
Conrad Irwin
2023-09-18 14:00:48 -06:00
adf313bd33
Fix vim-related panic (#2986 )
Conrad Irwin
2023-09-18 12:21:38 -06:00
417f28effe
Fix vim-related panic
Conrad Irwin
2023-09-18 12:12:23 -06:00
230061d838
chore: Enable v0 symbol mangling (#2985 )
Piotr Osiewicz
2023-09-18 18:58:59 +02:00
616d328f3c
chore: Use aho-corasick 1.1 in direct dependencies (#2983 )
Piotr Osiewicz
2023-09-18 17:01:08 +02:00
5c22e40e99
vim: Fix Y on last line (#2975 )
Conrad Irwin
2023-09-18 08:54:48 -06:00
5c8ff05577
clip FoldPoint earlier (#2982 )
Conrad Irwin
2023-09-18 08:53:38 -06:00
4244e7893f
Clip twice
Conrad Irwin
2023-09-18 08:28:21 -06:00
566bb9f71b
add map to evaluation suite for semantic_index
KCaverly
2023-09-18 09:57:52 -04:00
0598a8243d
chore: Hoist non-generic part out of add_action_internal. (#2981 )
Piotr Osiewicz
2023-09-18 11:55:44 +02:00
c4797f87b4
clip FoldPoint earlier
Conrad Irwin
2023-09-16 12:58:39 -07:00
c3f6fcc682
Added 'open in terminal' action to the project panel context menu (#2980 )
Mikayla Maki
2023-09-15 21:49:04 -07:00
d46816589e
Added 'open in terminal' action to the project panel context menu Also slightly re-arranged the project panel context menu
Mikayla
2023-09-15 21:32:58 -07:00
db1dacde5d
Add facepile, indicator, follow_group
Nate Butler
2023-09-15 22:10:51 -04:00
5f9c56c8b0
WIP: Send the channel name and the channel edges seperately, so we're not repeating them constantly This commit is currently broken and includes debug data for a failed attempt at rewriting the insert_edge logic
Mikayla
2023-09-15 17:57:23 -07:00
363867c65b
Make DAG tests order independent
Mikayla
2023-09-15 13:44:01 -07:00
52057c5619
Simplify path representation in collab panel Optimize set representation in collab
Mikayla
2023-09-15 13:18:50 -07:00
9f2a9d43b1
Organize design system under ui
Nate Butler
2023-09-15 16:34:56 -04:00
5400605483
Fix merge conflicts
Mikayla
2023-09-15 12:30:26 -07:00
5df9a57a8b
Add assistant events (#2978 )
Joseph T. Lyons
2023-09-15 15:25:35 -04:00
b9c1f3d558
enable includes filtering for open and modified buffers (#2979 )
Kyle Caverly
2023-09-15 15:23:24 -04:00
1433160a08
enable include based filtering for search inside open and modified buffers
KCaverly
2023-09-15 15:16:20 -04:00
0aff0c105d
Add missing logo_96 icon, fix a few incorrect paths (#2977 )
Nate Butler
2023-09-15 14:57:40 -04:00
f9fff3a7b2
fmt
Mikayla
2023-09-15 11:19:40 -07:00
16707d16f6
Improve context-menu behavior
Mikayla
2023-09-15 11:06:15 -07:00
d424e27164
Finish testing new channel store client behavior
Mikayla
2023-09-15 10:08:07 -07:00
67ad75a376
Clean up implementation of channel index, get simple channel moving test cases working
Mikayla
2023-09-15 00:38:02 -07:00
9afb67f2cf
Implement final move, link, unlink db APIs
Mikayla
2023-09-14 20:29:29 -07:00
7fa68a9aa4
WIP: improve move and link handling around 'root paths', currently very incorrect and in need of a deeper rework
Mikayla
2023-09-10 22:48:25 -07:00
cda54b8b5f
Improve database and RPC API for moving and linking channels, improve test legibility
Mikayla
2023-09-09 18:20:14 -07:00
439f627d9a
Add move, link, and unlink operations
Mikayla
2023-09-09 13:24:04 -07:00
77cdbdb12a
remove extraneous depth field
Mikayla
2023-09-09 12:10:18 -07:00
8222102d01
Render the DAG
Mikayla
2023-09-08 18:47:59 -07:00
3a62d2988a
Finish integration tests for channel moving Refactor channel store to combine the channels_by_id and channel_paths into a 'ChannelIndex'
Mikayla
2023-09-08 15:58:08 -07:00
9e68d4a8ea
WIP: Add channel DAG related RPC messages, change update message
Mikayla
2023-09-08 11:38:00 -07:00
9a4ecf0f88
Add missing logo_96 icon, fix a few incorrect paths
Nate Butler
2023-09-15 14:21:33 -04:00
49fbb27ce9
Improve channel deletion to be DAG aware
Mikayla
2023-09-07 15:23:37 -07:00
bd9e964a69
Add removing of previous channel channel, allowing for channel moving operations
Mikayla
2023-09-07 15:16:17 -07:00
fc78db39ef
Expand DAG tests to include more complex tree operations and removal behavior
Mikayla
2023-09-07 13:38:23 -07:00
d5512fad0d
Add channel linking operation
Mikayla
2023-09-07 11:58:00 -07:00
aa9a9be7e9
Add channel moving test
Mikayla
2023-08-31 17:48:51 -07:00
119d1c9746
Reintroduce channel chat (#2945 )
Max Brunsfeld
2023-09-15 11:19:34 -07:00
b8fd4f5d40
Restore user_group_16 icon
Max Brunsfeld
2023-09-15 11:16:30 -07:00
d6f24feb4a
WIP
Nate Butler
2023-09-15 14:14:28 -04:00
3dba52340e
Update paths to moved icons
Max Brunsfeld
2023-09-15 11:14:04 -07:00
6c3fd2a687
Merge branch 'main' into chat-again
Max Brunsfeld
2023-09-15 11:06:39 -07:00
40e785fdff
Merge branch 'main' into nate/gpui2-ui-components
Nate Butler
2023-09-15 13:57:15 -04:00
4c9100eae3
Unify icons using multiple variants, remove all unused icons (#2974 )
Nate Butler
2023-09-15 13:55:13 -04:00
b02bd9bce1
Fix Y on last line with no trailing new line
Conrad Irwin
2023-09-15 11:14:04 -06:00
099969ed79
Ensure the chat panel is fully feature flagged
Max Brunsfeld
2023-09-15 10:12:28 -07:00
966da65293
Fix notification close icon size
Nate Butler
2023-09-15 12:59:57 -04:00
29cd00f78d
Fix close tab icon size
Nate Butler
2023-09-15 12:56:49 -04:00
24974ee2fa
Unify icons using multiple variants, remove all unused icons
Nate Butler
2023-09-15 12:50:49 -04:00
0617bab731
Make cargo test -p gpui work (#2972 )
Conrad Irwin
2023-09-15 10:38:48 -06:00
3eb2b75e6f
vim: shift-d and shift-x in visual mode (#2973 )
Conrad Irwin
2023-09-15 10:38:37 -06:00
9ef7004383
Add shift-d and shift-x as aliases for d and x in visual mode
Conrad Irwin
2023-09-15 10:26:43 -06:00
3e01d78a80
Make cargo test -p gpui work
Conrad Irwin
2023-09-15 10:24:12 -06:00
7c77baa7c1
Fix multi-character shortcuts with modifiers (#2968 )
Conrad Irwin
2023-09-15 10:15:01 -06:00
70a91c5426
Checkpoint
Nate Butler
2023-09-15 11:41:21 -04:00
f4e40b3411
Ignore .idea directory
Joseph T. Lyons
2023-09-15 11:17:02 -04:00
04bd107ada
add ndcg@k to evaluate metrics
KCaverly
2023-09-15 10:36:21 -04:00
3a661c5977
catchup with main
KCaverly
2023-09-15 09:31:33 -04:00
c9863d6475
Don't dismiss inline assistant when an error occurs (#2971 )
Antonio Scandurra
2023-09-15 12:36:50 +02:00
925da97599
Don't dismiss inline assistant when an error occurs
Antonio Scandurra
2023-09-15 12:32:37 +02:00
a1250b8525
Include modified buffers in semantic search results (#2970 )
Antonio Scandurra
2023-09-15 12:24:10 +02:00
ae85a520f2
Refactor semantic searching of modified buffers
Antonio Scandurra
2023-09-15 12:12:20 +02:00
8d3c251cc2
Rework inlay hover model (#2969 )
Kirill Bulatov
2023-09-15 10:40:02 +03:00
8c1df5afa2
Empty both hint cache storages correctly
Kirill Bulatov
2023-09-15 10:21:57 +03:00
0a2a5be71c
Checkpoint
Nathan Sobo
2023-09-14 21:42:56 -06:00
492e961e82
Bump protocol version
Max Brunsfeld
2023-09-14 18:39:31 -07:00
6ce672fb32
Add tooltips and actions for opening notes+call from chat
Max Brunsfeld
2023-09-14 18:38:37 -07:00
b75971196f
Add buttons for opening channel notes and joining call, in chat panel header
Max Brunsfeld
2023-09-14 18:05:44 -07:00
4fd4f44bb7
Checkpoint
Nathan Sobo
2023-09-14 18:51:03 -06:00
dd7c687041
Style the chat panel further
Max Brunsfeld
2023-09-14 17:19:08 -07:00
796bdd3da7
update searching in modified buffers to accomodate for excluded paths
KCaverly
2023-09-14 19:42:06 -04:00
59269d422b
Allow deleting chat messages
Max Brunsfeld
2023-09-14 16:22:21 -07:00
378b2fbd9e
WIP
Nathan Sobo
2023-09-14 16:52:04 -06:00
1f9b52d5e1
Checkpoint
Nathan Sobo
2023-09-14 16:19:48 -06:00
89327eb84e
Start styling the chat panel
Max Brunsfeld
2023-09-14 15:16:08 -07:00
b30bb56483
Checkpoint
Nathan Sobo
2023-09-14 16:14:42 -06:00
9d8c6a7ed1
Merge branch 'main' into chat-again
Max Brunsfeld
2023-09-14 14:50:45 -07:00
ba22da00bf
Checkpoint
Nathan Sobo
2023-09-14 15:49:54 -06:00
cee5ddee53
Checkpoint
Nathan Sobo
2023-09-14 15:34:39 -06:00
a1353b8bb9
search_bar: Add toggle_replace_on_a_pane. (#2966 )
Piotr Osiewicz
2023-09-14 23:25:27 +02:00
c74c60a629
Slotmaps
Nathan Sobo
2023-09-14 15:21:49 -06:00