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 Dec 8, 2024
1 parent b0f9bed commit 9ed9526
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 9ed9526

Please sign in to comment.