Commit Graph

508 Commits

Author SHA1 Message Date
Maurício Szabo
c3bcd06059
Merge pull request #435 - move to WASM version of Oniguruma
Using "second-mate"
2023-03-28 21:57:16 -03:00
Mohammad Amin Chitgarha
3da357d75f
Fix spacing of PHP's "for …" snippet 2023-03-24 09:55:59 +03:30
Maurício Szabo
68e3986ddc Removed weird entry in Perl grammar 2023-03-21 15:08:44 -03:00
Maurício Szabo
3e2ff68010 Fixed language tests that depended on OnigRegExp 2023-03-20 23:05:47 -03:00
Maurício Szabo
99ef62b968 Fixed CoffeeScript tests 2023-03-20 23:03:01 -03:00
Maurício Szabo
7f1f6483b8 Fixed Clojure tests 2023-03-20 23:02:25 -03:00
Maurício Szabo
03057610f6 Removing ALL references of old first-mate 2023-03-20 16:51:42 -03:00
Maurício Szabo
0dc1d92821 Bundling bracket-matcher 2023-03-20 16:44:32 -03:00
confused_techie
55c94b3d38
Merge pull request #428 from pulsar-edit/update-changelog
Update changelog for our newest release
2023-03-15 19:51:05 -07:00
confused-Techie
38a117bf88 Add last big note, also update welcome package 2023-03-15 19:44:23 -07:00
confused_techie
dbb40bba9d
Merge branch 'master' into search-settings 2023-03-15 19:40:05 -07:00
confused-Techie
65757489d3 Final Final stylistic choices for the warning 2023-03-15 19:35:18 -07:00
confused_techie
30fb723914
Merge pull request #421 from pulsar-edit/settings-in-status-bar
Show Settings Icon in Status Bar
2023-03-15 19:19:39 -07:00
confused-Techie
75d051bc9d Final stylistic choices on warning 2023-03-15 19:17:10 -07:00
confused-Techie
7c6546f820 Enable the feature by default, add warning in panel 2023-03-15 18:46:39 -07:00
confused_techie
d8b0a3381a
Merge pull request #398 from pulsar-edit/update-autocomplete-css
Add Automated updated of `autocomplete-css` `completions.json`
2023-03-14 21:59:33 -07:00
confused_techie
804bbda902
Update packages/autocomplete-css/update.js
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-03-14 21:58:47 -07:00
confused-Techie
aa0c192611 Hide new feature behind enableSettingsSearch toggle 2023-03-14 16:47:05 -07:00
confused-Techie
8da1df7852 Show Settings Icon in Status Bar 2023-03-11 15:55:32 -08:00
confused-Techie
49461e5221 Parse search text by normalizing all text data, not just package entries 2023-03-11 15:01:08 -08:00
confused-Techie
f8ed84a3ff Some settings filters, display search score, configurable meta 2023-03-11 14:41:29 -08:00
confused-Techie
a000fee311 Switched which side the package icon appears 2023-03-11 14:11:44 -08:00
confused-Techie
794247aef2 Add Icon next to setting namespace 2023-03-11 14:08:48 -08:00
confused-Techie
edf809237f Modify bonus' on search 2023-03-11 13:55:33 -08:00
confused-Techie
b1ced993f5 Custom styling, include package name, pull out getSettingTitle from settings-panel.js and import into both search settings and original settings-panel 2023-03-11 13:34:41 -08:00
confused-Techie
61903aeab4 Resolve failing spec 2023-03-11 12:20:37 -08:00
confused-Techie
39dcbd22f7 Revert "Resolve failing spec"
This reverts commit 2a3afcbdd7.
2023-03-11 12:20:13 -08:00
confused-Techie
2a3afcbdd7 Resolve failing spec 2023-03-11 12:18:51 -08:00
confused-Techie
a27b70be71 Finish adding all manual properties 2023-03-09 20:07:34 -08:00
confused-Techie
e7feeacd27 Add manual property descriptions to reduce empties to 17 2023-03-09 19:50:32 -08:00
confused-Techie
a6d27eda47 Moved things around a bit to make testing easier, adding some tests, general cleanup 2023-03-08 20:10:42 -08:00
confused-Techie
0980109543 All final aspects to make functional 2023-03-07 21:51:56 -08: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
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
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
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
confused-Techie
7a746a7696 Rename variables within isValueInCompletions() 2023-03-01 17:21:41 -08:00
confused-Techie
d4ebeec879 Update README.md for new update process 2023-02-25 14:50:28 -08:00