From 461129717f4d640cc1b28308fb2cb1e384b232d7 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Thu, 29 Feb 2024 20:23:14 +0100 Subject: [PATCH] Add welcome messages --- .github/FUNDING.yml | 13 +++++++++++++ .github/workflows/lint.yml | 14 ++++++++++++++ messages.json | 4 ++++ messages/1.21.1.txt | 10 ++++++++++ messages/install.txt | 29 +++++++++++++++++++++++++++++ 5 files changed, 70 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/workflows/lint.yml create mode 100644 messages.json create mode 100644 messages/1.21.1.txt create mode 100644 messages/install.txt diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..d82f304 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,13 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +custom: ["https://paypal.me/herrkaste"] diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..6e074dc --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,14 @@ +name: CI + +on: + push: + branches: + - master + pull_request: + +jobs: + check-messages: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: kaste/upgrade-messages-test-action@v1 diff --git a/messages.json b/messages.json new file mode 100644 index 0000000..18aa974 --- /dev/null +++ b/messages.json @@ -0,0 +1,4 @@ +{ + "install": "messages/install.txt", + "1.21.1": "messages/1.21.1.txt" +} diff --git a/messages/1.21.1.txt b/messages/1.21.1.txt new file mode 100644 index 0000000..6294129 --- /dev/null +++ b/messages/1.21.1.txt @@ -0,0 +1,10 @@ +Compare Side-by-Side 1.21.x +--------------------------- + +Compare Side-by-Side is alive again. If you've had a local override to make it +work before; now it is time to delete that. Let's see if the original package +is working for you! + +The package's home has moved to https://github.com/kaste/Compare-Side-By-Side + +☝️ diff --git a/messages/install.txt b/messages/install.txt new file mode 100644 index 0000000..8af226d --- /dev/null +++ b/messages/install.txt @@ -0,0 +1,29 @@ +Compare Side-by-Side +-------------------- + +👋 + +This package adds a simple side-by-side comparison tool to Sublime Text. + +Usage Options +--- + + - Right click on a tab or within a buffer and select "Compare with..." + This will open up a panel listing all other open views. Choose one + of them as the target (or "B" part) to compare with. + + Alternatively, right click on a *tab* and select "Compare with active tab" + + - You can also compare arbitrary selections. + Just highlight some text, right click -> "Mark selection for comparison". + Now, mark a second selection, then right click -> "Compare selections". + + Alternatively, create two selections using the multi-cursor feature of Sublime + and then "Compare selections" directly. + + - This plugin can be used from the command line. + See https://github.com/kaste/Compare-Side-By-Side/blob/master/README_COMMANDS.md + + - In the comparison view you can jump from modification to modifictaion: + `alt+n` (as in: `n`ext) jumps forwards and `alt+p` (`p`revious) backwards. +