Thank you, “current file task scanner” is definitely better than nothing.
I have 2 questions:
I would like to increase text line height in the editor. There are many info on the net how to do it in the nb config(or whatever) file in home directory. I’ve tried that without success. Do you have any suggestions regarding that? To be more precise, Is there info what and where editor’s features can be tweaked from the file?
Ant file for exporting finished project into new directory will be really nice addon to the editor (with the possibility to exclude some project’s files and directories) [import]uid: 101952 topic_id: 23072 reply_id: 105462[/import]
Thanks got it working with:
file:///I:/MySVNRepo (Win7)
noticed the forward slash is needed, I had always been able to use backslash in WinXP with Eclipse/IntelliJ, eg:
file:///I:\MySVNRepo
Cheers. [import]uid: 147653 topic_id: 23072 reply_id: 105467[/import]
Sorry I can’t find it : is there a way to hide the vertical red line in the main window ?
another newbie question : I can’t add a file to my project. Adding a file juste create a file, drag and drop also copy the file in the project folder… :
I just want to add a file to my project, but not moving or copying the file from its source folder.
How can I do that ? [import]uid: 9328 topic_id: 23072 reply_id: 105683[/import]
would be nice if advanced replace had “current file” in addition to current project, open projects, active selections [import]uid: 32462 topic_id: 23072 reply_id: 106347[/import]
@M.Y.developers; Still having a blast with Cider! Curious about the following:
1- I am assuming the new profilers (memory/CPU) relate to the IDE and nothing to do with the profiler I bought earlier?
2- cannot wait for a filter for files!
3- it will be great to have a way to avoid editing the wrong file when you have a bunch of similar projects (older versions of the same apps) The module names are the same so it is easy to make the mistake of editing the wrong module. Of course I could remove the old projects but it is sometimes convenient to compare codes.
again thank you for a pure gold debugger/editor!
Mo
(LairdGames) [import]uid: 100814 topic_id: 23072 reply_id: 106348[/import]
I have a formal complaint about the Corona Cider IDE that I think everyone else would like to hear. I just purchased and downloaded Corona Cider IDE. When I tried to install it a trojan virus ( Suspicious.Cloud.5 ) was caught in one of the installed files. The .exe I believe. I would like to hear an explanation as to why this virus exists in your software. [import]uid: 99450 topic_id: 23072 reply_id: 106416[/import]
I’m having occasional lockups with CIDER, where CIDER goes crazy and eats up all the CPU and stops responding. The only way to get things to continue is to Force Quit. I’m using Cider 1.5.3. How can we debug this and find out whats causing this to happen? I wasn’t doing any debugging, just running the Simulator using the Build tool [import]uid: 122310 topic_id: 23072 reply_id: 106675[/import]
thank you for bringing this to our attention. The cloud.5 is a heuristic scanner result that is intended to catch malicious code that haven’t been formally added to the Norton database. Unfortunately these heuristics are not perfect and they try to detect behaviors typical of viruses. We suspect that the autoupdate feature of the netbeans platform might be triggering this alert as this type of “phone home” behavior is typical of various forms of malware. We assure you that there are no viruses in Cider and the only network usage is to our servers to check for updates. A formal complaint has been issued to Norton about this issue.
We recently pushed an update with the new memory/cpu timeline feature. Please check your plugins manager to make sure you have downloaded all the “available plugins” as brand new plugins are not downloaded automatically, only existing plugins are updated.
To use the feature go to window->Memory timeline and it should start profiling your Corona simulator. Note that the CPU timeline is a rough estimate of the % of each frame used up by running lua code. Stated another way it is = (The Frame period (33 or 16ms) - Idle period)/(Frame Period)
We realize this thread has been getting very long and we will be working on getting our own forum on our website soon. That way we can keep track of everyone’s problems better.
Have several functions, all collapsed, with collapsible functions or loops in then.
Highlight them all, then do Shift+Tab to move them all to the left, then do Tab to move them out. When doing this is when I see Cider stop responding.
[import]uid: 13784 topic_id: 23072 reply_id: 108386[/import]
When using the navigator, if I double click a function to move the IDE to it, please don’t collapse this tree unless I click the small minus next to it.
Having the navigator collapse everything every time I dbl click it is frustrating.
Just installed CIDER (v1.4.9) and tried to put a break point in my main.lua. I get the following error:
Runtime error: attempt to change readonly table
stack traceback:
[C]: ?
[C]: ?
…rojects/app/CiderDebugger.lua:828: in function ‘serializeDump’
…rojects/app/CiderDebugger.lua:995: in function ‘writeVariableDump’
…rojects/app/CiderDebugger.lua:1062: in function ‘p’
…rojects/app/CiderDebugger.lua:1331: in function <…rojects> …ents/N4/projects/app/main.lua:127: in main chunk This is the info from the "About Cider" Product Version: Cider 1.3 Java: 1.6.0_31; Java HotSpot™ Client VM 20.6-b01-415 System: Mac OS X version 10.7.4 running on i386; UTF-8; en_US (cider)
Any ideas? [import]uid: 27242 topic_id: 23072 reply_id: 108440[/import] </…rojects>
That sounds more like you’re running out of memory on your computer not actually Cider. Your app is, my guess, using up a crap-ton of resources. Crap-ton is a technical term. [import]uid: 97023 topic_id: 23072 reply_id: 108740[/import]