The problem happens when I start debug. It seems to happen for any Lime application. I can’t send you the code because of the Lime License but if you have it then the issue happens running there sample app called Basic Parallax, although I think it happens on all the samples I tried. Again, app works fine pressing run, but pressing debug results in the error I sent last post. [import]uid: 111413 topic_id: 23072 reply_id: 100792[/import]
FEATURE SUGGESTION:
It would be great if when I set a project as Main it would open all the windows I last had opened for the project. I work on multiple projects and having windows open from the last project gets pretty monotonous sometimes.
Probably this would be a preference feature. Just a thought.
I love Cider! Thanks! [import]uid: 111413 topic_id: 23072 reply_id: 100794[/import]
@corona706,
Such a feature exists. It is called project groups, you can think of them like “save/load workspace.” See screenshot below:
We will look into the lime problem today.
@T.alberga,
You should just be able to uninstall it from the plugins manager. Just go to tools->plugins->installed and go to the SaveOnType module and click uninstall. Everything else should function normally.
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 23072 reply_id: 100798[/import]
@corona706,
We tried to replicate the issue on the parallax demo but everything seems to work fine. Although we do not have a Lime license, the developer has been very helpful and gave us the source to test against. It would help us a lot if we can replicate the problem. Also, which build of corona are you using? we just tested using the most recent daily build. Here is an identical problem we solved a while ago, please post on that forum as well.
https://developer.anscamobile.com/forum/2012/03/28/has-anyone-tired-cider-debugger-lime
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 23072 reply_id: 100906[/import]
@All,
Quick update: CiderDebugger.lua will now check to see if it is on the simulator and deactivate itself when it is on the device as a failsafe. You should still build using the build button however as this will remove the CiderDebugger.lua line all-together.
Regards,
M.Y. Developers [import]uid: 55057 topic_id: 23072 reply_id: 100915[/import]
Is there a way to get the width and height from an image form within Cider in a info panel or somewhere instead of rightclicking -->properties?
Or maybe like they do in video editing software. Have property collumns next to the filenames. collumns could have filetpye, size and dimensions etc. [import]uid: 100901 topic_id: 23072 reply_id: 100971[/import]
Do I need the latest FULL Download? I never re-downloaded the FULL version I have just continued to do the updates after every x number of fixes.
the issue i get is when I try to debug and stop to watch loading of a table or any line in the below loop - I get this error below.
But If I run my app and don’t try to debug it, it runs just fine.
Runtime error
attempt to change readonly table
stack traceback:
[C]: ?
[C]: ?
…ona-mobile\beta - projects\TestApp\CiderDebugger.lua:829: in function
‘serializeDump’
…ona-mobile\beta - projects\TestApp\CiderDebugger.lua:996: in function
'writeVari
local MyXmlRawTable = {}
– for each “child” in the inbox table…
for i=1,#myXML.child do
– store the address in the message table
MyXmlRawTable[i] = myXML.child[i]
end
print(“We did it”)
thanks
Larry [import]uid: 11860 topic_id: 23072 reply_id: 101063[/import]
I could use a little help…
I do not see any varialbes when I break… the Variables tab is empty. [import]uid: 114363 topic_id: 23072 reply_id: 101075[/import]
I’m using Corona Version 2011.704 (2011.12.8) still on trial version until I work out the kinks.
I’m on a Mac running 10.7.3 OSX [import]uid: 111413 topic_id: 23072 reply_id: 101101[/import]
Variable tab is blank for me as well. [import]uid: 11860 topic_id: 23072 reply_id: 101148[/import]
To use code completion, simply type something and press cntrl-space. The menu will also pop up automatically when you type “.” or “:” Let us know what you think.
Not usable on MAc as CTRL+SPACE is the spotlight shortcut on Mac. Textmate is using a great “ESC” shortcut. I cannot change the shortcut to any usable one… Any idea? [import]uid: 77660 topic_id: 23072 reply_id: 101223[/import]
Same problem here. I ended up using RIGHTCTRL+SPACE.
BoarK. [import]uid: 23864 topic_id: 23072 reply_id: 101253[/import]
@T.alberga,
Yes! good idea, we will be working on some project management features next.
@corona706,
Ok we will try it on that corona build.
@doubleslashdesign,
We will fix the read only problem. This is on our end.
@schizoid2k and doubleslashdesign,
Do you get any errors that might explain the blank variables tab? Is it just for one project or for all projects?
@BoarK and dmekersa,
See the screenshot below to change the keymap setting. One pitfall we encountered is after you set the key, make sure you click to another key shortcut before pressing ok. Make sure the new key combo is not highlighted when you click ok.
Also, if you click the dropdown menu “profiles” you can set it to other IDEs you might be familiar with. IDEA and Eclipse is on there as well.
Thank you all, after we iron out a few kinks we will be working on new and exciting features such as a memory timeline and cpu monitor and project management features.
Regards,
M.Y. Developers
[import]uid: 55057 topic_id: 23072 reply_id: 101268[/import]
@M.Y. Getting the call stack to work properly is many times more useful than project management features. Please make sure we have a fully implemented debugger before expanding the feature set into other areas. Right now, the call stack doesn’t tell you line numbers, which is very necessary for proper debugging, and its pretty buggy how the windows go gray when you use it, etc.
[import]uid: 122310 topic_id: 23072 reply_id: 101272[/import]
@MY…
I closed my current project, opened a new one, and the varable tab now shows the variables. I opened the first project and it also shows the variables.
Strange, but it is working now. [import]uid: 114363 topic_id: 23072 reply_id: 101273[/import]
@aisaksen,
Thanks for the suggestion, currently it will jump to the line if you double click on it but we will make it display the line number as well.
its pretty buggy how the windows go gray when you use it, etc.
What do you mean by this?
@schizoid2k,
Let us know if you find any patterns.
Thanks,
M.Y. Developers [import]uid: 55057 topic_id: 23072 reply_id: 101276[/import]
@M.Y…
I cannot explain this, but this is what is happening.
I start Cider and it opens my last project.
I add a breakpoint, and when it get to that line, it stops but no variables are listed.
I then close the project and open another.
I add a breakpoint, and it stops and variables are visible.
Here is the strange part:
I then close that project, and open the first project.
I add a breakpoint, and when it stops, it is still listed variables from the previously closed project.
[import]uid: 114363 topic_id: 23072 reply_id: 101354[/import]
I got an email about this at the end of March and paid little attention to it. But I’m paying attention now and it looks great! I think you will get a new customer this evening… [import]uid: 117162 topic_id: 23072 reply_id: 101620[/import]
Hmm, double-posted somehow, sorry. [import]uid: 117162 topic_id: 23072 reply_id: 101621[/import]
Maybe it’s not bad idea to have list of Cider safe Netbeans plugins under “available plugins” tab. Like that “numbered bookmarks” plugin you mentioned before.
Another thing, while I am waiting for Tasks option in Cider I wanted to create my own Macro which does the same. But, for some reasons it doesnt work…Is the Macro feature turned off?
I really enjoy using Cider
Keep on good work! [import]uid: 101952 topic_id: 23072 reply_id: 101688[/import]