MCPcopy Create free account

hub / github.com/Dylanmurzello/zed-android-port / functions

Functions38,615 in github.com/Dylanmurzello/zed-android-port

↓ 91 callersMethodcollapse_to
(&mut self, point: T, new_goal: SelectionGoal)
crates/text/src/selection.rs:58
↓ 91 callersMethodcolor
(mut self, color: Color)
crates/settings_ui/src/components/input_field.rs:94
↓ 91 callersFunctioninit_global
Returns the global [`CredentialsProvider`].
crates/zed_credentials_provider/src/zed_credentials_provider.rs:31
↓ 90 callersMethodfocus
( workspace: &mut Workspace, _: &FocusAgent, window: &mut Window, cx: &mut Con
crates/agent_ui/src/agent_panel.rs:1090
↓ 90 callersFunctionnew_command
(program: impl AsRef<OsStr>)
crates/util/src/command.rs:14
↓ 90 callersMethodupgrade
(&self)
crates/project/src/buffer_store.rs:1795
↓ 89 callersMethodadd
Add an identifier to this context, if it's not already in this context.
crates/gpui/src/keymap/context.rs:117
↓ 89 callersMethodpush
Feed a chunk of text and return the re-indented portion that is ready to emit. Incomplete trailing lines are buffered internally.
crates/agent/src/edit_agent/reindent.rs:53
↓ 88 callersMethodas_local
(&self)
crates/project/src/lsp_store.rs:4233
↓ 88 callersMethodis_focused
Obtains whether the element associated with this handle is currently focused.
crates/gpui/src/window.rs:321
↓ 88 callersMethodmap
Imperatively modify self with the given closure.
tooling/xtask/src/tasks/workflows/steps.rs:385
↓ 88 callersMethodobserve_new
Arrange for the given function to be invoked whenever a view of the specified type is created. The function will be passed a mutable reference to the
crates/gpui/src/app.rs:1834
↓ 88 callersMethodpush
(&mut self, block: [Sample; BLOCK_SHIFT])
crates/denoise/src/lib.rs:41
↓ 87 callersMethodborrow
(&self)
crates/gpui/src/app/context.rs:874
↓ 87 callersMethodcomponents
(&self)
crates/util/src/rel_path.rs:123
↓ 87 callersMethodforeground_executor
Returns a handle to the [`ForegroundExecutor`] associated with this app, which can be used to spawn futures in the foreground.
crates/gpui/src/app.rs:224
↓ 87 callersMethodindex_for_item_id
(&self, item_id: EntityId)
crates/workspace/src/pane.rs:1433
↓ 87 callersMethodnext
(&mut self, byte: u8)
crates/markdown/src/markdown.rs:445
↓ 87 callersMethodnext
(&self)
crates/agent/src/tools/evals/fixtures/disable_cursor_blinking/before.rs:1005
↓ 87 callersMethodsend_last_completion_stream_event
( &self, event: impl Into<LanguageModelCompletionEvent>, )
crates/language_model/src/fake_provider.rs:244
↓ 87 callersMethodspacing
(mut self, spacing: ListItemSpacing)
crates/ui/src/components/list/list_item.rs:95
↓ 87 callersMethodtext_color
Sets the text color of this element. This value cascades to its child elements.
crates/gpui/src/styled.rs:491
↓ 86 callersMethodanchor
Sets which corner of the anchored element should be anchored to the current position.
crates/gpui/src/elements/anchored.rs:40
↓ 86 callersMethodend
(&self)
crates/editor/src/display_map/block_map.rs:147
↓ 86 callersMethodexists
(&self)
crates/language/src/buffer.rs:415
↓ 86 callersMethodmap
Returns a new [`AnyIcon`] after applying the given mapping function to the contained [`Icon`].
crates/ui/src/components/icon.rs:24
↓ 86 callersFunctionselect_path
(panel: &Entity<ProjectPanel>, path: &str, cx: &mut VisualTestContext)
crates/project_panel/src/project_panel_tests.rs:9269
↓ 85 callersMethodworkspaces
(&self)
crates/workspace/src/workspace.rs:8765
↓ 84 callersMethodabs
Returns the absolute value of the `Pixels`. # Returns A new `Pixels` instance with the absolute value of the original `Pixels`.
crates/gpui/src/geometry.rs:2852
↓ 84 callersMethodadd
(&mut self, worktree: &Entity<Worktree>, cx: &mut Context<Self>)
crates/project/src/worktree_store.rs:881
↓ 84 callersMethodflex_col
Sets the flex direction of the element to `column`. [Docs](https://tailwindcss.com/docs/flex-direction#column)
crates/gpui/src/styled.rs:145
↓ 84 callersMethodget
(&self, id: &ComponentId)
crates/component/src/component.rs:100
↓ 84 callersMethodtext_system
Returns a reference to the [`TextSystem`] associated with this app.
crates/gpui/src/app.rs:229
↓ 83 callersMethodadd
(self, other: Self)
crates/editor/src/display_map.rs:2442
↓ 83 callersMethodbuild_local_project
( &self, root_path: impl AsRef<Path>, cx: &mut TestAppContext, )
crates/collab/tests/integration/test_server.rs:743
↓ 83 callersMethoddisabled
Sets the disabled state of the [`Checkbox`].
crates/ui/src/components/toggle.rs:78
↓ 83 callersMethodto_pixels
Converts the size from physical to logical pixels.
crates/gpui/src/geometry.rs:1640
↓ 82 callersFunctionassert_match_at_position
( finder: &Picker<FileFinderDelegate>, match_index: usize, expected_file_name: &str, )
crates/file_finder/src/file_finder_tests.rs:3933
↓ 82 callersMethodfold
(&mut self, _: &actions::Fold, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:20951
↓ 82 callersMethodinto
(self)
crates/settings_content/src/settings_content.rs:1223
↓ 82 callersMethodsimulate_at_each_offset
( &mut self, keystrokes: &str, marked_positions: &str, )
crates/vim/src/test/neovim_backed_test_context.rs:379
↓ 81 callersMethodas_ref
(&self)
crates/extension_api/src/extension_api.rs:575
↓ 81 callersMethodclear
(&mut self, background_executor: &BackgroundExecutor)
crates/project/src/debugger/memory.rs:148
↓ 81 callersMethodfont
Get the font configured for this text style.
crates/gpui/src/style.rs:500
↓ 81 callersMethodgit_store
(&self)
crates/project/src/project.rs:6047
↓ 81 callersFunctionhsla
Construct an [`Hsla`] object from plain values
crates/gpui/src/color.rs:336
↓ 81 callersMethodis_empty
(&self)
crates/zeta_prompt/src/udiff.rs:501
↓ 81 callersMethodworkspace
(&self)
crates/workspace/src/multi_workspace.rs:1382
↓ 80 callersMethodanchor_in_excerpt
Creates a multibuffer anchor for the given buffer anchor, if it is contained in any excerpt.
crates/multi_buffer/src/multi_buffer.rs:5262
↓ 80 callersMethodextend
(&self, amount: Edges<T>)
crates/gpui/src/geometry.rs:1074
↓ 80 callersMethodinto_iter
(self)
crates/settings_content/src/project.rs:28
↓ 80 callersFunctionload
( image_cache: &AnyEntity, resource: &Resource, window: &mut Window, cx: &mut
crates/gpui/src/elements/image_cache.rs:60
↓ 80 callersMethodrange
(&self)
crates/editor/src/display_map/crease_map.rs:248
↓ 80 callersMethodrem_size
The size of an em for the base font of the application. Adjusting this value allows the UI to scale, just like zooming a web page.
crates/gpui/src/window.rs:2270
↓ 80 callersMethodwait_for_autoindent_applied
(&mut self)
crates/editor/src/test/editor_test_context.rs:325
↓ 80 callersMethodwindow_handle
Obtain a handle to the window that belongs to this context.
crates/gpui/src/window.rs:1750
↓ 79 callersMethodactivate_item
( &mut self, index: usize, activate_pane: bool, focus_item: bool, wind
crates/workspace/src/pane.rs:1473
↓ 79 callersMethodas_rope
(&self)
crates/text/src/text.rs:2021
↓ 79 callersMethodis_empty
(&self)
crates/language/src/syntax_map.rs:313
↓ 79 callersMethodmax
Returns a new point with the maximum values of each dimension from `self` and `other`. # Arguments `other` - A reference to another `Point` to compa
crates/gpui/src/geometry.rs:296
↓ 79 callersMethodpin_tab_at
(&mut self, ix: usize, window: &mut Window, cx: &mut Context<Self>)
crates/workspace/src/pane.rs:2688
↓ 79 callersMethodrepositories
(&self, cx: &'a App)
crates/project/src/project.rs:6084
↓ 79 callersFunctionsetup_sidebar
( multi_workspace: &Entity<MultiWorkspace>, cx: &mut gpui::VisualTestContext, )
crates/sidebar/src/sidebar_tests.rs:175
↓ 78 callersFunctionassert
(marked_text: &str, cx: &mut gpui::App)
crates/editor/src/movement.rs:951
↓ 78 callersMethodhead
(&self)
crates/vim/src/command.rs:1404
↓ 77 callersMethodclone
(&self)
crates/gpui/src/window.rs:463
↓ 77 callersMethodcreate_room
(&self, clients: &mut [(&TestClient, &mut TestAppContext)])
crates/collab/tests/integration/test_server.rs:544
↓ 77 callersMethodemit
(&mut self, event: Event, cx: &mut Context<Self>)
crates/extension/src/extension_events.rs:30
↓ 77 callersMethodfind
(mut self, mut pred: F)
crates/project_panel/src/utils.rs:32
↓ 77 callersFunctioninit_test
(cx: &mut TestAppContext)
crates/workspace/src/pane.rs:8829
↓ 77 callersMethodinto_arc
(&self)
crates/util/src/rel_path.rs:210
↓ 77 callersMethodis_empty
(&self)
crates/sum_tree/src/tree_map.rs:52
↓ 77 callersMethodis_empty
(&self)
crates/text/src/text.rs:535
↓ 77 callersMethodline_len
(&self, row: DisplayRow)
crates/editor/src/display_map.rs:2166
↓ 77 callersMethodmenu
( mut self, f: impl Fn(&mut Window, &mut App) -> Option<Entity<M>> + 'static, )
crates/ui/src/components/popover_menu.rs:169
↓ 77 callersMethodproject
(&self)
crates/editor/src/editor.rs:3329
↓ 77 callersMethodshape
(&self)
crates/editor/src/element.rs:12526
↓ 77 callersMethodto_offset
(&self, snapshot: &text::BufferSnapshot)
crates/multi_buffer/src/multi_buffer.rs:350
↓ 77 callersMethodtoggle_modal
Toggles a modal of type `V`. If a modal of the same type is currently active, it will be hidden. If a different modal is active, it will be replaced w
crates/workspace/src/workspace.rs:7533
↓ 77 callersMethodtruncate
(&mut self, message_id: UserMessageId, cx: &mut Context<Self>)
crates/agent/src/thread.rs:1662
↓ 77 callersMethodweak_handle
(&self)
crates/workspace/src/workspace.rs:2112
↓ 76 callersMethodbind_keys
Register key bindings.
crates/gpui/src/app.rs:1943
↓ 76 callersMethoddetach
Detaching a task runs it to completion in the background
crates/scheduler/src/executor.rs:232
↓ 76 callersMethodread_only
(&self, cx: &App)
crates/editor/src/editor.rs:3620
↓ 76 callersFunctionrelative
Constructs a `DefiniteLength` representing a relative fraction of a parent size. This function creates a `DefiniteLength` that is a specified fractio
crates/gpui/src/geometry.rs:3693
↓ 76 callersMethodspawn
Spawns the given future on Tokio's thread pool, and returns it via a GPUI task Note that the Tokio task will be cancelled if the GPUI task is dropped
crates/gpui_tokio/src/gpui_tokio.rs:55
↓ 76 callersMethodtext_for_range
( &mut self, range_utf16: Range<usize>, adjusted_range: &mut Option<Range<usize>>,
crates/editor/src/editor.rs:29181
↓ 76 callersMethodto_proto
(&self)
crates/project/src/git_store.rs:223
↓ 76 callersMethodto_proto
(&self)
crates/collab/src/db.rs:438
↓ 76 callersMethodtranspose
(&mut self, _: &Transpose, window: &mut Window, cx: &mut Context<Self>)
crates/editor/src/editor.rs:13881
↓ 75 callersFunctioninit_test
(cx: &mut TestAppContext)
crates/workspace/src/workspace.rs:15420
↓ 75 callersMethodremote_id
()
crates/agent_ui/src/agent_panel.rs:2518
↓ 74 callersMethodallow
(mut self, p: &[&'static str])
crates/agent/src/tool_permissions.rs:647
↓ 74 callersMethodas_str
(&self)
crates/agent_settings/src/agent_settings.rs:320
↓ 74 callersMethodflex_none
(mut self)
crates/ui/src/components/label/label.rs:95
↓ 74 callersMethodpath
(&self)
crates/auto_update/src/auto_update.rs:344
↓ 73 callersMethodas_std_path
Interprets the path as a [`std::path::Path`], suitable for file system calls. This is guaranteed to be a valid path regardless of the host platform,
crates/util/src/rel_path.rs:249
↓ 73 callersMethodbg
(&self)
crates/ui/src/components/icon/icon_decoration.rs:47
↓ 73 callersMethodentry
(&mut self, key: K)
crates/collections/src/vecmap.rs:39
↓ 73 callersMethodfinish
(&mut self)
crates/gpui/src/scene.rs:137
← previousnext →501–600 of 38,615, ranked by callers