Replies: 1 comment
-
|
As is mentioned above, I modify
Something are not available with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problems
texstudio.ini(as well as the exported profile*.txsprofile) lost the configuration of Macros since V2.12.16.The lost Macros was treated as several
Macro_x.txsMacrofiles(json formated) in the foldermacrobesidestexstudio.ini.This cause some troubles:
.ini/.txsprofilefile.but since then Macros won't be synchronized in this way.
This can bring in some unexpected change,
such as disposable/temporary Macros change、workspace location、search history ...
After a careful configuration, personally, I set the
texstudio.inias readonly to avoid unexpected/temporary change.So that, every time it start up in a fixed designed status.
Now, it's difficult to freeze Macros collection configuration.
For these above, I suggest:
Macros be stored in
texstudio.inilike the version 2.12.10 do.How about add a setting option for
Freezing configurationto disable changing configuration at shutdown time.More Suggestion:
Auto HotKey about Macros.
Shift + F1~10automatically.I like this feature, Personally. It was lost long long ago.
Give
texstudio.inian explicit declaration about encoding in the first line.% !TeX encoding = UTF-8or# -*- coding: utf-8 -*-in python..inifile, it treats unicode chars as \x..,that is not human friendly, especially, to someone who may modify
texstudio.inimanually.Fortunately, the latest
texstudio.inisupport unicode.Yet I still suggest an explicit declaration about encoding in
texstudio.ini.that will be more robust.
About
Macros Editwindow:Esckey will clear them all, that is depressing.Shift + Esc)Installation About Language Resource:
dictionariesfolder takes 321MB while the rest takes 187MB .Considering that, a certain people use just one of them. Meaning that most of them are not in use to a certain one, they just occupy the disk.
It it a good idea to peel these unusual ones, and place them in a CDN Server. Users download the one they needed.
Appendix
%AppData%\Roaming\texstudio\texstudio.iniis the configuragion of TeXstudio,*.txsprofile/.inidoes not hold the appearance/modern setting.It may fail over different TeXstudio version.
texstudio.inilooks like:Macros\0=StartANewPage, \n\\clearpage, ,Macro_x.txsMacrolooks like:{ "abbrev": "", "description": [ "" ], "formatVersion": 1, "menu": "", "name": "StartANewPage", "shortcut": "", "tag": [ "", // empty line, 'tag' is a list from split of Macro content by \n "\\clearpage" ], "trigger": "" }I have not idea why configurations about Macros were removed from
texstudio.ini.Maybe for folder grouping. Personally, group Macros make little sense to me,
because it cause some extra click operation.
I love TeXstudio very very much, yet my coding ability does not allow me to do some contribution.
I hope I could do this one day,
And I appreciate it if someone consider my suggestion.
Beta Was this translation helpful? Give feedback.
All reactions