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 269078 - Add support to create a untitled document to save later - or not.
Summary: Add support to create a untitled document to save later - or not.
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-22 18:41 UTC by joao_neto
Modified: 2016-11-22 18:41 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 joao_neto 2016-11-22 18:41:55 UTC
Please add the possibility to add a new untitled text file - that after i can configure the correct formatting later - like Sublime text or any another code editor.

In netbeans all new files needs a name and path to be created and this creates the need to have an opened external text editor whenever you want to make small changes to text files or even leave some code in backup in memory only.

Shortuts: CTRL + N (Create a new file with dialog - and save)
          CTRL + ALT + N - creates a new tab with a untitled document immediatly
          and the "create a new file" dialog once opens when i choose to save the 
          document.

PLUS: Configure the right forrmating and color highlight for the file Even before it has a name or extension.