My Stuff
Comments
-
Oh, FYI. I not only updated my previous version of Eclipse but I downloaded the newest version and replaced the old. Both have the same behavior.
-
That's interesting. I hadn't noticed that but it explains my post from yesterday. I had turned off validating so I could get notified of real errors. I re-synced today after turning on validation again and every custom field is underlined with a red line and if I hit ctrl+space in the quotes I get a list of numerical…
-
If you have different accounts you are dealing with then go to NetSuite->Manage accounts, add the ones you are dealing with. Then, you can create multiple projects with different environments using the method Jerry describes. I currently have 3 running.
-
So, it's confirmed that two different workspaces will work for live and sandbox debugging. I can now step through and all works great. Still having multiple workspaces seems clunky to me when I could previously drag a file form one folder to another in the navigator. It will be a little more involved. Unless anyone else…
-
Let me show you. It will be less confusing with pictures, I hope. This is my Eclipse Navigator with 3 NetSuite Projects showing. This is my suitescript file cabinet. Both sandbox and live look the same, obviously. I have one root folder under SuiteScripts called Coaxis and subfolders for the type of script. This is the…
-
Very briefly there was a netsuite response on this thread mentioning that they are aware of the bug and are working on a fix. So, I would assume that they are, indeed, working on this one as it is affecting quite a few of us I would think. Or has the potential to, at any rate.
-
Done. Case # is 1812004
-
Figured. Still see you at SuiteWorld?
-
It's almost working. If I create a new debug configuration as screen shotted above, set a break point and go to debug the debug instance and perspective open but source can't be found. I can add the source by adding the workspace: And then I can debug as expected. But if I try to run that configuration again I get:…
-
In a single file configuration I get the above error. When I try it as project I get an empty error and a pop up with just a red x on it.
-
Supposed to come out in the 2013.2 release at the end of the 3rd quarter or shortly thereafter.
-
Thanks for that web services filter tip. Worked a treat. I was successfully able to upload and correctly update my restlets (and other scripts) but not the problem one from the other day. I figured out what our deal was, though. It turns out that the scripts we were having problems with were ones we had bundled from our…
-
Burp. And can't edit titles either. ssssssssssssssssssssss oh well I didn't really expect an answer anyway. P.S. Why the different user name?
-
You could change your environment for your project. Just do like Jerry suggests. I always just delete all the files in my sandbox project after a refresh, right click on the sandbox project and go to NetSuite->Download File(s) to Project. I like having separate projects so I can visually see differences in code. I don't…
-
Can the SuiteCloud IDE be used for code versioning? Anyone using anything else for versioning? Thanks, Evan We use SVN and I use an Eclispe Plugin called Subclispe. Works fine.
-
I asked the same question on this thread and it answers at least the errors part. You can set how strict you want to show errors in window -> preferences -> JavaScript -> Validator. I wasn't able to get rid of all my warnings, but enough to let me breathe easy.
-
By the by, I have gotten the Aptana Studio 3 and it's code completion to work with the SuiteCloud IDE. I can't recall the steps I took to get it to work, but if you tweak enough with it you can get code completion to work with the 'as you type' action of the stand alone Aptana Studio.
-
Nice hack. The four characters thing was bugging me a little.
-
Ideally, I would like to have this as a plugin for Eclipse, so I can continue to use Aptana Studio 3 stand alone and get automatic (intellisense'y) code completion (without having to hit ctrl+space). I assume that once this issue is solved we can use the plugin in other builds of Eclipse.
-
Ok, I assume I am just having new IDE growing pains, but is there any way to add internal id's to definitions? I have 35 errors across multiple files telling me that I have invalid internal id's. Some of the ids were found by me in the debugger, others were from NetSuite created scripts (SWE Bundle) and a couple were given…
-
Awesome!! Thanks Elham :)
-
Hello Jerry, I agree that this is a most welcomed feature. However I did not hear / See any option for Versionning or connecting to an existing SVN. I hope that feasible. Regards, It's an Eclipse build/plugin. You can use Subclipse for SVN. It is working great for me currently (I am using Aptana Studio 3) and I don't…
-
You have to set an ignore list for internal id's it doesn't recognize. See this post.
-
Double post. Forum needs delete button.
-
I was able to get the plugin installed into my Aptana Studio 3 install but I lost the intellisense-like code assist. It did play well with my other plugins, so you should be fine either way, Jerry. Also, thanks for the update August.
-
Ok, is there a certain file extension I need to use? Or do the items added to it need a delimiter, bacause a .txt is not working to exclude these internal id's from the validation.
-
If you pin this on Win 7 x64 and the fact that it opens up a second icon that you can't, then, pin, then this thread is for you. Adding the 64 bit jre to the path variable allowed me to pin the opened program. Little tweaks, ftw.
-
Clean worked for me. Thanks for the tip :)
-
That's awesome, I knew there had to be a way. I'm sure there are plans on completing the available internal id's, any ideas on when that would be coming? Or are there plans to allow for (easily) writing to the definitions for code completion?
-
That's a nice little hack. We were using labels with underscores or dashes to make the column the right side.