Skip to content

Artttdez/PastebinPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub all releases GitHub tag (latest by date)

PastebinPlugin

Description

You can use this plugin to share parts of your code by Pastebin.com with a few clicks.

Features

  • Plugin gets selected part of code/text and creates Pastebin.com paste with it.

Building from the source

  1. Clone the repository using the following command.
    git clone --recursive https://github.com/Artttdez/PastebinPlugin
  2. Navigate into the cloned repository and run ./gradlew buildPlugin. In the build/distributions directory, .zip file with plugin will be created.

Usage

  1. Go to IntelliJ IDEA ⟶ Preferences ⟶ Tools ⟶ Pastebin Sender Settings
  2. Insert your DevKey token from Pastebin.com (to get your DevKey, you should # in Pastebin.com and get your DevKey from the link https://pastebin.com/doc_api)
  3. Hotkeys - Ctrl+\ Ctrl+P
  4. If the DevKey token is correct, a new folder with your Pastebin.com paste will be opened soon in your default browser.
  5. If something gone wrong, a popup with following message will be shown up:

Installing the plugin to IDEA

From Jetbrains plugin repository (soon)

  1. Go to IntelliJ IDEA ⟶ Preferences ⟶ Plugins
  2. Select Browse Repositories button at the bottom.
  3. Search for Pastebin Sender using the search. Then you can install the plugin using the Install button.
  4. Restart IDEA.

From a local build

  1. Go to IntelliJ IDEA ⟶ Preferences ⟶ Plugins
  2. Click Install plugin from disk button and select the deployed plugin zip file. Please make sure to install the Zip file, not the extracted Jar files.
  3. Restart IDEA.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages