Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

 

 

 

Trello

...


The tools I use at work

Chrome extensions

  • LastPass
  • DisconnectMe
  • Vimium
  • AdBlock Plus
  • StayFocusd
  • RescueTime
  • Block Quora Login Popup
  • PixelBlock - Don't let people see when you've opened their emails.

...

Programming Tools

  • PyCharm
  • Gerrit
  • Jenkins

 


Notepad++

Thoughts

Things I like

  • A huge downside to Notepad is that it doesn't save a copy of your draft (unsaved work), so if your computer crashes or gets restarted for some reason, you'll lose everything in your notepad file that wasn't saved. With Notepad++ it seems to keep a saved copy of your draft after every keypress.
  • Another problem with Notepad is it's extremely-limited 'Undo' functionality.
  • The main thing about Notepad++ that I think makes it better than Sublime Text for simple text notes is that it starts up instantly. Sublime Text has a surprisingly long start-up time.
  • Another big advantage that Notepad++ has over Sublime Text 2 is the speed with which regex find-and-replace operations are completed. They're significantly faster with Notepad++.

Things I don't like

  • The big problem I have with Notepad++ is that the default UI is packed full of icons and buttons.
  • The scrollbar is slightly wider than the one on Notepad, which I don't like.

Recommended settings

Preferences/General

  • Select 'Hide menu bar'.
    • Press 'Alt' to have it show up when you need it.
  • Deselect 'Show status bar'.
  • Toolbar:
    • Enable the 'Hide' checkbox.
  • Tab bar:
    • Deselect 'Draw a coloured bar on active tab'

Preferences/Editing:

  • Enable multi-editing
  • Set 'Line Wrap' to 'Indent'
  • Disable 'Display line number'
  • Disable 'Display bookmark'
  • Set 'Border Width' to 'No edge'
  • Set 'Folder Margin Style' to 'None'
  • Disable 'Enable current line highlighting'.

Trello