Hello, I began to use this plugin, it's very nice. But I have problems with the characters in the script.
I need to change to Latin 1, how I can fix this problem?
Hello, I began to use this plugin, it's very nice. But I have problems with the characters in the script.
I need to change to Latin 1, how I can fix this problem?
select the file/folder/project, click right mouse button, in context menu, click "Properties" item, in dialog, choose "Resource" category, change your encoding.
Spket IDE - Development Tool for RIA
Thank you for you response, but I have been searched in Resources and I can't see Latin 1, only UTF-8, ISO-8859-1.
What is your default encoding? You can get the value via menu "Window" -> "Preferences...", choose category "General" -> "Workspace".
BTW, if the encoding is not in the list, you can add one yourself, the combo is editable, you can get the encoding here: http://java.sun.com/j2se/1.4.2/docs/...oding.doc.html
Spket IDE - Development Tool for RIA
ISO-8859-1 is Latin1.
http://en.wikipedia.org/wiki/ISO-8859-1
'text' is configuration parameter, maybe you should using 'getText' method instead of 'text'?
Spket IDE - Development Tool for RIA
I just stumbled over the last post while searching for code completion also for the configs.
Has there been any development in that direction?
[EDIT]
Config options are displayed on the combination of ctrl+space.
Last edited by thesilentman; 13 Oct 2008 at 12:26 AM. Reason: FOUND SOLUTION
Hi to all...
How can I add my custom class created with Ext.extend to code completion?
Do I have to create a jsb file?