Commit graph

20 commits

Author SHA1 Message Date
Darren Burns
6ad521d1ca
Further docs updates to get rid of App.dark 2024-10-24 17:22:54 +01:00
Will McGugan
da238d1156 docs 2024-08-22 14:12:04 +01:00
Will McGugan
4f3c7666e5 SystemCommand 2024-08-22 14:04:54 +01:00
Will McGugan
1d1e538e10 words 2024-08-22 13:17:13 +01:00
Will McGugan
bc54961e15 wording 2024-08-22 13:16:52 +01:00
Will McGugan
7a9ab93826 docs 2024-08-22 12:37:30 +01:00
Will McGugan
9f66043291 added help 2024-08-22 12:21:23 +01:00
Will McGugan
b1849e36ef snapshot 2024-08-22 12:08:48 +01:00
Will McGugan
1344493448 docs 2024-08-11 19:03:54 +01:00
Darren Burns
cac4ae381c
Don't sort "discover" items in the command palette (#4720)
* Dont sort discovery items in command palette

* Update CHANGELOG.md

* Updating snapshot tests for command palette ordering change

* Fix snapshot tests

* Remove irrelevant docs
2024-07-10 16:39:36 +01:00
Dave Pearson
3971449c16
Tidy up a suggested edit to the discover docs 2024-02-15 09:37:47 +00:00
Dave Pearson
efb8b48347
Tweak the layout of the discover description
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
2024-02-15 09:28:45 +00:00
Dave Pearson
66c19fab01
Make it clear we're talking about discovery hits 2024-02-14 10:20:46 +00:00
Dave Pearson
4f6f15a066
Add a note about best practice of the user of discover 2024-02-14 10:08:54 +00:00
Dave Pearson
cbb44bb50c
Mention the discover method in the docs 2024-02-14 10:06:00 +00:00
Dave Pearson
a705c34965
Fix a case typo that already existed in the document 2024-02-14 10:05:38 +00:00
Rodrigo Girão Serrão
b848dbf7c0
Fix broken highlights. 2024-01-09 15:32:09 +00:00
Will McGugan
b1dfd11568 fixed line numbers 2023-09-19 12:03:44 +01:00
Will McGugan
ea6bf766e7
Cp shutdown (#3303)
* change hotkey

* binding

* rename Source to Provider

* name change

* name changes

* words

* docstring

* system commands

* add icon click

* replace dim with muted

* log shutdown errors

* Update src/textual/screen.py

Co-authored-by: Dave Pearson <davep@davep.org>

* fix tests

* Wee bit more source->provider rewording

---------

Co-authored-by: Dave Pearson <davep@davep.org>
2023-09-14 15:21:51 +01:00
Will McGugan
5d6a95dec5
Command Palette tweaks and docs (#3289)
* renames to command palette and docs

* docs

* simplifyt

* note

* docstring

* Update src/textual/command.py

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>

* Update docs/examples/guide/command_palette/command01.py

Co-authored-by: Dave Pearson <davep@davep.org>

* populate text

* screen commands

* Update docs/guide/command_palette.md

Co-authored-by: Dave Pearson <davep@davep.org>

* Update docs/guide/command_palette.md

Co-authored-by: Dave Pearson <davep@davep.org>

---------

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
Co-authored-by: Dave Pearson <davep@davep.org>
2023-09-13 15:03:25 +01:00