Biggerplay Posted January 17, 2014 Share Posted January 17, 2014 In the "Getting started with Phaser guide" for the editor it means lots of choices but not Adobe Dreamweaver CC, is there any reason for that? as I already have that and was going to use that unless there's some major issue with using it? Link to comment Share on other sites More sharing options...
Mike Posted January 17, 2014 Share Posted January 17, 2014 Well since it'l all JavaScript at the end of the day use what you have and what you are comfort. It's not mention because generally the others editors are better. So as I know there is nothing to worry about and maybe if you have time and willingness try the trial versions of the others. Link to comment Share on other sites More sharing options...
Heppell08 Posted January 17, 2014 Share Posted January 17, 2014 Yeah each editor is a choice really. I tested a few editors (Notepad++, jedit and netbeans) but eventually felt the most comfort with sublime text 2. It needs a few plugins for perfection for me but yeah, its up to you really. Go with your comfort zone Link to comment Share on other sites More sharing options...
Biggerplay Posted January 17, 2014 Author Share Posted January 17, 2014 Is it possible to have things like code completion? or like say in XCode/Obj-c I'll start typing a class type, and XCode will give me a list of the possible classes it could be and the possible methods, is that possible with Parse and any of the Editor/IDE options? Link to comment Share on other sites More sharing options...
Mike Posted January 17, 2014 Share Posted January 17, 2014 Just check this topic: http://www.html5gamedevs.com/topic/1538-whats-your-favourite-text-editoride/?hl=%2Bphaser+%2Beditor#entry10448 And the short answer is yes. Link to comment Share on other sites More sharing options...
Biggerplay Posted January 18, 2014 Author Share Posted January 18, 2014 Just check this topic: http://www.html5gamedevs.com/topic/1538-whats-your-favourite-text-editoride/?hl=%2Bphaser+%2Beditor#entry10448 And the short answer is yes. I've downloaded the 30 day trial of WebStorm, but when I run the the index.html of the examples with it's open in browser option (google chrome) it displays the page correctly, but then when I click on say the first example load an image, it gives me the error "Unable to load basics/01 - load an image.js, this same example runs fine when I navigate to the local directory myself in the finder and click on the index.html file and so on. I noticed the port numbers are different to when I go to the index page via mamp and the port number that is shown when webstorm opens a browser to the local directory. Link to comment Share on other sites More sharing options...
Mike Posted January 18, 2014 Share Posted January 18, 2014 Not 100% sure for a solution, but you can try setting the port in the webstorm settings: https://www.jetbrains.com/webstorm/webhelp/web-browsers.html To the one you use. Link to comment Share on other sites More sharing options...
Recommended Posts