[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Issue Tracker Plugin and Recent Messages

From: David Henderson <dhenderson_at_smartFOCUS.com>
Date: Thu, 8 Jan 2009 14:27:24 -0000

Stefan,

I saw that you'd added the Trim() before the check was carried out, so I
tried out last night's build - it works fine now - thanks!

David Henderson

-----Original Message-----
From: David Henderson [mailto:dhenderson_at_smartFOCUS.com]
Sent: 08 January 2009 11:48
To: users_at_tortoisesvn.tigris.org
Subject: RE: Issue Tracker Plugin and Recent Messages

> Strange. I can't reproduce this.
> Also, the code responsible for the check gets the text from the edit
box
> directly, not from a variable:
>
> CString id;
> GetDlgItemText(IDC_BUGID, id);
> if (!m_ProjectProperties.CheckBugID(id))
> {
> ShowBalloon(IDC_BUGID, IDS_COMMITDLG_ONLYNUMBERS,
>IDI_EXCLAMATION);
> return;
> }
>
> which means that if the text is shown in the issue # box, it will be
> used and it should not be necessary to edit the text in there first.

>Stefan

Hi Stefan, I've just tired again, I've narrowed it down to what looks
like extra line breaks at the end of the BuzId string.

Thanks,

David Henderson

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1011780

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-01-08 15:28:16 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.