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 202146 - Allow hgignore to be edited in NetBeans
Summary: Allow hgignore to be edited in NetBeans
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-14 17:34 UTC by tim_sa
Modified: 2011-09-15 08:43 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 tim_sa 2011-09-14 17:34:24 UTC
[ BUILD # : 201109110600 ]
[ JDK VERSION : 1.7 ]

Often when setting up new repositories I have to add items to the .hgignore
file, in which case i need to leave the IDE and open the file in notepad/gedit.

Could hgignore be shown as a normal file in the file window of netbeans, or
alternatively on the mercurial context menu
<project Name> -> Mercurial -> edit hgignore
Comment 1 Ondrej Vrabec 2011-09-15 08:43:34 UTC
Sure it can be displayed, just edit the global ignored files pattern in Tools > Options > Misc > Files (Ignored Files Pattern:) in the way that the pattern does not match the file.
BTW, if you edit the file while the IDE is running, Mercurial plugin won't recognize the change and will continue showing newly ignored files still unignored and vice versa.