Adventure Game Studio

AGS Development => Editor Development => Topic started by: Kitai on Tue 21/05/2013 10:10:55

Title: [AGS 3.3.0 beta]Right-clicks on scripts have no effect
Post by: Kitai on Tue 21/05/2013 10:10:55
It seems that when a script's name contains a dot (like MyScript1.0) no menu shows with right-clicks. Therefore I can't rename/delete/export these scripts.

Has anyone ever experienced it?
Title: Re: [AGS 3.3.0 beta]Right-clicks on scripts have no effect
Post by: Crimson Wizard on Tue 21/05/2013 10:20:40
I can confirm this.

Also, since we talk of the script names, there's other (lesser) problem I just found: in previous versions editor let to type in script's name in the project tree right when the script is created, and now it does not (program sets the focus to "Edit Script" node.

Also, if the script is open in the editor, and I click on script's name to rename it, I can't paste the text from clipboard, because it is pasted to the script text window instead. This problem is not new one, it exists in AGS 3.2 too.
Title: Re: [AGS 3.3.0 beta]Right-clicks on scripts have no effect
Post by: Kitai on Tue 21/05/2013 11:15:38
Quote from: Crimson Wizard on Tue 21/05/2013 10:20:40Also, if the script is open in the editor, and I click on script's name to rename it, I can't paste the text from clipboard, because it is pasted to the script text window instead. This problem is not new one, it exists in AGS 3.2 too.
Thanks, I was wondering how to deal with the dot problem and it didn't came to my mind to simply rename the script by clicking on its name...
Title: Re: [AGS 3.3.0 beta]Right-clicks on scripts have no effect
Post by: tzachs on Sat 25/05/2013 14:53:02
Quote from: Kitai on Tue 21/05/2013 10:10:55
It seems that when a script's name contains a dot (like MyScript1.0) no menu shows with right-clicks. Therefore I can't rename/delete/export these scripts.

Quote
Also, since we talk of the script names, there's other (lesser) problem I just found: in previous versions editor let to type in script's name in the project tree right when the script is created, and now it does not (program sets the focus to "Edit Script" node.

Both of these issues are now fixed in git.
Title: Re: [AGS 3.3.0 beta]Right-clicks on scripts have no effect
Post by: Kitai on Sun 26/05/2013 18:41:05
Cool, thx a lot.