Bug #1051

IDE - add release information

Added by Zbigniew Rebacz almost 9 years ago. Updated over 8 years ago.

Status:ApprovedStart date:05/03/2015
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:IDESpent time:-
Target version:Release 2015.2 - NTH

Description

I think ultimate++ should somewhere have got information about release.

I mean that we somewhere need to show "2015.1". Patch on the way...

IdeRelease.diff Magnifier (638 Bytes) Zbigniew Rebacz, 05/03/2015 02:34 PM


Related issues

Related to Feature #730: POSIX Builds should contain version number (IDE) Rejected 03/29/2014

History

#1 Updated by Zbigniew Rebacz almost 9 years ago

What dose this function do?

bool Ide::OpenMainPackage()
{
    String tt = "Select main package";
//    tt << " (IDE " << IDE_VER_MAJOR << "." << IDE_VER_MINOR << ".r" << IDE_VER_BUILD
//    << ", " << ::AsString(IDE_VER_DATE) << ")";
#ifdef bmYEAR
    tt << " (TheIDE " << IDE_VERSION
       << Format(" %d-%02d-%02d %d:%02d)", bmYEAR , bmMONTH, bmDAY, bmHOUR, bmMINUTE);
#else
    tt << " (TheIDE " << IDE_VERSION << ')';
#endif
    String p = SelectPackage(tt, main, true, true);
    if(p.IsEmpty()) return false;
    main.Clear();
    if(!IsOpen())
        Open();
    SetMain(p);
    return true;
}

#2 Updated by Zbigniew Rebacz almost 9 years ago

OK, I created simply version. Please notice that IDE_RELEASE can give us "do release update" option ;)

#3 Updated by Zbigniew Rebacz almost 9 years ago

  • Status changed from In Progress to Patch ready
  • Assignee changed from Zbigniew Rebacz to Miroslav Fidler

#4 Updated by Zbigniew Rebacz over 8 years ago

  • Target version set to Release 2015.2 - NTH

#5 Updated by Zbigniew Rebacz over 8 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF