Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.13 KB

BraindumpSnippetManager

Braindump Snippet Manager is a WPF application originally created by Nayden Gochev, who discontinued working on it. The application is perfect for developer coding presentations and tutorials. I added some useful features and increased stability. Well meanwhile pretty much every part was refactored. Feel free to join and improve it :)

Features:

  • Insert a code snippet from the clipboard into program
  • Delete code snippets
  • Preview of a code snippet inclusive Syntax Highlighting when you mouse over
  • Backup your code snippets into a file (json)
  • Load your code snippets from a file
  • Create a separator for the code snippets that basically marks a start for a new demo/section.
  • Act as Clipboard Manager. Giving you the ability to use it as a clipboard manager for text only.
  • Move snippet up/down with arrows or context menu
  • Presenting mode to dock it to the left/right side and only show the numbers

MainView
Alt text

PresentationView
Alt text