Is there a way to make whitespace visible in the Xcode editor?
Editor -> Show Invisibles in Xcode 4
Editor -> Show Invisibles in Xcode 4
There’a an add-in for Visual Studio 2008 that converts the end of line format when a file is saved. You can download it here: http://grebulon.com/software/stripem.php
I’ve cloned and installed the font from https://github.com/andreberg/Meslo-Font and made it my IDE editor font for Eclipse. Line spacing is much better now!
I just watched his video on that, great stuff. Had to give it a try, or checkout the project on GitHub https://github.com/daniellmb/JavaScript-Scope-Context-Coloring.
Um, that’s because Visual Studio is the best IDE. Come back to the darkside.
To edit a column, follow these steps: Stand on the beginning of the column Press Ctrl+v, then mark across the column you want to edit. Press Shift+i to insert text at the beginning of the column, Shift+a to append text, r to replace highlighted text, d to delete, c to change… etc. Hit ESC when … Read more
Just to summarize the available options: Tools PureText – free tool for Windows Use AutoHotkey and write your own macro as suggested by Dean Browsers To copy plain text from a browser: Copy As Plain Text or CopyPlainText (suggested by cori) – Firefox extensions To paste without formatting to a browser (Firefox/Chrome at least): CTRL+⇧ … Read more
OK I found the problem, I was checking in the wrong place which is for the whole IDE’s look and feel at File->Settings->Appearance The correct place to change the editor appearance is through File->Settings->Editor->Colors &Fonts and then choose the scheme there. The imported settings appear there 🙂 Note: The theme site seems to have moved.
Have you tried Vim? It’s the only editor I use 🙂 Edit: It seems to depend upon a couple of factors. I used Vim with large CSV (i.e. text-based) files and that worked great. YMMV 🙂
Maybe you should simply mount the remote filesystem to your local machine and then use whatever editor you like. If running a Debian derivative, install sshfs sudo apt-get install sshfs and then mount the remote filesystem ( issue on your local machine ) mkdir ~/remote_code sshfs $USER@remote.example.com:/home/$USER/code ~/remote_code Once this is done you can access … Read more