Commit Graph

40038 Commits

Author SHA1 Message Date
Maurício Szabo
4d3b5ff743 Bump lockfile 2023-01-10 20:33:43 -03:00
Maurício Szabo
cac64bccbe Bump autocomplete-plus to fix spec errors 2023-01-10 20:33:30 -03:00
Digitalone
e7aacdf83b use icons without margin
Co-Authored-By: confused_techie <dev@lhbasics.com>
2023-01-10 17:54:58 +01:00
Digitalone
725201f7a4 add comments to explain new linux properties 2023-01-10 17:44:02 +01:00
Digitalone
db6bcc1733 Merge remote-tracking branch 'upstream/master' into fix-linux-icon 2023-01-10 14:09:40 +01:00
Sertonix
8aa02d9410
use let and const in snippets 2023-01-10 07:44:53 +00:00
confused_techie
09781e5cdb
Merge pull request #316 from pulsar-edit/jsdoc
Getting Started with JSDocs
2023-01-09 22:17:16 -08:00
confused_techie
a9b7330697
Update CHANGELOG.md
Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com>
2023-01-09 18:19:03 -08:00
confused-Techie
35e9bdfd2f Updated Changelog, updated Welcome Package ChangeLog 2023-01-09 17:35:11 -08:00
Maurício Szabo
c3b12cfec1 Fixed go to line specs 2023-01-09 22:29:58 -03:00
DeeDeeG
50a6e6cf60
Merge pull request #297 from pulsar-edit/Linux-clean-up-pulsar-and-ppm-bins-on-uninstall
script: Clean up `pulsar` and `ppm` on uninstall
2023-01-09 17:27:19 -05:00
DeeDeeG
5dff72126d
Merge pull request #289 from Sertonix/patch-4
increase search query delay
2023-01-09 17:18:39 -05:00
Digitalone
695aaa4a6c add Linux icons and fix icon paths in deb and rpm builds
Co-Authored-By: confused_techie <dev@lhbasics.com>
2023-01-09 14:24:50 +01:00
confused-Techie
5ff5cd4f0b Using proper glob patterns 2023-01-08 14:57:36 -08:00
confused-Techie
3082c88ac4 Add eslint-plugin-jsdoc and add to our eslint config 2023-01-08 14:55:33 -08:00
Digitalone
cd32e98c6c first draft for electron-builder.js 2023-01-08 17:20:51 +01:00
Digitalone
95de8369a5 svg icon: optimize and reduce size with scour
Co-Authored-By: Quantenzitrone <Quantenzitrone@users.noreply.github.com>
2023-01-08 16:10:07 +01:00
Digitalone
b61b59ca0e Merge remote-tracking branch 'wincelau/master' 2023-01-08 15:49:47 +01:00
confused_techie
5420595b4a
Merge pull request #317 from Sertonix/patch-5
update `packages/README.md`
2023-01-07 19:14:20 -08:00
confused_techie
a324c9d8a7
Merge pull request #318 from pulsar-edit/fix-windows-icon
Fix Windows Icon being cut in half
2023-01-07 19:14:06 -08:00
Maurício Szabo
e2f17107a4
Merge pull request #309 from Sertonix/patch-3
remove unused json
2023-01-07 22:42:59 -03:00
confused-Techie
1cd1e43ddd Normalize Filename 2023-01-07 17:28:55 -08:00
Sertonix
e512c2e582
fix removed link 2023-01-07 23:19:52 +00:00
confused-Techie
b4f3302f15 Instead lets have a recommended size 2023-01-07 14:59:06 -08:00
Sertonix
f31b44923e
update packages/README.md 2023-01-07 22:38:14 +00:00
confused-Techie
eacfc70732 Do we need to include the ico file into our final build? 2023-01-07 13:30:03 -08:00
confused_techie
f5d6f43dad
Merge pull request #308 from Sertonix/language-javascript-add-package-lock
add ignored `package-lock.json` to packages
2023-01-07 13:10:55 -08:00
confused_techie
4265e951a4
Merge pull request #315 from pulsar-edit/rebrand-appUserModel
Rebrand AppUserModelID - Ensure Pulsar is separated as it's own App Icon on Windows
2023-01-06 22:32:08 -08:00
DeeDeeG
38d291aaa7
Merge pull request #305 from Sertonix/image-view-remove-fs-plus
remove fs-plus from image-view package
2023-01-07 00:33:49 -05:00
confused-Techie
14218ae297 Initial Documentation Setup 2023-01-06 20:03:59 -08:00
DeeDeeG
19b349a0dd script: Check ppm symlink, not its target
Use `test -L` rather than `test -f` for `post-install.sh`.

(Note: `[ ]` is an alternate invocation of the `test` shell builtin.)

`[ -f some_path ]`, for a symlink "dereferences" the symlink, meaning
it checks if its target (or the ultimate target, in the case of
a chain of symlinks) exists and is a real file.

By coincidence, as this runs after we extract/install ppm from the deb
or rpm, the symlink target exists and is a real file. However, if we
changed the install path for our package manager, the target might not
exist, and this step might fail.

`[ -L some_path ]` instead checks for if the path exists and is a
symlink. This is more correct -- it's more directly what we're trying
to check.

So we will use `-L` rather than `-f`.
2023-01-06 22:41:42 -05:00
confused_techie
5b4e5d7627
Update src/main-process/start.js
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-01-06 17:04:57 -08:00
confused-Techie
ddd21a30db Rebrand the AppUserModelID 2023-01-06 16:25:43 -08:00
confused_techie
fa094e5c30
Merge pull request #314 from pulsar-edit/more-bundles
Additional Bundling of Core Packages
2023-01-06 16:20:50 -08:00
confused_techie
f674f3e6f5
Merge pull request #310 from pulsar-edit/fix-about-tests
Resolve some `about` package tests (6 Resolved Tests)
2023-01-06 16:16:29 -08:00
confused-Techie
54e77ae882 Update package.json and yarn.lock for new bundles 2023-01-06 14:47:29 -08:00
confused_techie
d5b9636669 Update whitespace package.json 2023-01-06 10:07:17 -08:00
confused_techie
ada45b588d Bundle whitespace 2023-01-06 10:05:03 -08:00
confused_techie
1a38c83cb5 Bundle open-on-github 2023-01-06 09:29:40 -08:00
confused_techie
1ee29a5a21 Bundle status-bar 2023-01-06 09:16:43 -08:00
confused_techie
86c5ca6b35 Fix previous Bundle package-generator 2023-01-06 09:11:08 -08:00
confused_techie
37f59e57fb Bundle tabs 2023-01-06 09:09:10 -08:00
confused_techie
6ef7ce109e Bundle encoding-selector 2023-01-06 08:58:27 -08:00
confused_techie
2a934f1cbb Bundle command-palette 2023-01-06 08:53:38 -08:00
confused_techie
94fe3bc8da Bundle autocomplete-snippets 2023-01-06 08:46:25 -08:00
Sertonix
88c9845c98
include debounce function 2023-01-06 11:13:04 +00:00
Sertonix
4efc429d94
change search query delay to 700ms 2023-01-06 11:06:23 +00:00
Sertonix
ae0844a295
Merge branch 'pulsar-edit:master' into patch-4 2023-01-06 11:03:53 +00:00
Sertonix
84117cc96c revert to fs.existsSync 2023-01-06 11:58:24 +01:00
confused-Techie
55c6730cbb Resolve Update Link (Added TODO while here) 2023-01-06 01:29:27 -08:00