Document classes for specific directories

Ideas for new features

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
IanOfYork
Posts: 93
Joined: Sat Nov 04, 2017 11:54 am
Location: York, England

Document classes for specific directories

Post by IanOfYork »

C:\Users\---\AppData\Roaming\Helios\TextPad\8\ConfigState.xml
contains entries for document classes in this format ...

Code: Select all

<class name="Text" type="2">
  <value name="Members" type="collection">
    <element>*.</element>
    <element>*.TXT</element>
    <element>*.INI</element>
    ...
This matches what we see in Preferences / Document Classes.
So, the test is currently restricted to the filename.suffix.

Please widen the test to allow the file path to be included.

(see https://forums.textpad.com/viewtopic.php?p=44788)
User avatar
AmigoJack
Posts: 482
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Post by AmigoJack »

I have my doubts, yet this is not a fully wrong suggestion.

I just want to add: it doesn't even need to change the UI and can at first only be available through editing the XML configuration file. Don't mind people only being able to click to set preferences - leave that for later.
Post Reply