Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: Geobomatic on February 21, 2018, 14:14:23

Title: MultiDataViewer profile loading
Post by: Geobomatic on February 21, 2018, 14:14:23
Hi,

I'm having issue with the profile loading feature.

I've put
*.md

in the "Auto select profile - File matching filter" field, underneath checkbox not checked but when opening a .md file, the profile does not load :-/

Code: [Select]
<viewprofile id="1" viewmode="4" name="Markdown">
      <hyperlinks value="-1"/>
      <rowlines value="-1"/>
      <strips value="-1"/>
      <linenum value="-1"/>
      <font value="Courier New,10"/>
      <colortheme value="15563eb63f354962ae2bdad91c749de1"/>
      <fullpathfilter value="0"/>
      <filter value="*.md"/>
      <formater value=""/>
    </viewprofile>

exemple of a file I'm opening:
C:\Users\Geobomatic\Documents\Perso\exitwp\converted_posts\2004-12-18-imagine.md

What am I missing?
Title: Re: MultiDataViewer profile loading
Post by: Mathias (Author) on February 21, 2018, 14:21:05
I did a quick test and it worked..


it generated this config

Code: [Select]
<viewprofile id="1" viewmode="0" name="MD">
      <hyperlinks value="-1"/>
      <rowlines value="-1"/>
      <strips value="-1"/>
      <linenum value="-1"/>
      <font value="Courier New,10"/>
      <colortheme value="010da1290a854944b33c5301d2662521"/>
      <fullpathfilter value="0"/>
      <filter value="*.md"/>
      <formater value="auto"/>
    </viewprofile>

I dont see any reason for your profile should not work.
Title: Re: MultiDataViewer profile loading
Post by: Geobomatic on February 21, 2018, 14:28:02
ok, seems that viewmode to anything else than 0 breaks the feature :-/
Title: Re: MultiDataViewer profile loading
Post by: Mathias (Author) on February 21, 2018, 14:40:36
Ahh okey.. I will check
Title: Re: MultiDataViewer profile loading
Post by: Geobomatic on February 21, 2018, 14:42:03
Good luck! And thank you for this piece of software!