Mike Suiter

Avatar
  • Total activity 90
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 29
  • Created

    Ext JS xtype causes overridden icons to disappear

    I'm using IntelliJ 13.1 with a lot of Ext JS JavaScript files. In the views that have xtype defined they don't show the overridden icons. I've attached some screenshots that show this. Are there an...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Adding Gradle support to Grails module

    We have an existing Grails module and want to add Gradle support to it. If I add a build.gradle file to it then attach it in the Gradle view it works but then I my Grails view goes away. It seems I...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    How to convert these Eclipse workspace/projects to IntelliJ?

    We used 2 Eclipse based products (MyEclipse and GGTS) and also WebStorm right now. We have more grails/groovy projects and Spring projects in the near future and I'm evaluating IntelliJ and hopeful...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Any issues moving from WebStorm to IntelliJ?

    We are currently using WebStorm for JavaScript development, GGTS (Eclipse) for grails and groovy development, and MyEclipse for Java Enterprise development. After using WebStorm for a while, a bunc...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    WebStorm exits when undocking laptop

    I have a Dell Windows 8 laptop and when I undock it, WebStorm exits. This has happened with both WebStorm 6 and 7. Any ideas on why this is happening? I dont' see any other applications doing this.
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    No 'fix doc comment' action

    According to the documetion I can fix JavaScript doc comments by using the 'fix doc comment' action. When I bring up the action dialog I don't have this as an option. I also don't get the UpdateJSD...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Check between folder icon and name

    In my WebStorm one of my folders has a check between the folder icon and name. None of the others do and I don't know why this one does. Any ideas?
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    JavaScript array of objects code formatting

    I'm trying to get the JavaScript formatter to format array of objects like this:        return [{             xtype: 'wpprocessmodeler',             region: 'center'         }, {             xtype:...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    //noinspection for entire file?

    Answered
    We are using a test framework and get a lot of unused warnings and would like to disable that for the entire file. I put this at the top but it doesn't seem to work.//noinspection JSHint, JSUnusedL...
    • 6 followers
    • 5 comments
    • 2 votes
  • Created

    Way to get HTML formatting in JSP

    I have a JSP and the auto-indent and code formatting doesn't work. If I format a block of code it makes it flat instead of indented. Here is how it formats in HTML    <div >         <div >         ...
    • 2 followers
    • 1 comment
    • 0 votes