Skip to content

Commit

Permalink
Merge branch 'master' of github.com:texstudio-org/texstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Sep 8, 2024
2 parents 688e70d + 0be1aaf commit 5bd9a79
Show file tree
Hide file tree
Showing 25 changed files with 482 additions and 239 deletions.
5 changes: 5 additions & 0 deletions completion.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@
<file>completion/doi.cwl</file>
<file>completion/doibanner.cwl</file>
<file>completion/doipubmed.cwl</file>
<file>completion/domaincoloring.cwl</file>
<file>completion/domitian.cwl</file>
<file>completion/domore.cwl</file>
<file>completion/dot2texi.cwl</file>
Expand Down Expand Up @@ -1391,6 +1392,7 @@
<file>completion/enparen.cwl</file>
<file>completion/enumerate.cwl</file>
<file>completion/enumitem.cwl</file>
<file>completion/enverb.cwl</file>
<file>completion/environ.cwl</file>
<file>completion/envlab.cwl</file>
<file>completion/envmath.cwl</file>
Expand Down Expand Up @@ -1943,6 +1945,7 @@
<file>completion/interactiveanimation.cwl</file>
<file>completion/interactiveplot.cwl</file>
<file>completion/inter.cwl</file>
<file>completion/interlinear.cwl</file>
<file>completion/interpreter.cwl</file>
<file>completion/interval.cwl</file>
<file>completion/intopdf.cwl</file>
Expand Down Expand Up @@ -2226,6 +2229,7 @@
<file>completion/luamathalign.cwl</file>
<file>completion/luamaths.cwl</file>
<file>completion/luamesh.cwl</file>
<file>completion/luamml-demo.cwl</file>
<file>completion/luamodulartables.cwl</file>
<file>completion/luamplib.cwl</file>
<file>completion/luanumint.cwl</file>
Expand Down Expand Up @@ -3438,6 +3442,7 @@
<file>completion/stubs.cwl</file>
<file>completion/studenthandouts.cwl</file>
<file>completion/styledcmd.cwl</file>
<file>completion/suanpan-l3.cwl</file>
<file>completion/subcaption.cwl</file>
<file>completion/subdepth.cwl</file>
<file>completion/subdocs.cwl</file>
Expand Down
3 changes: 2 additions & 1 deletion completion/babel.cwl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# babel.sty
# available from ctan
# tbraun 4.11.2008; Matthew Bertucci 2024/04/20 for v24.4
# tbraun 4.11.2008; Matthew Bertucci 2024/08/19 for v24.8

#keyvals:\usepackage/babel#c
%<language%>
Expand Down Expand Up @@ -393,6 +393,7 @@ select.encoding=#off
\BabelString#S
\BabelStringsDefault#S
\BabelText{arg}#S
\BabelWrapText{arg}#S
\EndBabelCommands#S
\IfBabelLayout{layout}{true}{false}#S
\IfBabelSelectorTF{selectors}{true}{false}#S
Expand Down
16 changes: 15 additions & 1 deletion completion/biblatex.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -8106,7 +8106,7 @@ biblabel=#superscript,brackets
\mkibid{arg}#*
#endif

### biblatex-publist v2.12 ###
### biblatex-publist v2.13 ###
#ifOption:style=publist
# from publist.bbx
\ExecutePublistOptions{options%keyvals}
Expand All @@ -8115,12 +8115,14 @@ plauthorname=%<surname%>
plauthorfirstname=%<first name%>
plauthornameprefix=%<von-part%>
plauthorhandling=#omit,highlight
annotations=%<comma list%>
nameorder=#family-given,given-family
fixyear#true,false
hlyear#true,false
marginyear#true,false
plsorting=%<sorting scheme%>
plauthorfirstinit#true,false
citinfo#true,false
jifinfo#true,false
oainfo=#simple,verbose,none
prinfo#true,false
Expand Down Expand Up @@ -8169,6 +8171,11 @@ plnumbering=#global,local,global-descending,local-descending,none
\GetTotalCount
\GetSectionCount
\GetSectionCount[section number]
\mkbplannot#*
\bplannot#*
\theannotsymb#S
\GetAnnotSymbol{category}
\SetAnnotSymbols{comma list}
# from publist.cbx
\citeitem[prenote][postnote]{bibid}#*C
\citeitem[postnote]{bibid}#*C
Expand All @@ -8194,13 +8201,15 @@ plauthorname=%<surname%>
plauthorfirstname=%<first name%>
plauthornameprefix=%<von part%>
plauthorhandling=#omit,highlight
annotations=%<comma list%>
nameorder=#family-given,given-family
boldyear#true,false
pubstateextra#true,false
marginyear#true,false
plnumbered=#true,false,reset
reversenumbering#true,false
plauthorfirstinit#true,false
citinfo#true,false
prinfo#true,false
linktitleall#true,false
linktitledoi#true,false
Expand Down Expand Up @@ -8240,6 +8249,11 @@ linktitleissn#true,false
\GetTotalCount
\GetSectionCount
\GetSectionCount[section number]
\mkbplannot#*
\bplannot#*
\theannotsymb#S
\GetAnnotSymbol{category}
\SetAnnotSymbols{comma list}
#endif

### biblatex-realauthor v2.7.1a ###
Expand Down
Loading

0 comments on commit 5bd9a79

Please sign in to comment.