Archive: Slate Blue bug/idea desk


Slate Blue bug/idea desk
i will be setting up a "help desk" where users can login and submit bugs, ideas, etc, to help in the creation of URL=http://www.morphedmedia.com]Slate Blue, my NSIS GUI[/URL] .

thanks


also, i'm wondering if justin frankel has taken the time to check out my work on the gui, and his opinion (probly " dont use visual basic, you're a lamer" etc :))

if you can let me know mr. frankel, it'd be greatly appreciated.

thanks,


What is the primary purpose of the GUI?
What I mean is this something like an IDE wherein you'll have quick access to the function prototypes and it will aid in the "writing" of the script, or are you planning something like the rather evil MFC where the gui will "believe" that it can do things in a better fashion than you can do on your own?

(I.E. if I let WORD tell me how to write that sentence it would be split up into about 5 sentences...hehehe)


No, it is an IDE, but it is written in VB. It looks great (even better than I can do with a C++ editor).

liquidmotion:
I am starting an FAQ/Tutorial section on NSISPH. I would like for you to write an FAQ or Tutorial for SB. That way, when people download it, they will have something to read.

-Duane

P.s. 400 POSTS!!!!!!!!!!!


yeah SB is great, but the IDE idea is good too. SB has a script window, unfortunately uneditable, but if it will be editable it`ll be good make something, that when you write one or two first characters of a function name, some function prototypes will apear in some window. so if user has short memory he will saw what functions exists and what for parameters they need... like in M$ Visual C++, you type for ex.: "Beg" you press Ctrl-Space (autocomplete) and some little window apears with all functions... when you write the full function name like: "BeginPaint(" then apears another tooltip window or what with required parameters... it`ll be great, don`t you think???

and sorry for my bad english...:D


Something like M$ Intellisense would be rather long to program. I'm am not sure that someone would like to put a lot of time in that project.


i have turn SB into an IDE like VC++ or VB, complete with MDI forms (windows that control other windows). the script textbox is now its own window, as is pretty much everything else. much easier to use than the original SB.

once i have most/all the bugs worked out, i will post a link to download.

i will begin writing the tutorial after this major version change is finished! :)

l8a,


yeah that would be great... did you do that on my request, that in the script window is long code total disarrayed??? and will be the script window editable??? :confused:


script window will be editable if you go into "manual edit" mode. when you leave "manual edit" mode the code layout window is updated to your changes.

screenshot here: http://www.morphedmedia.com/software/sbMDIscreen.jpg

take a look.

new beta soon (i hope),


I've seen a screenshot of SlateBlue and I must say.. it's looks pretty nice.
But I wouldn't use it. The NSIS script commands are easy enough to understand without the use of aids.

But for any "NSIS newbie" this is a nice tool. Keep up the good work! :D :D :D


...yes the NSIS script commands are easy and you can make installer in notepad or in some other this-kind program. But SlateBlue is better `coz you have all in one. you see what functions exists, what for parameters they need and so on... the pic looks good :), and if it would be possible to make for script window "font setup", because code with constant width is better to read... bye :D


what font should i have as the default? currently it is "Arial", but if that is hard to read I should definitely change it.

any other changes/ideas?

thanks,


The monospace TrueType font installed on all computers running Windows is "Courier New". But you have some fonts of the Lucida family, Andale Mono and OCR A Extended that are monospace. Monospace fonts are better to show code.


courier font is good and its ttf version courier new is also good but worser. when you want some changes/ideas: some windows for example the properties-window are unnecessary big... it takes whole screen, and it`ll be good to make some windows dockable for ex. function/instructions or properties window. i will think about some other ideas... bye for now :D


I always liked Veranda and Ariel. Heck, it would be cool to choose our own fonts, User Specified, catch my drift????

-Duane


drift has been caught.

readme for sb has begun.

cya