Skip to content

Commit

Permalink
Docs 🍯
Browse files Browse the repository at this point in the history
  • Loading branch information
fairybow committed Feb 26, 2023
1 parent 834b2e2 commit 90ebcec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Fernanda/docs/To-do.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
- [x] ~~Probably should combine `elements()` and `elementsByAttribute()`~~

### Editor / PlainTextEdit / LineNumberArea
- [ ] "Ribbon" mode
- [ ] A toggleable for every relevant `QPlainTextEdit` toggleable (`centerOnScroll` for example)
- [ ] It is not clear to me that `updateLineNumberAreaWidth(int newBlockCount)` actually uses `newBlockCount` arg
- [ ] Save undo/redo stacks
Expand Down Expand Up @@ -110,12 +109,12 @@
- [x] ~~^ Check character count at open, set Indicator, and then toggle auto counting based on character length (add a refresh symbol)~~

### KeyFilter
- [ ] `autoClose()` (or in PTE `proximalChars()`) on end-of-line / blank line causes crash (possibly just at beginning of any block)
- [ ] Auto-format ellipses
- [ ] Auto-delete spaces before punctuation
- [ ] Quote wrapping does not account for non-American punctuation/quote order
- [ ] Add guillemets (both versions)?
- [ ] On enter-press if the next `char` is closing parenthesis, quote, etc., then apply a skip before new line?
- [x] ~~`autoClose()` (or in PTE `proximalChars()`) on end-of-line / blank line causes crash (possibly just at beginning of any block)~~
- [x] ~~Avoid passing entire document lol~~

### MainWindow
Expand Down Expand Up @@ -165,15 +164,12 @@
### Splitter[^1]
- [ ] `initialize()` - is there a reason I'm not marking anything expanded here?
- [ ] Collapsing/expanding can sometimes flicker (I am guessing there's an incorrect change-of-state happening somewhere)
- [ ] On open, if you drag to collapse a widget, it will expand to default instead of saved size (is there a way to determine the percentage open needed to mimic the saved state from qbytearray?)
- [ ] Increase trigger area, slightly beyond visible boundaries
- [ ] Preview handle should animate to the left and not right
- [x] ~~On open, if you drag to collapse a widget, it will expand to default instead of saved size (is there a way to determine the percentage open needed to mimic the saved state from qbytearray?)~~
- [x] ~~Add ability to hover mouse for length of time and activate collapse/expand~~
- [x] ~~Toggle collapse/expand on click~~

### SplitterHandle[^1]
- [ ] Make all the RBFLs a function that returns list of valid widgets meeting the criteria

### StartCop
- [ ] Accept args (on file click, prompt to save if needed and open new file; possibly also switch to dev mode)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Plus:
<p align="center">
<kbd>
<img src="./Fernanda/docs/screens/pane_collapse.gif" alt="GIF of 'Pane collapse'"/>
<br><br>Double-click the file pane's handle to collapse or expand, and hover to open temporarily<br><br>
<br><br>Double-click the file pane (handle or unused surface) to collapse it.<br>Then hover over the handle to open temporarily<br>(and double-click again if you want to keep it that way).<br><br>
</kbd>
</p>

Expand Down

0 comments on commit 90ebcec

Please sign in to comment.