You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/en/3.2.-Files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ This button allows you to bulk rename files:
53
53
54
54
## Large text files
55
55
56
-
When coding really large text file, QualCoder becomes slow. In _Code Text_, QualCoder can split the files into 50,000 character chunks to reduce the slowness of the program. However, the best option when importing large text files is to split them into separate sections and load those smaller sections as separate files instead. Give each filename some ordered logic too, e.g. book_chap01.txt, book_chap02.txt.
56
+
When coding really large text files QualCoder becomes slow. In _Code Text_, QualCoder can split the files into 50,000 character chunks to reduce the slowness of the program. However, the best option when importing large text files is to split them into separate sections and load those smaller sections as separate files instead. Give each filename some ordered logic too, e.g. book_chap01.txt, book_chap02.txt.
0 commit comments