Skip to content

Commit

Permalink
WIP: Better word wrap for plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Nov 30, 2024
1 parent 68ab6e8 commit 54c8623
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 657 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ import org.fife.ui.rsyntaxtextarea.*;
*
* @param reader the new input stream
*/
public final void yyreset(java.io.Reader reader) {
public final void yyreset(Reader reader) {
// 's' has been updated.
zzBuffer = s.array;
/*
Expand Down
Loading

0 comments on commit 54c8623

Please sign in to comment.