Johnathan Z

Avatar
  • Total activity 90
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 30
  • Johnathan Z created a post,

    How to disable 3 x double quote expansion to 6 quotes

    Whenever I type 3 double quotes in sequence to start a comment block. Pycharm would expand it to 6 x double quotes. How could I turn this off in options? Thanks  
  • Johnathan Z created a post,

    "Enter" key stopped working!

    This only started happening in Pycharm today.My "Enter" key no longer works to create line breaks when editing text.i.e after I type a couple characters, pressing enter does nothing.I've tried: un...
  • Johnathan Z created a post,

    why are .d and .o files in "file search"

    Is there a way to exclude .d and .o file from the file search - see attached?ThanksAttachment(s):Screen Shot 2015-10-19 at 07.42.14.png
  • Johnathan Z created a post,

    remote debugging - is there an easier way?

    Hi thereI normally run remote interpreter from a Raspberry Pi with Deployment server set up, which allows me to work on my local machine, have file changes synced to the Pi, and execute the script ...
  • Johnathan Z created a post,

    What's 'allocated heap size' (bottom lower right of screen)?

    Is the 'allocated heap size' shown at the botto lower right of the screen indicative of how much memory is being used by the Obj-C heap?Screen attachedAttachment(s):heap.png
  • Johnathan Z created a post,

    Search Everywhere only searches class names?

    Is Search Everywhere only meant to search Class names & menu items? AppCode menu suggest it literally will search through entire code base including symbol names.I have everything toggled to 'ON' i...
  • Johnathan Z created a post,

    __FULLUSERNAME__ not resolved in new file

    whenever I go to create a new file in AC with:     right click -> New -> ClassI get a file with header: // Created by Johnathan on 26/03/2015.// Copyright (c) 2015 ___FULLUSERNAME___. All rights re...
  • Johnathan Z created a post,

    AppCode doesn't support dvorak keyboard?

    I've recently made the switch to dvorak for the sake of my ailing wrists.Mac natively supports the keyboard with the addition of the Dvorak keyboard at the OS level.  So the keyboard is supported i...
  • Johnathan Z created a post,

    AppCode doesn't start simulator [solved]

    Was doing some refactoring today in AppCode, including code changes and a new logical folder structure for all files.When I was done, I couldn't run my code in the simulator.  Neither Debug or Run ...
  • Johnathan Z created a post,

    Disable 'Create folder' by default - New Group [solved]

    Is there anyway to disable 'Create folder' checkbox by default when Creating a new Group?I prefer to organise my folders logically with no corresponding folders on disk (i.e. XCode)Screenshot attac...