|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Gambas 3 enhancementsHi Benoit and All:
I made some enhancements (or at least I think so) to the Gambas 3 IDE, I'm asking you for permission to apply them, here is a explanation: 1. Add a contextual menu to the FWelcome and FOpenProject to clear the history. 2. Add a warning message in FCommit when the user exceed the maximum quantity of character per line (76 standardized by Benoit). 3. Add basic highlight for ChanLog (NEW, OPT, BUG) in FCommit. 4. Add a toolbutton in FCommit to clear the editor contents. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
Re: Gambas 3 enhancementsOn mardi 24 juin 2008, David Villalobos Cambronero wrote:
> Hi Benoit and All: > > I made some enhancements (or at least I think so) to the Gambas 3 IDE, I'm > asking you for permission to apply them, here is a explanation: > > 1. Add a contextual menu to the FWelcome and FOpenProject to clear the > history. A contextual menu with only one entry? No, thanks. Why do you need to clear the history while opening a project? > 2. Add a warning message in FCommit when the user exceed the > maximum quantity of character per line (76 standardized by Benoit). 3. Add > basic highlight for ChanLog (NEW, OPT, BUG) in FCommit. 2 & 3 are not really a good idea, because they use a convention that exists only for the Gambas project. But you can implement some sort of automatic word wrapping at a defined line length that the user would enter directly in the FCommit dialog box. The word wrap would be done when clicking on the commit button, or with a dedicated button. > 4. Add a toolbutton in FCommit to clear the editor contents. OK for that. Regards, -- Benoit Minisini ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
|
|
|
Re: Gambas 3 enhancementsOn mardi 24 juin 2008, David Villalobos Cambronero wrote:
> OK, got it. > You should backport your change in FCommit to the 2.0 version, so that this part of the IDE keeps being the same between 2.0 and 3.0. Regards, -- Benoit Minisini ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Gambas-devel mailing list Gambas-devel@... https://lists.sourceforge.net/lists/listinfo/gambas-devel |
|
|
|
| Free Forum Powered by Nabble | Forum Help |