Joshau Barnett

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created CPU and Memory Usage?
I've noticed while using CLion and having multiple projects open that it uses a significant amount of CPU and Memory.Is there a memory leak issue with build 140.569.17?If so is there anything I can... -
Created Action Snippets and Selected Text?
I come from a FlashDevelop background and I was wondering is it possible to select some text e.g. anIntegerSelect the text and press a keyboard shortcut so it becomes:trace("[anInteger]:",anInteger... -
Created Action Snippets and Selected Text?
I come from a FlashDevelop background and I was wondering is it possible to select some text e.g. anIntegerSelect the text and press a keyboard shortcut so it becomes:trace("[anInteger]:",anInteger... -
Created Shift + Alt + Cursor Keys
Any ideas how to select a block of text with the cursor keys, similar to Notepad++ and Visual Studio?I'm aware you can do Alt + Drag to select a block of text, but I'd like to do it with the cursor... -
Created Show non-printable characters (Tabs)
Is it possible to make tabs visible like they are in the style settings. Where the tabs are shown with semi-visible arrows?Thanks in advance. -
Created Live Edit TypeScript?
Hey I'm using WebStorm to edit a TypeScript application, I like the fact that "Watchers" will compile my TypeScript files upon save.However this won't reflect the changes in Chrome while using Java... -
Created TypeScript Definitions (d.ts)?
Hey I've just started developing a HTML5 game using WebStorm and I want to use TypeScript as my JavaScript preprocessor.I've got it all setup so that my TypeScript files have Watchers on them so th... -
Created Build/Run from CMD?
Hi I'm currently in the misdt of trying to work out an optimal workflow for building a mobile application using Apache Cordova.Most of the commands I usually use for building and running my mobile ...