Commit Graph

1174 Commits

Author SHA1 Message Date
James-Yu
462633e90c Tide up the new hover code 2018-10-13 23:57:13 +08:00
Ole Anders
51d9b2f763 CTAN package list script (completion)
Added a script that will fetch an updated list of all packages from the CTAN repo, should make it easier to refresh this list on new releases.
2018-10-13 17:53:56 +02:00
James-Yu
e301c640e8 MathJaX is too large to be included offline 2018-10-13 23:12:19 +08:00
James Yu
4965bc6453
Merge pull request #867 from tamuratak/hover_preview
Hover preview
2018-10-13 22:28:26 +08:00
Takashi Tamura
fe49814606 stop the horizontal scroll bar of WebView to ficker 2018-10-13 18:34:54 +09:00
James Yu
83fdc44222
Merge pull request #864 from NavyAdmiral/features/webpack-bundling
Bundle LaTeX-Workshop with webpack
2018-10-13 15:04:46 +08:00
Jerome Lelong
4c42501e97 Add new surround feature
This is bind to ctrl+l, ctrl+w and will eventually replace the current
use of backslash.

This is related to #844.
2018-10-12 15:23:53 +02:00
Takashi Tamura
c0855a4033 minor edit 2018-10-12 07:28:36 +09:00
Takashi Tamura
92c1badfa1 minor edit 2018-10-12 07:25:54 +09:00
Takashi Tamura
7c3667f860 refactoring 2018-10-12 07:21:52 +09:00
Takashi Tamura
6bb3e3f3c0 refactorin 2018-10-12 07:10:35 +09:00
NavyAdmiral
a93740c83a (!) resolve paths with webpack correctly 2018-10-11 15:50:25 -04:00
NavyAdmiral
d0243fb49a dont push locks 2018-10-11 13:33:34 -04:00
NavyAdmiral
ce270a6fe2 Introduce webpack bundling 2018-10-11 13:23:39 -04:00
Takashi Tamura
dae843e086 refactoring 2018-10-12 00:31:16 +09:00
James Yu
d467ccc6cc
Merge pull request #865 from tecosaur/patch-1
Fix minor errors in snippets-doc.md
2018-10-11 23:27:25 +08:00
Takashi Tamura
a44b3b85ec fix regexp 2018-10-11 23:49:54 +09:00
Takashi Tamura
cdd2ad82f3 refactoring 2018-10-11 21:38:53 +09:00
Takashi Tamura
b0f3c76635 fix regexp 2018-10-11 18:48:04 +09:00
tecosaur
c28d86df49
Fix minor errors in snippets-doc.md 2018-10-11 16:55:47 +08:00
Jerome Lelong
c7f31beae5 Merge pull request #863 from 'Swoy/master' 2018-10-11 09:24:28 +02:00
Jerome Lelong
474411fe9f Update completion with the new package name format 2018-10-11 09:13:56 +02:00
Takashi Tamura
f2e29f1cb8 fix regexp 2018-10-11 15:12:48 +09:00
Ole Anders
60334e1662 Update data/packagenames.json 2018-10-11 07:07:37 +02:00
Takashi Tamura
0a8263a519 render svg, not png. remove unused codes. fix typo 2018-10-11 09:21:23 +09:00
Takashi Tamura
7dd41ca4f3 not render cursor in tex commands 2018-10-11 07:22:10 +09:00
Takashi Tamura
6579595be7 remove unused setting 2018-10-11 00:21:22 +09:00
Takashi Tamura
77670a2738 minor fix 2018-10-10 22:50:07 +09:00
Takashi Tamura
9e62eb3bb2 ditto 2018-10-10 22:37:13 +09:00
Takashi Tamura
794b93625d add comments 2018-10-10 22:33:59 +09:00
Takashi Tamura
28da9f287e use MathJax in submodule 2018-10-10 22:25:00 +09:00
Takashi Tamura
b6b1c5f470 add MathJax as submodule 2018-10-10 22:11:36 +09:00
Jerome Lelong
5a99fc85f2 Fix #859, Honor ignored files in file completion
The following files are excluded from file completion
- Files matching the patterns in files.exclude
- Files matching the patterns in .gitignore, when search.useIgnoreFiles
is true.
2018-10-10 15:06:16 +02:00
Takashi Tamura
5fc49cc572 support cursor color 2018-10-10 22:05:24 +09:00
Takashi Tamura
3132d18839 not support $$. support only \[\] 2018-10-10 21:51:09 +09:00
Takashi Tamura
581196b44e support $$ 2018-10-10 18:30:16 +09:00
Takashi Tamura
e9cff0c65b add scale option and symbol option. 2018-10-10 17:12:52 +09:00
Takashi Tamura
97788f0add ditto 2018-10-10 13:07:16 +09:00
Takashi Tamura
137de868a1 refactoring 2018-10-10 12:59:24 +09:00
Takashi Tamura
3f830124a1 remove label. skip CD env 2018-10-10 08:31:41 +09:00
Takashi Tamura
c34cd42b87 rename 2018-10-09 23:20:53 +09:00
Takashi Tamura
be8d7173d4 match only for env supported by mathjax 2018-10-09 23:18:03 +09:00
Takashi Tamura
0c92c1892a fix coloring for each theme 2018-10-09 23:17:30 +09:00
Jerome Lelong
d5439cbccf Add subfile and includegraphics to snippet commands 2018-10-09 15:26:55 +02:00
Jerome Lelong
10f5159823 Add include and input to snippet commands
This closes #858.
2018-10-09 15:20:04 +02:00
Takashi Tamura
7223c76e41 add latex-workshop.hoverPreview.enabled and latex-workshop.hoverPreview.insertCursor 2018-10-09 21:15:19 +09:00
Takashi Tamura
e4fec6e307 make a function async 2018-10-09 21:14:18 +09:00
Takashi Tamura
e4be33d284 remove comment lines in math env 2018-10-09 18:20:42 +09:00
Jerome Lelong
2ff27a5231 Add --max-print-line to MikTeX pdflatex
MikTeX pdflatex does not honor the environment variable max_print_line.
This closes to #852.
2018-10-09 08:29:47 +02:00
Takashi Tamura
0a1f3acc7f refactoring 2018-10-09 15:18:12 +09:00