Commit Graph

40266 Commits

Author SHA1 Message Date
DeeDeeG
4529dd12a7
Merge pull request #415 from pulsar-edit/bump-github-v0.36.15-pretranspiled
deps: Bump github to v0.36.15-pretranspiled
2023-03-08 20:39:39 -05:00
confused-Techie
0980109543 All final aspects to make functional 2023-03-07 21:51:56 -08:00
DeeDeeG
d702ec7131 deps: Bump github to v0.36.15-pretranspiled
Updates login instructions for PATs instead of OAuth tokens,
and rebrands the git-tab-view for certain errors.
2023-03-07 17:56:28 -05:00
confused-Techie
ba9c93f572 More realize setup 2023-03-07 01:37:29 -08:00
confused-Techie
fc1ebbd984 Initial setup of new pane, testing settings list items 2023-03-06 23:47:32 -08:00
confused-Techie
46f96db790 Many many others 2023-03-06 20:20:05 -08:00
confused-Techie
828f326dc7 Add in stroke spec properties 2023-03-06 19:01:32 -08:00
confused-Techie
b79cc7b756 Add other alias' and property mappings 2023-03-06 18:56:14 -08:00
confused-Techie
04119047b0 Add all legacy alias' and more 2023-03-06 18:30:05 -08:00
confused-Techie
f34341bd49 First manual property description, and implementation of it's functionality 2023-03-06 17:43:04 -08:00
confused-Techie
a2237f3a9f Also add checks to svg/elements to collect missing marker 2023-03-06 17:08:16 -08:00
confused-Techie
732a353f45 Protect against collecting warnings and notices as descriptions 2023-03-04 19:32:22 -08:00
confused-Techie
7c1e1d37b1 Resolve the initial blank descriptions 2023-03-04 19:06:04 -08:00
confused_techie
0ab4f7d22a
Update packages/autocomplete-css/update.js 2023-03-04 16:46:55 -08:00
DeeDeeG
5818707a8e
Merge pull request #412 from pulsar-edit/package-test-pulsar-cache
actually cache based on sha
2023-03-04 12:28:12 -05:00
DeeDeeG
10240764f9 autocomplete-css: Handle more recursion
Don't want those implicit values showing in the middle of suggested
auto-completions! Only at the end!

Return an empty array instead of the implicit values where needed,
if recursing.
2023-03-04 00:50:11 -05:00
DeeDeeG
ebdd711d64 autocomplete-css: Handle recursion for appending implicit values
Avoid appending the implicit values multiple times / in multiple
spots in the values list per property.

(These duplicate implicit values would be deduped, but the middle ones
would be the ones that would be kept, whereas we want to only keep
the bottom ones.)

---

Details:

The function that adds the implicit values to each property is
recursed sometimes, based on the structure of the data we are
ingesting. For the deeper/innner calls of this function, avoid
appending the implicit values, since we will be doing that at the end
of the outer/upper calls.

Makes sure the implicit values are not added in the middle *and* at
the bottom, in which scenario they would eventually be deduped
(removing the bottom copy, I suppose), but leaving one copy of the
implicit values smack-dab in the middle of the values list for the
given property.

We want only one copy of these values, sure, so deduping is
appreciated, but they should be *at the bottom* of the list of values.
Not the middle. So we gotta make sure the only copy fed through the
deduper function is the one at the bottom.
2023-03-03 23:44:09 -05:00
Spiker985
1411a80c58
Update pulsar.sh to match new CFBundleIdentifier 2023-03-03 22:37:12 -05:00
DeeDeeG
a163e387f4 autocomplete-css: Refresh package-lock.json
Not sure why this "from" field changed. Hmm.
2023-03-03 21:48:15 -05:00
DeeDeeG
4eb9758ab6 autocomplete-css: Put implicit values last
(This commit should just be re-arranging the values,
so as to put the implicit ones last.)

These implicit values are the same for all properties.

I find it more useful to view the property-specific values first,
since users may not actually know what property-specific values exist
for a given CSS property, and these implicit values are *always*
allowed... (I think they are, anyway).

This shows those property-specific values first, better advertising
what options are actually available to use. (Besides that, as far as I
know, the implicit "inherit", "initial", "unset" values are not as
commonly used as the property-specific values anyway.)
2023-03-03 21:42:10 -05:00
confused_techie
c5d1acb435
Merge pull request #408 from savetheclocktower/bump-snippets
Bump `snippets` to bb00f9
2023-03-03 18:35:04 -08:00
DeeDeeG
1ad19ceb7d autocomplete-css: Run node update.js
Seems to re-order some of the properties, for some reason?
2023-03-03 21:27:25 -05:00
Meadowsys
e8728e4f69
actually cache based on sha 2023-03-02 21:46:58 -08:00
Spiker985
5ef6ff92be Add --no-sandbox to .desktop entry 2023-03-02 15:07:41 -05:00
Spiker985
cc17877903 Update mac CFBundleIdentifier 2023-03-02 13:58:29 -05:00
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