-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: kenkangxgwe/lsp-wl
base: v0.1.1
head repository: kenkangxgwe/lsp-wl
compare: master
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b69884c - Browse repository at this point
Copy the full SHA b69884cView commit details
Commits on Feb 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c3c36e - Browse repository at this point
Copy the full SHA 0c3c36eView commit details
Commits on Feb 11, 2019
-
Add: interfaces for
stdio
,pipe
and communication functions for `……tcp-sever` * `tcp-server` is merely a socket server instead of a client in `socket`. * `stdio` is not able to implement since wolfram does not have stdio. * `pipe` is not able to implement since wolfram can read nothing from the given named pipe.
Configuration menu - View commit details
-
Copy full SHA for 02db6f1 - Browse repository at this point
Copy the full SHA 02db6f1View commit details -
🔨 put sendResponse into every message handler so that notification ma…
…y send optional response back to client
Configuration menu - View commit details
-
Copy full SHA for bd9fc65 - Browse repository at this point
Copy the full SHA bd9fc65View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 421de47 - Browse repository at this point
Copy the full SHA 421de47View commit details -
🐛 fix bugs in didChange and completion
* Previously the position is not refreshed if contentChanges does not contain range * In completion, newState -> state
Configuration menu - View commit details
-
Copy full SHA for 5f9debc - Browse repository at this point
Copy the full SHA 5f9debcView commit details
Commits on Feb 17, 2019
-
* Use `SetDelayed` to fix `Set` in GetParentPid (actually it is not functioning) * `Pause` after each `Replace` in `waitForClient`
Configuration menu - View commit details
-
Copy full SHA for 7ce3895 - Browse repository at this point
Copy the full SHA 7ce3895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de19ce - Browse repository at this point
Copy the full SHA 6de19ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for bee6820 - Browse repository at this point
Copy the full SHA bee6820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f372d - Browse repository at this point
Copy the full SHA 35f372dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d35c2f0 - Browse repository at this point
Copy the full SHA d35c2f0View commit details -
🔨⚗️ Use recursive structure instead of
ReplaceAll
* Temporarily reverse last commit (ignore the options of StyleBox) to see what will happen
Configuration menu - View commit details
-
Copy full SHA for bdfef81 - Browse repository at this point
Copy the full SHA bdfef81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c17cc70 - Browse repository at this point
Copy the full SHA c17cc70View commit details
Commits on Mar 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee5ff4b - Browse repository at this point
Copy the full SHA ee5ff4bView commit details
Commits on May 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 209bbe4 - Browse repository at this point
Copy the full SHA 209bbe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6a4a6 - Browse repository at this point
Copy the full SHA ec6a4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013be3b - Browse repository at this point
Copy the full SHA 013be3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e778be7 - Browse repository at this point
Copy the full SHA e778be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49d955 - Browse repository at this point
Copy the full SHA e49d955View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d8da1 - Browse repository at this point
Copy the full SHA e4d8da1View commit details
Commits on May 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3b41d3f - Browse repository at this point
Copy the full SHA 3b41d3fView commit details -
Change: "Format" option for TokenDocumentation.
* support "plaintext" and "markdown"
Configuration menu - View commit details
-
Copy full SHA for f7ffb5c - Browse repository at this point
Copy the full SHA f7ffb5cView commit details
Commits on Jun 1, 2019
-
⚗️ temporarily convert all StyleBox w/o "TR" to plantext, ignoring th…
…e second argument and after. Escape the tilde.
Configuration menu - View commit details
-
Copy full SHA for 6ec7b6b - Browse repository at this point
Copy the full SHA 6ec7b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32dcd3 - Browse repository at this point
Copy the full SHA c32dcd3View commit details
Commits on Jun 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8ecdfa7 - Browse repository at this point
Copy the full SHA 8ecdfa7View commit details
Commits on Jun 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a8d7fa - Browse repository at this point
Copy the full SHA 9a8d7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6253463 - Browse repository at this point
Copy the full SHA 6253463View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ee30d - Browse repository at this point
Copy the full SHA d1ee30dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ecb49 - Browse repository at this point
Copy the full SHA 43ecb49View commit details
Commits on Jun 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 88205f6 - Browse repository at this point
Copy the full SHA 88205f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35034c0 - Browse repository at this point
Copy the full SHA 35034c0View commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cd77d09 - Browse repository at this point
Copy the full SHA cd77d09View commit details
Commits on Jun 30, 2019
-
Squashed 'external/Matypetica/' content from commit 7fe0bb5
git-subtree-dir: external/Matypetica git-subtree-split: 7fe0bb51bd22494df91550f846f1304454b22319
Configuration menu - View commit details
-
Copy full SHA for 3366594 - Browse repository at this point
Copy the full SHA 3366594View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7b046 - Browse repository at this point
Copy the full SHA af7b046View commit details -
Refine: the behavior of Replace and ReplaceBy when it comes to missin…
…g keys. * If a key specified by the rule is not a valid key of a type, it will be ignored and the object is not changed. * If a key specified by the rule is a valid key of a type but missing in the variable, or a key is missing in a plain association, * if it has following keys, it will be ignored and the object or association is not changed. * if it is the last key, it will be added to the object or association. * If an index specified by the rule is out of the index range of the list, it will be ignored and the list is not changed.
Configuration menu - View commit details
-
Copy full SHA for bb4a793 - Browse repository at this point
Copy the full SHA bb4a793View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b9940 - Browse repository at this point
Copy the full SHA b5b9940View commit details -
Configuration menu - View commit details
-
Copy full SHA for fceafc5 - Browse repository at this point
Copy the full SHA fceafc5View commit details -
Squashed 'external/Matypetica/' changes from 7fe0bb5..076e70c
076e70c Refine: the behavior of Replace and ReplaceBy when it comes to missing keys. git-subtree-dir: external/Matypetica git-subtree-split: 076e70cc825eadf3365d0f3e0c636598adbb3ce2
Configuration menu - View commit details
-
Copy full SHA for cacb9d8 - Browse repository at this point
Copy the full SHA cacb9d8View commit details -
Update: Matypetica dependency from commit 'cacb9d8b85ddf3886c0eca06a3…
…df68410640ab9a'.
Configuration menu - View commit details
-
Copy full SHA for 5b0ec44 - Browse repository at this point
Copy the full SHA 5b0ec44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c36473 - Browse repository at this point
Copy the full SHA 2c36473View commit details -
Archive: GenSvgImg function from Token.wl.
(cherry picked from commit d5e411ac1cbc5ddbe222c3579c136c1162f96ae2)
Configuration menu - View commit details
-
Copy full SHA for 066f3e3 - Browse repository at this point
Copy the full SHA 066f3e3View commit details
Commits on Jul 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 31fc9b6 - Browse repository at this point
Copy the full SHA 31fc9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7adb9f - Browse repository at this point
Copy the full SHA f7adb9fView commit details
Commits on Jul 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 224d484 - Browse repository at this point
Copy the full SHA 224d484View commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5bb09a4 - Browse repository at this point
Copy the full SHA 5bb09a4View commit details
Commits on Jul 20, 2019
-
✨ add scheduleTasks to the server, so it can do tasks in spare time.
* This tries to fix the high CPU usage in Unix when waiting for messages via socket. * Postpone the diagnostics after a series of didChange operations.
Configuration menu - View commit details
-
Copy full SHA for f93fb88 - Browse repository at this point
Copy the full SHA f93fb88View commit details
Commits on Jul 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e9e2b29 - Browse repository at this point
Copy the full SHA e9e2b29View commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 00ca2fd - Browse repository at this point
Copy the full SHA 00ca2fdView commit details -
🔨 change the structure of the "text" in DocumentText from String for …
…the entire document to String list for lines.
Configuration menu - View commit details
-
Copy full SHA for b827042 - Browse repository at this point
Copy the full SHA b827042View commit details -
Add: Table generator and unicode table that stores aliases and long n…
…ames for unicode characters
Configuration menu - View commit details
-
Copy full SHA for c7dbf40 - Browse repository at this point
Copy the full SHA c7dbf40View commit details
There are no files selected for viewing