Nk Mk
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 17
-
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... -
Created how to remove the auto-completion of braces
Hi,When typing methodName(... how I can stop IntelliJ from adding the closing brace ... )? Also the same goes for { } and [ ]Thanks -
Created [IDE Layout] Is there any way we can break away from a Tabbed Window IDE?
Hi,This may be a setting but I was wondering if there's an option to treat the IntelliJ IDE like a MDI interface - like Excel, so I can drag windows around, see files side by side and work quickly ... -
Created [Flex] Code editor - code assistance when adding parameters to functions?
Hi,I'm trying to figure out how to activate some form of code assistance when typing code , for example... I'm creating a new custom Objectvar myObj : MyClass = new MyClass(and that point I'm hopin... -
Created [Flex] Why can I see private variables in the debugger?
Hi,Is there a way I can change the debugger variable viewer so that it only shows public variables or perhaps privates and constants in a different colour?Cheers,Nick -
Created [SVN] How do you Resolve and edit Conflicts?
Hi,In general I always use the TurtoiseSVN windows desktop client for SVN Updates and Commits but today I've got some Conflicts to resolve in 5 files and I don't like the TurtoiseSVN 'edit conflict... -
Created [Flex] Code editor - disable the click and type anywhere feature
Hi,Is there a way to disable the "click and type anywhere" feature in the code editor? I prefer my cursor to sit at the end of the very last character if I click off the end of the text... Hope tha... -
Created [Flex] Source code formatting
Hi,I come from Flex Builder and have been used to this lovely little utility: http://sourceforge.net/projects/flexformatter/files/ for formatting MXML and AS code.I can see there's a Code > Reforma...