ajotka / turtlemine

Automatically exported from code.google.com/p/turtlemine
0 stars 0 forks source link

auto-completion integration in commit dialog #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the desired output? What do you see instead?

In order to prevent incorrect messages like "fixes #1324" when I really meant 
"fixes #1234" I would like turtlemine to be able to show me an issue's subject 
and tracker as I am typing the issue ID, much like adding related issues in 
Redmine itself. At the moment, it is only possible to view this information 
after having opened the "Redmine Issues" dialog, which I feel takes too long.

What version of the product are you using? On what operating system?

TurtleMine 1.2.0.1 with TortoiseSVN 1.7.7 and Windows 7

Please provide any additional information below.

I am potentially interested in working on this feature myself.

Original issue reported on code.google.com by hdgarrood on 29 Jun 2012 at 3:09

GoogleCodeExporter commented 8 years ago
To clarify, I am thinking of setting aside some portion of the commit dialog 
box to show details of any tagged issues in the message. While you are typing, 
and as soon as an issue has been tagged, the plugin should do a GET 
/issues/{id}.xml in order to display something like:

    {Tracker} #{id}: {subject}

in this pane. Perhaps next to or below the Recent Messages button.

Original comment by hdgarrood on 29 Jun 2012 at 3:14

GoogleCodeExporter commented 8 years ago
I think this is a great idea but I am not sure how I would hook into the commit 
dialog window to provide this functionality.

The BugTraqProvider may have an event that allows for this.  I will have to 
look into it.

If you are interested in contributing to the project and possibly adding this 
feature yourself, let me know, that would be great.

Original comment by jst...@mailjar.com on 30 Jun 2012 at 10:21

GoogleCodeExporter commented 8 years ago
I am, but since I'm on Ubuntu (windows at work, but I have to do work
there), I will need to see how much success I get with getting a
windows VM up and running first :)

Original comment by hdgarrood on 1 Jul 2012 at 2:46

GoogleCodeExporter commented 8 years ago

Original comment by jst...@mailjar.com on 22 Feb 2013 at 4:01