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

Summary: [Commit Message Window] code completion for files/paths
Product: versioncontrol Reporter: markiewb
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git, RayDeCampo
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows the CC popup in IntelliJ IDEA

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