This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251089 - export project to gist or similar
Summary: export project to gist or similar
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 08:26 UTC by thufir
Modified: 2015-04-22 20:00 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thufir 2015-03-11 08:26:19 UTC
On intellij IDEA, there's a fantastic feature:

Saving code in a gist

    Select the code to be shared by doing one of the following:
        To have a piece of code from a single file shared, open the file in the editor and select the required code snippet. If no selection is made, the gist will contain the entire file.
        To have the code from a file shared, select the file name in the Project view.
        To create a gist from a folder, select the folder in the Project view.
        To create a gist from several files or folders, select them in the Project view.
    On the context menu of the selection, choose Create gist. 

https://www.jetbrains.com/idea/help/creating-gists.html#d96591e137


sometimes using git is just overkill, this is a convenient, poor-mans version control and quite useful for posting code or config for review.
Comment 1 ondrejd 2015-04-22 20:00:02 UTC
Hi, can I ask if someone working on that?