Commit Graph

40166 Commits

Author SHA1 Message Date
Spiker985
b2b73772b8 Update linux resource files 2023-03-02 11:30:11 -05:00
Spiker985
560e0714d1
Update Debian maintainer
Set to match package.json
2023-03-02 11:11:10 -05:00
DeeDeeG
b1c51b08f1 meta: Sync yarn.lock with snippets bump 2023-03-02 00:21:14 -05:00
DeeDeeG
9c510aef7b meta: Revert yarn.lock to state as of master branch 2023-03-02 00:11:07 -05:00
confused-Techie
7a746a7696 Rename variables within isValueInCompletions() 2023-03-01 17:21:41 -08:00
confused-Techie
31b297e08a Some testing, and object validation, less verbose description 2023-02-27 19:01:11 -08:00
confused-Techie
3f607c982d Merge branch 'update-autocomplete-html' of https://github.com/pulsar-edit/pulsar into update-autocomplete-html 2023-02-27 16:23:57 -08:00
confused-Techie
748e7f676c Added additional suggestions manually
Co-Authored-By: Maurício Szabo <mauricioszabo@users.noreply.github.com>
2023-02-27 16:23:54 -08:00
confused_techie
3c8c8a0a99
Update packages/autocomplete-html/update/update.js
Co-authored-by: Maurício Szabo <mauricioszabo@users.noreply.github.com>
2023-02-27 15:42:26 -08:00
Andrew Dupont
07c2e1ebcc Fix yarn.lock 2023-02-27 14:14:21 -08:00
Andrew Dupont
00552bb7eb Bump snippets to bb00f9 2023-02-27 11:33:16 -08:00
Andrew Dupont
fa2952e8e9 Fix typo 2023-02-26 23:02:48 -08:00
Andrew Dupont
a59a532291 [settings-view] Update package snippets view to reflect new features
The snippets listing table will now show command names (if any are present), and copying the snippet will preserve any `prefix` or `command` property (or both).

Snippet scope names are now represented exactly as they were described in the original snippet file.
2023-02-26 22:38:00 -08:00
confused-Techie
2007e9c8e3 Final implementation, and final cleanup 2023-02-26 15:28:54 -08:00
confused-Techie
d3ccc0f68b Ability to get description of Elements from MDN 2023-02-26 15:01:53 -08:00
confused_techie
7d933c561f
Merge pull request #404 from pulsar-edit/readme-touch-up
[skip-ci] Small Readme Touchup
2023-02-26 13:30:46 -08:00
confused-Techie
d4fe29e650 Small Readme Touchup 2023-02-26 13:16:23 -08:00
confused-Techie
f1d0bacd93 Ability to resolve interface tags 2023-02-26 13:11:28 -08:00
confused-Techie
cecf77ee33 Initial setup and docs for auto-updating 2023-02-26 03:30:07 -08:00
confused-Techie
d4ebeec879 Update README.md for new update process 2023-02-25 14:50:28 -08:00
confused-Techie
b9acc26f4f Last completions.json agnostic test 2023-02-25 14:34:37 -08:00
confused-Techie
b15410ee5c Added implicitly defined keywords to completions.js 2023-02-25 14:33:00 -08:00
confused-Techie
0b6fd03db2 Large rewrite to specs to allow for expansion and change of the autocompletions from now into the future 2023-02-25 14:28:38 -08:00
Spiker985
f1e65c88dd GH Action Documentation 2023-02-25 21:47:32 +00:00
Spiker985
f3755d71fc
Update Documentation CI 2023-02-25 16:44:26 -05:00
confused_techie
3570e56b5e
Update packages/autocomplete-css/update.js
Co-authored-by: Steven Nguyen <nguyeste008@students.garlandisd.net>
2023-02-25 13:00:09 -08:00
Spiker985
ce84426194
Update ppm submodule 2023-02-25 14:13:37 -05:00
DeeDeeG
2d4a6e44c6
Merge pull request #396 from wesinator/json
json language - add .har extension
2023-02-25 05:43:31 -05:00
DeeDeeG
72ca237906
Merge pull request #374 from pulsar-edit/even-more-bundles
Bundle  `markdown-preview`, `styleguide`, `wrap-guide`
2023-02-25 05:39:48 -05:00
confused-Techie
2c5ecd01aa Fixed parts of update.js, and fixed some tests, broke others
`update.js` now will not overwrite any duplicated property entries. In the case of duplication found will write only the one with the most values.

Additionally values are now dedupe prior to adding.

Finally we now support Non-Terminal Data Types in CSS Value Definition Syntax, allowing us to resolve values when the value group refers to another property
2023-02-25 02:19:01 -08:00
Spiker985
c6293f07b4 git pull origin master 2023-02-25 04:09:58 -05:00
confused-Techie
705e0d9a0d Ensure getValuesOfProp() properly receives full css object rather than just a single specs value 2023-02-24 20:03:13 -08:00
confused-Techie
9137f9dea1 Allow manual HTML tags replacement from MDN docs 2023-02-24 19:39:28 -08:00
Spiker985
0d3e202f0d
Add manual run for Doc CI 2023-02-24 22:31:44 -05:00
Spiker985
56adb2e9e4
Add jsdoc config file
- Gets passed from jsdoc2md to jsdoc
2023-02-24 22:30:35 -05:00
Spiker985
199435f57e
Update js-docs and private-js-docs 2023-02-24 22:28:50 -05:00
confused-Techie
28a4248b1d Merge branch 'master' into even-more-bundles 2023-02-24 18:31:11 -08:00
confused-Techie
d83f6733b5 Merge branch 'even-more-bundles' of https://github.com/pulsar-edit/pulsar into even-more-bundles 2023-02-24 18:30:51 -08:00
confused-Techie
e3b63ef312 Merge branch 'master' into update-autocomplete-css 2023-02-24 18:29:46 -08:00
Spiker985
b697a51fa7
Merge pull request #400 from pulsar-edit/s985-documentation-ci-add-token
Add GitHub Token to Doc CI
2023-02-24 18:00:27 -05:00
Spiker985
1a15f56d51
Add GitHub Token to Doc CI 2023-02-24 13:03:28 -05:00
confused_techie
6a122b97bb
Merge pull request #399 from pulsar-edit/missing-node
Add Setup Node to Package Tests
2023-02-24 08:02:03 -08:00
confused-Techie
fad20abbff Add Setup Node 2023-02-23 23:23:12 -08:00
confused-Techie
9af13758a4 Spelling fix seperators -> separators 2023-02-23 22:17:22 -08:00
confused-Techie
6758361ebe Fixed type in completions.json Removed unneeded files 2023-02-23 21:57:21 -08:00
confused-Techie
34b22ae380 Final touches, and lots of them 2023-02-23 21:50:36 -08:00
confused-Techie
f63a89f810 Update packages/README.md 2023-02-23 23:13:51 -05:00
confused-Techie
4e7fcbed73 Unbundle symbols-view 2023-02-23 23:13:51 -05:00
confused-Techie
02a0ea1f63 Fix repository key in every new bundled package 2023-02-23 23:13:51 -05:00
confused-Techie
640e0dcf48 Bundle wrap-guide 2023-02-23 23:13:51 -05:00