Quote:
Originally Posted by davidfor
It doesn't appear on the toolbar or it doesn't appear when you configure the toolbar? For the former, open the preferences and configure the toolbar. For the latter, uninstall the plugin and edit the file I mentioned. The install the plugin again.
|
I was doing something wrong, yes. No uninstall / install.
Quote:
Originally Posted by davidfor
That isn't caused by the "p.txt1" and ".txt1" rules. That is because I am using a extremely simple sort algorithm that didn't take into account the fact that some types of styles didn't have selectors. And it definitely didn't take into account that the comments were considered to be styles.
I am working on a better sort methods. The first pass will be to sort those that can be sorted by selector and put them after all the ones that can't be sorted. Then, I'll look at something a little more intelligent.
|
Ok, thank you very much. Now I know the problem, I'll remove the comments and that's all (not very useful for me, really).