Nk Mk
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 17
-
Created AirBnB/ JavaScript style guides code formatter?
Hi,At work, we use the AirBnB JS style guide conventions/ formatting and I'm wondering if anyone out there has created an Code Style Schema file that they wouldn't mind sharing that matches :)Thanks! -
Created JavaScript flow chart code generator?
Hi,Is it possible from within WebStorm or IntelliJ Ultimate to analyse the JS Code and produce flow diagrams to more easily read how the code is connected.I guess in a similar way to this Windows-o... -
Created How is the base template set?
Hello,I'm hunting around an existing code base and I'm trying to work out how the _base.html.erb file is being called. There are a bunch of other partials in that "layouts" folder along with 8 file... -
Created Project .ruby-version Settings: Cannot switch SDK. RVM SDK '2.1.2@frontend' wasn't found
Hello,I'm very new to the Ruby Plugin and am wondering if I need to setup my IntelliJ so it knows where things are... Having opened a Rails project in IntelliJ, installed the Ruby Plugin and restar... -
Created What is a .generators file used for?
Hi,I'm working on my first Ruby on Rails project. I've installed the Ruby plugin into IntelliJ v13 and for one of the modules there is now a .generators file at the project root.I've searched for a... -
Created How to organise code in Intellij with multiple repo's?
Hi,I've got the full IntelliJ but mainly use it for JavaScript HTML5 Web Development in a Java environment and some Flex priojects.I'm starting to play with Node and potentially some Ruby on Rails.... -
Created IntelliJ IDEA Ultimate 11.1.5: HTML code formatting indent issue
Hi,How can I control the HTML formatting? i can't find too much about how it handles idents.e.g. Take this...<html><head><body><div>code formatting</div></body></head></html>Using CTRL+ALT+L, then ... -
Created HTML Toolbar?
Hi,Is there an HTML toolbar that offers basic and custom inserts for HTML?Such as, I hightlight some text and click the bold button and it wraps the text in strong tags ?Thanks,Nick -
Created How to set up a Cloud bees Git project in IntelliJ?
Hi,Are there any steps for creating an IntelliJ project from git using cloudbees? I've been given this URL for my repro: git clone ssh://git@git.cloudbees.com/<blahblah>/<repo>I've put this in the ... -
Created [Flex] Debugging - Break on next line execution?
Hi,When debugging a Felx project, is it possible to break/ debug on the next line that is executed? Say for example... I'm about to press a button onscreen and I want the debugger to stop executing...