Great - thank you
Type: Posts; User: iver25
Great - thank you
Hi
Did you find a solution to this problem, as I'm struggling with the same issue
Thanks
I have downloaded the premium addons version 6.5.2, and there seems to be some files missing:
ext-addons-6.5.2\packages\d3\src\d3\svg
Export.js
Svg.js
If I want to use D3 in my Ext classic app, i write this in my app.json:
"requires": [
"d3"
],
This works fine, and gives me access to D3 functionality.
Hi Petr
Just one more quick question
I have noticed that sometimes I get auto completion on function arguments, and sometimes I don't. Why is that?
If i have this function:
I have access to the full Visual Studio 2015 editor, and I have downloaded Visual Studio Code. But I'm not sure which editor to use.
- Are the two plugins the same?
- Do they have the same...
Hi tedbeckett
Did you resolve this issue?
I'm having the exact same problem, which is very frustrating.
The documentation is missing an example of how you would extend an existing component...
Exactly!!!
Anyone!!!
I use Eclipse
I have the plugin installed, but don't see any markings for missing requires.
And I don't see how the plugin would be able to find out if I'm missing a requires.
Until now we haven't used Sencha Cmd (because I find it extremely complicated...). But now we want to start using it to better reuse code, and make it easier to style.
But if I during development...
Yes I have tried that. The problem with that is that then all the apps have to be located in the same place, but as I mentioned above, our apps are made in a Java enterprise environment, where the...
In my company we develop Java EE applications in Eclipse with an extjs frontend. We are happy to use Extjs, but it doesn't seem very enterprise friendly.
An application normally has this...
I'm also having trouble getting code completion for Ext code in the plugin
I have tried changing the .sencha-ide-config like above, but it has no effect.
The workspace is created using the...
I have read the documentation regarding Viewmodels, which I'm looking forward to trying out. I'm missing something in the documentation though.
If you have a complex Model hierarchy, how do you...
In the old Eclipse Plugin, it was possible to use the JSDuck annotation to describe a method, and to annotate which params are needed.
The plugin would then use this information to show a...
A little update:I have tried the suggestions on StackOverflow, which helped tremendously on the copy issue. I stille have the issue where it takes forever to discover an error, and when I correct an...
On a quick side note. The plugin documentation doesn't describe if the user has to do anything special when the project is not using Sencha Cmd.Does the plugin work equally well on projects that use...
Thank you for some great links. I will try some of the solutions out.When you say I should try to exclude the SDK, or my own code, doesn't that mean that I won't get any of the features for this...
Sorry, I thought I was on the Eclipse Plugin Forum...We use Eclipse version Mars, and yes we have a fairly large project (more than 25000 lines). If it helps at all, I can inform you that we don't...
Am I the only one that experiences major performance issues with the editor?
When I hit Ctrl+c to copy code, it takes around 10 seconds before I can use the editor again.
When I make an error,...
Has anybody found a fix for this?
When can we expect a solution to this critical error?
I have just migrated my project from extjs 4.0 to 4.2.
And for some reason, I now get security problems when getting images from the default gray theme css. I should mention that the app has to...
I have just installed the 3.1.0.231 version of Sencha Cmd.
In the installed directory I have noticed a folder called "Ant", and in that folder there is a js file called jsduck-ant-taks.js.
To...
I have now tried with version v3.1.0.231 of Sencha Cmd.
I still get the same error.
I'm positive that I'm in the ext framework directory when i initiate the generation.
I have just downloaded the new Sencha Cmd (3.1.0.216) from the Sencha Support page (I assume that things that are downloadable from here, are final releases???)
I have also just downloaded ExtJs...