0

I would like to specify a large tab size (say 16) for TSV files, but have normal tab size of 4 for other files/languages. I went View/UserDefinedDialog, made a new language, click SaveAs TSV. Specified file extension of tsv there, nothing else. Didn't see any tab options in the new lang dialog. Next I went to Setting/Preferences (tab: Languages/Tab Settings) expecting to see a new language of TSV in the list where I could set the larger tab size. But there is still no entry in that this for TSV. I can see TSV in the Language menu item, after the built in langs, and before the User Defined item.

Thanks

4

1 回答 1

1

我想这仅通过配置是不可能的。

解决方法 1:

尝试将 TSV 扩展与您在 N++ 中从未使用过的内置语言(例如 Pascal)相关联,并且它只有适度的语法着色。然后将此语言的选项卡大小设置为 16。

解决方法 2:

尝试使用 2 个并行 N++ 实例,一个用于 TSV 文件(作为 CSV 文件打开,tabssize=16),第二个用于一般用途(CSV 文件,tabsize=4)。您可以通过下载 ZIP 文件中的 N++ 版本来实现这一点,并且不需要安装程序。然后以不同方式配置实例。您可能需要在这里解决的问题可能是实例如何避免共享它们的配置。

于 2014-04-04T18:42:36.170 回答