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
-
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.txsMacro
files(json formated) in the foldermacro
besidestexstudio.ini
.This cause some troubles:
.ini/.txsprofile
file.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.ini
as 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.ini
like the version 2.12.10 do.How about add a setting option for
Freezing configuration
to disable changing configuration at shutdown time.More Suggestion:
Auto HotKey about Macros.
Shift + F1~10
automatically.I like this feature, Personally. It was lost long long ago.
Give
texstudio.ini
an explicit declaration about encoding in the first line.% !TeX encoding = UTF-8
or# -*- coding: utf-8 -*-
in python..ini
file, it treats unicode chars as \x..,that is not human friendly, especially, to someone who may modify
texstudio.ini
manually.Fortunately, the latest
texstudio.ini
support unicode.Yet I still suggest an explicit declaration about encoding in
texstudio.ini
.that will be more robust.
About
Macros Edit
window:Esc
key will clear them all, that is depressing.Shift + Esc
)Installation About Language Resource:
dictionaries
folder 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.ini
is the configuragion of TeXstudio,*.txsprofile/.ini
does not hold the appearance/modern setting.It may fail over different TeXstudio version.
texstudio.ini
looks like:Macros\0=StartANewPage, \n\\clearpage, ,
Macro_x.txsMacro
looks like: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