Commit Graph

447 Commits

Author SHA1 Message Date
DeeDeeG
2d4a6e44c6
Merge pull request #396 from wesinator/json
json language - add .har extension
2023-02-25 05:43:31 -05: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
confused-Techie
d08dc785ce Bundle styleguide 2023-02-23 23:13:51 -05:00
confused-Techie
619d1aae32 Bundle markdown-preview 2023-02-23 23:13:51 -05:00
confused-Techie
f09b8b7bb7 Bundle symbols-view 2023-02-23 23:13:51 -05:00
wesinator
5dcdb04d37 json language - add .har extension 2023-02-23 12:17:03 -05:00
confused-Techie
f5c37787b1 Merge branch 'changelog-updates' of https://github.com/pulsar-edit/pulsar into changelog-updates 2023-02-15 19:07:27 -08:00
confused-Techie
d0b86c588e Add last PR for signing 2023-02-15 19:07:22 -08:00
confused_techie
4baa9ffeab
Update packages/welcome/lib/changelog-view.js
Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com>
2023-02-15 18:23:59 -08:00
confused-Techie
7ea412756b Added #383 changes if merged 2023-02-15 17:28:27 -08:00
confused-Techie
0875b5a284 Add summary view to welcome and CHANGELOG.md 2023-02-15 17:25:34 -08:00
Maurício Szabo
b21bfaae41
Merge pull request #238 from Sertonix/patch-2
add style to selected text by default
2023-02-09 12:53:08 -03:00
DeeDeeG
f3742aa70a
Merge pull request #369 from icecream17/c++fix
c++ fixes
2023-02-08 20:06:02 -05:00
confused_techie
e08bd13e7d
Merge branch 'master' into update-deps 2023-02-07 00:47:21 -08:00
confused_techie
e74fe446f8
Merge branch 'master' into misc-update-deps 2023-02-06 17:19:06 -08:00
confused_techie
2330eed5e7
Merge branch 'master' into bundle-specific-refs 2023-02-06 17:10:23 -08:00
Steven Nguyen
c2963a383e
c++ fixes
incorporates:

https://github.com/atom/language-c/pull/252
Note that this particular change was modified. `class public virtual : public virtual Example` is invalid I think, but I don't see a good way to prevent that because the detection must be moved into `patterns > include` because textmate is not multiline regex.
See also https://github.com/jeff-hykin/better-cpp-syntax/issues/14
(In fact that whole repostory probably has some improvements)
I changed it to include the angle brackets because types can have those

https://github.com/atom/language-c/pull/263
https://github.com/atom/language-c/pull/311
https://github.com/atom/language-c/pull/368

For tree-sitter, kinda fix the Discord reported issue
(In #support M1 Mac C++ Syntax highlighting)

Note that I syntax color only the last function name and not the namespace or colon. But that could easily be changed.

For future me, the relevant tree-sitter namespace identifier scopes are:
`call_expression > qualified_identifier > identifier` and
`function_declarator > qualified_identifier > identifier`

I don't know anything about template functions so I left that untouched. So this is probably an incomplete fix.

Finally, add the `static_assert` operator. It's technically a directive so it'll appear purple, not blue. Again this could easily be changed so don't hesitate about feedback, idk anything about c++
2023-02-02 15:56:31 -06:00
Andrew Dupont
623d17f384 Restore right-clicked class on a right-clicked tab
Used by some packages to identify the tab from which a command was invoked.
2023-02-02 10:25:18 -08:00
confused_techie
024755e841
Merge pull request #367 from pulsar-edit/machine-decaf-tabs-spec
Machine decaf tabs spec
2023-02-01 21:28:31 -08:00
confused_techie
4f7ad8c65e
Update packages/tabs/spec/event-helpers.js
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-02-01 18:44:06 -08:00
DeeDeeG
b7542ec07e settings-view: Fix failing spec 2023-02-01 15:06:21 -05:00
DeeDeeG
10db4e1510 settings-view: Uncomment failing spec 2023-02-01 15:04:35 -05:00
confused-Techie
6282033c5e Updated etch and temp from archive-view package 2023-01-29 23:28:33 -08:00
confused-Techie
d9dddc9084 Upgrades etch and semver in the about package 2023-01-29 23:26:19 -08:00
confused-Techie
1e1ce6043a Moved usage of coffee-script to coffeescript 2023-01-29 19:44:06 -08:00
confused-Techie
0c667c0855 Used right SHA for autocomplete-plus 2023-01-29 19:07:22 -08:00
confused-Techie
f689591576 Rebrand README.md 2023-01-29 00:05:51 -08:00
confused-Techie
6b9d370751 Update package.json 2023-01-29 00:05:02 -08:00
confused-Techie
ac674dcbfd Bundle autocomplete-plus & install 2023-01-29 00:04:34 -08:00
confused-Techie
112e5e1c21 Remove outdated comment 2023-01-28 22:16:49 -08:00
confused-Techie
67f28c66e8 Replaced anonymous functions with arrow functions 2023-01-28 22:15:50 -08:00
confused-Techie
adb77b1f36 Removed decaf comments 2023-01-28 22:04:51 -08:00
confused-Techie
1aa53a17ba Delete tabs-spec.coffee 2023-01-28 22:04:16 -08:00
confused-Techie
2561c1c8b2 Removed unnecessary returns 2023-01-28 22:04:04 -08:00
confused-Techie
b2ad4e5332 Decaf event-helper.js Combine logic of buildMouseEvent 2023-01-28 19:31:49 -08:00
confused-Techie
0801b644eb Added Machine Decaf tabs-spec.js 2023-01-28 16:55:00 -08:00
confused-Techie
4ae788ba15 Add back an Array.from() for iterable object support 2023-01-27 23:28:19 -08:00
confused-Techie
3fd6d4f762 Typo fix 2023-01-27 20:35:33 -08:00
confused-Techie
5f1ca69b00 Remove old CoffeeScript Files 2023-01-27 20:31:23 -08:00
confused-Techie
c13d1e1bb0 Manual Decaf tab-view.js 2023-01-27 20:31:01 -08:00
confused-Techie
13da05fd4a Remove Decaf Comment 2023-01-27 20:25:35 -08:00
confused-Techie
f24045b74e Manual Decaf tab-bar-view.js 2023-01-27 20:25:12 -08:00
confused-Techie
ad95852dcb Add the machine decaffed tabs code 2023-01-27 19:55:12 -08:00
Maurício Szabo
ecb27d5797
Merge pull request #307 from pulsar-edit/organize-failing-tests
Organize failing tests
2023-01-27 20:58:10 -03:00
Spiker985
6a320c46d5
[tabs] Fix repository field
Fixes the package.json to correctly point to `pulsar-edit`, instead of `pulsar-tabs`
2023-01-27 14:37:45 -05:00
Maurício Szabo
a2e53a06d1 Commenting instead of deleting 2023-01-27 16:21:40 -03:00
Maurício Szabo
78b368094b Fixed some more tests 2023-01-27 16:21:30 -03:00