Philippe Lhoste:
Posted to Scintilla-Temp, I repost to correct list as I see they are back.
Copying my reply here so it is seen by SciTE-interest members and goes into the archive. Hi Philippe,
Hum, I post a SciTE issue in Scintilla-Temp, but I didn't saw a SciTE-Temp... This group seems very quiet too...
I wanted to get some experience with this one before adding a SciTE group. Google Groups wants more messages to be moderated than Mailman, although maybe that is temporary while it learns about normal list traffic. Don't see how to add in the bug/request tracker mail that adds to traffic on scintilla-interest.
Neil, did you received my message on RE improvements?
Yes, the main lists are now running again. I'll reply back on that list.
Practical example: Default tab and indent size is set to 8. I open a Java file with tabs. I see indeed such size when I switch to fixed font (Ctrl+F11). In cpp.properties, I add: indent.size.$(file.patterns.c.like)=12 tab.size.$(file.patterns.c.like)=4 No change in the buffer. Reload, idem. Close and reopen: I see the change.
These are sticky because they can be changed in the Indentation Settings dialog and user's choices should take precedence over the .properties.
Oh, BTW, searching for possible overrides, I found these lines in yaml.properties: indent.automatic.$(file.patterns.yaml)=0 indent.opening.$(file.patterns.yaml)=0 indent.closing.$(file.patterns.yaml)=0
OK, removed.
And I spotted a typo in the doc.: The global tabsize, indent.size, and use.tabs properties can be overridden for files that match a pattern by using the using the file pattern forms "by using the using the file"...
Good English there. Fixed in CVS by removing "the using". Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
