Skip to content

Commit

Permalink
Update to adwaita-swift 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jan 30, 2024
1 parent 2961b46 commit e59178e
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 1,077 deletions.
4 changes: 4 additions & 0 deletions Documentation/CodeEditor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

- [CodeEditor](structs/CodeEditor.md)

## Enums

- [Language](enums/Language.md)

This file was generated by [SourceDocs](https://github.com/eneko/SourceDocs)
File renamed without changes.
14 changes: 13 additions & 1 deletion Documentation/CodeEditor/structs/CodeEditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,24 @@ Get the editor's view storage.
- Parameter modifiers: The view modifiers.
- Returns: The view storage.

### `update(_:modifiers:)`
### `update(_:modifiers:updateProperties:)`

Update a view storage to the editor.
- Parameters:
- storage: The view storage.
- modifiers: The view modifiers.
- updateProperties: Whether to update the view's properties.

### `getText(buffer:)`

Get the text view's content.
- Parameter buffer: The text view's buffer.
- Returns: The content.

### `setLanguage(buffer:)`

Get the text view's programming language.
- Parameter buffer: The text view's buffer.

### `innerPadding(_:edges:)`

Expand Down
16 changes: 0 additions & 16 deletions Documentation/CodeEditorFoundation/README.md

This file was deleted.

39 changes: 0 additions & 39 deletions Documentation/CodeEditorFoundation/classes/CodeBuffer.md

This file was deleted.

51 changes: 0 additions & 51 deletions Documentation/CodeEditorFoundation/classes/CodeEditor.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit e59178e

Please sign in to comment.