TextPad 8.8.0 error when opening files on network shares

Known problems and workarounds

Moderators: helios, bbadmin

Post Reply
User avatar
bbadmin
Site Admin
Posts: 786
Joined: Mon Feb 17, 2003 8:54 pm
Contact:

TextPad 8.8.0 error when opening files on network shares

Post by bbadmin »

This problem is fixed in TextPad 8.8.1

Files are opened successfully, after reporting a file system error on //network/.editorconfig.

Workaround 1:
  • From the Configure menu, choose Preferences.
  • Select Editor, in the left column.
  • Uncheck "Enable .editorconfig".
  • Click OK.
Workaround 2:

When using .editorconfig files, insert the following line at the head of the topmost one:

Code: Select all

root = true
Post Reply