Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » WISH: "Execute" Button & "Rebuild package only" Button
Re: WISH: "Execute" Button & "Rebuild package only" Button [message #25309 is a reply to message #25305] |
Tue, 16 February 2010 21:29   |
 |
kohait00
Messages: 939 Registered: July 2009 Location: Germany
|
Experienced Contributor |
|
|
ok seems to have worked, here comes the mini patch for the "Rebuild Package" feature
ide.h:848
void PackageClean();
void PackageRebuild();
ide.key:59
KEY(CLEANPACKAGE, "Clean package", 0)
KEY(REBUILDPACKAGE, "Rebuild package", 0)
Build.cpp:113
void Ide::PackageRebuild()
{
PackageClean();
PackageBuild();
}
idebar.cpp:389
menu.Add(b, AK_CLEANPACKAGE, THISBACK(PackageClean))
.Help("Remove all intermediate files of the current package");
menu.Add(b, AK_REBUILDPACKAGE, THISBACK(PackageRebuild))
.Help("Rebuild of the current package");
|
|
|
 |
 |
WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 12:04
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 12:45
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 12:59
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 13:10
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 13:29
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 13:51
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 14:16
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 14:34
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 15:54
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Tue, 16 February 2010 17:08
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 20:58
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 21:29
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: kohait00 on Tue, 16 February 2010 21:53
|
 |
|
Re: WISH: "Execute" Button & "Rebuild package only" Button
By: fudadmin on Wed, 17 February 2010 00:46
|
Goto Forum:
Current Time: Wed Apr 30 01:56:44 CEST 2025
Total time taken to generate the page: 0.01312 seconds
|