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 235836 - [Commit Message Window] code completion for files/paths
Summary: [Commit Message Window] code completion for files/paths
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 3 votes (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-11 18:14 UTC by markiewb
Modified: 2014-06-24 13:41 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the CC popup in IntelliJ IDEA (46.23 KB, image/png)
2013-09-11 18:14 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-09-11 18:14:13 UTC
Created attachment 139946 [details]
Shows the CC popup in IntelliJ IDEA

EXPECTED: support code completion for files/path in the commit message window

USECASE: The committer wants to describe what he has done. Therefor he references to files/paths which are included in this commit. For example the user changed/modified/added a file "myProject/src/main/com/foo/FooService.java" and this file is included in the upcoming commit. Then the code completion should show
* FooService.java (with extension)
* FooService (without extension)
* myProject/src/main/com/foo/FooService.java (full path within the repo)

See the screenshot for the state in IntelliJ IDEA