Quote: "I prefer to get a complete set of commands and not a partially list with the 3 dots indicading that there are more commands. What was the reason to implement the "3 dot" thingy?"
That's how it was implemented in Geany, I don't know if there was a performance issue or something, but I'll see what I can do.
Quote: "In the export dialogs, you can only pick one icon file."
It is scaled to produce all the needed icons, that's why it should be at least 96x96 (or 152x152 on iOS) but it can be any size.
Quote: "Please, please, please add Interstitial Ads for Google !!!"
I have made a note of it.
Quote: "Does it use the setup.agc file at all?"
Currently no, I must have forgotten when rewriting the Mac interpreter, but you can change it with SetScreenResolution()
Quote: "the message window expands to take up about 80% of the height"
There was a change to the way the height is stored in the settings so if you had an old version of the IDE installed it would have set an incompatible height value (saved in %AppData%/Local/agk). Once you resize the window in the new version it will get overwritten.
Quote: "after a command the "tooltip" for that command shows up. There's a lot of things that will make this disappear and it won't come back again"
Yes, I've noticed that as well, I'll see what I can do.
Quote: "Regarding new projects. Why is it asking me if I want to create the directory? This makes no sense to me and the dialog looks like an error message"
You're right, I'll remove that for the next version.
Quote: "Can we get rid of the setup.agc file now? And instead start every project like this. Where *name* and *date* are automatically filled in?"
I'll keep the parsing of the setup.agc file since existing projects might rely on it, but I will remove it from the new project process. I'll also update the main.agc file to have the commands and comments you mention.
Quote: "And perhaps stick to a more modern 720p resolution that is better suited for multiple platforms?"
Since we still target XP there might still be some people out there on 1024x768, crazy I know, but it is easy to change if you want 720p and a new user on 1024x768 won't get unexplained window resizing on their first project.
Quote: "There's no way to delete files from within the editor. Could that be added to the menu when right-clicking on a file?"
That might be useful, I'll make a note of it.
Quote: "the default saving location is Users\Name\AGK Projects. Shouldn't it be Users\Name\My Documents\AGK Projects?"
I guess that makes more sense, I will change it for the next version.
Quote: "do we still need the files to be created within the My Documents\AGK folder?"
I'll move it to the AppData/Local/AGKApps directory
Quote: "if u have time,please can u save the export .apk settings in the agk project file?"
Sounds useful, I'll make a note of it
Quote: "AGK V2 wrote over the exixting main file"
I've changed it so a new project will no longer create a main.agc file if one already exists, sorry about your code
Quote: "But I can't figure out how to remove the white faded lines on the sides of the selected tabs."
The ClearlooksDark theme is controlled by share\themes\ClearlooksDark\gtk-2.0\gtkrc (open it in wordpad) I don't know what all of it does but there are some colors in there that you can change.
Quote: "please can u add a return value with index at insert?"
The last index will always be array.length
Quote: "Configuration directory could not be created (Permission denied)."
The configuration directory on Mac is ~/.config/agk which expands to "Users/<me>/.config/agk", ".config" is a hidden folder so you have to follow
these instructions to see if it's there.