Skip to content

Releases: billthefarmer/editor

Version 1.46

28 Jan 09:45
Compare
Choose a tag to compare

ic_launcher

  • Add New toolbar item
  • Correct misleading Chinese translation by @ShamrockLee

Version 1.45

13 Dec 10:44
Compare
Choose a tag to compare

ic_launcher

  • Add clear recent file list

Version 1.44

08 Dec 10:52
Compare
Choose a tag to compare

ic_launcher

  • Spanish translation by @FoxNeo
  • Update build scripts and file provider

Version 1.43

31 Oct 11:55
Compare
Choose a tag to compare

ic_launcher

  • Add View files option - If this option is checked files will be loaded read only for viewing Use the Edit button in the toolbar to edit.

Version 1.42

23 Oct 10:13
Compare
Choose a tag to compare

ic_launcher

  • Updated Turkish translation by @yasarciv67

Version 1.41

16 Oct 09:53
Compare
Choose a tag to compare

ic_launcher

  • Turkish translation by @yasarciv67
  • Update code and build scripts

Version 1.40

23 Jul 15:45
Compare
Choose a tag to compare

ic_launcher

  • Add default highlighting

Files with an unrecognised extension which are not plain text files will be highlighted using C type keywords, types, classes, constants, strings, but not comments.

Version 1.39

30 Jun 09:17
Compare
Choose a tag to compare

ic_launcher

  • Add mode line functionality
  • Replace search text after text change

If a line of text is found within the first or last two or three lines
of the file which matches the mode line pattern, the mode of the
editor will be changed after the file is loaded. The pattern is one or
more text or punctuation characters, white space, the text ed:
followed by one or more option patterns separated by white space.

# ed: [[no]ww] [[no]sg] [[no]hs] [th:l|d|r] [ts:l|m|s] [tf:m|p]

The initial text or punctuation characters are intended to be used to
hide the mode line from compilers and interpreters by commenting it
out.

The option patterns are:

  • [no]ww – Word wrap
  • [no]sg – Suggestions
  • [no]hs – Syntax highlighting
  • th:l|d|r – Theme – light, dark or retro
  • ts:l|m|s – Text size – large, medium or small
  • tf:m|p – Typeface – monospace or proportional

The mode line is read after the file is loaded and will change
immediately, except in Android 6, Marshmallow due to an obscure
bug. Rotate the device to change mode.

Version 1.38

31 May 09:45
Compare
Choose a tag to compare

ic_launcher

  • Add alert dialog if file fails to load or save

Version 1.37

26 May 11:52
Compare
Choose a tag to compare

ic_launcher

  • Update try blocks
  • Save path on file open