Voice Input for Notepad++

Voice input for the Windows scratchpad editor

Press the hotkey, talk, hit it again. AICHE drops clean text at the cursor in Notepad++. Scintilla keeps the syntax colors. No plugin to install.

Download AICHE
Works on
Windows

Short answer: open a file in Notepad++, click where the text should land, press Ctrl+Alt+R, speak, press Ctrl+Alt+R again. AICHE inserts plain text at the cursor so Scintilla can keep doing syntax highlighting for logs, configs, and script notes.

Why Notepad++ Is A Great Scratch Editor

Notepad++ is the Windows editor you open when you just need to peek at a log, tweak a single value in a .ini or .yaml, paste in some SQL, or jot a reminder next to a batch script. It launches almost instantly, uses little memory, and understands a long list of languages out of the box.

Under the hood it uses the Scintilla editing component, which gives you fast scrolling, code-aware selection, and syntax highlighting for dozens of file types. That makes it ideal for inspecting log files, registry exports, and throwaway scripts where a heavy IDE is too much but plain Notepad is not enough.

What usually does not happen in that window is writing full sentences. The friction of typing a paragraph into a tool you opened for a 30 second fix is high, so comments and explanations get skipped.

Where AICHE Fits

AICHE turns those quick edits into moments where you can actually leave context behind.

  • Comments in code and scripts: explain what a PowerShell helper, batch file, or AutoHotkey script does without pecking out every word.
  • Annotations on log lines: record what a 503 means, how it lines up with another error, or what you already checked.
  • Explanations in config files: document why timeout = 5000 or max_connections = 200 is the right value.
  • Quick notes in scratch buffers: capture ideas or troubleshooting steps in a new tab before you forget them.

AICHE uses cloud-default transcription. Audio is streamed, processed, and discarded immediately after processing, within 1 second. No persistent audio copy.

How It Works With Notepad++

  1. Open the file in Notepad++ (or press Ctrl+N to create a new scratch buffer).
  2. Click in the Scintilla editor where you want text to land.
  3. Press Ctrl+Alt+R to start recording.
  4. Speak your comment, annotation, or note in full sentences.
  5. Press Ctrl+Alt+R again. AICHE transcribes and inserts plain text at the cursor.
  6. Add any needed comment prefix yourself (//, #, --, REM, ;) or apply Notepad++ comment commands.

The hotkey is a toggle rather than a push to talk. AICHE runs as its own desktop app and types into whichever Windows control has focus, so you do not have to install a plugin into Notepad++ or restart the editor.

Speaking is typically around 150 words per minute. Typing hovers closer to 40 words per minute. A two sentence config explanation that would take a minute of typing shows up in a few seconds of speech.

Logs, Configs, And Script Notes

Log files you actually read

When you are paging through a 40 MB log in Notepad++ trying to catch a production incident, AICHE gives you a fast way to leave a trail for yourself or the next engineer.

Drop the caret on a line that matters, press Ctrl+Alt+R, and say what you see: how two timestamps relate, what you suspect is failing, what you already tried. Press the hotkey again, and the explanation lands right in the file next to the data.

This pairs well with a few Notepad++ features:

  • Bookmarks so you can jump between annotated lines instead of scanning the whole file again.
  • Find and Mark so you can highlight every occurrence of an error code, then dictate a summary at the top of the file that describes the pattern.

When you close the log, it reads like an investigation with your reasoning preserved instead of raw output.

Config files and why comments

Projects collect .ini, .yaml, .conf, .xml, and registry export files full of numbers that nobody remembers choosing. The difficulty is rarely the syntax. It is that writing a clear justification for a single value feels like too much work when you are in a hurry.

With AICHE, you put the caret above the line, hit Ctrl+Alt+R, and explain out loud why the timeout is generous, which load test the limit came from, or what breaks if someone halves the value. You add the correct comment prefix and move on.

Those ten seconds of speech make it much harder for a future edit to silently undo the reasoning.

Quick scripts that stick around

Notepad++ is where tiny PowerShell helpers, batch files, and scheduled task wrappers often get written. Many of them keep running for years.

Use AICHE to dictate a short header at the top that covers what the script does, where it runs, what it depends on, and what failure looks like. Five sentences of speech turns a mysterious .ps1 or .cmd into something a future maintainer can trust.

Notepad++ Features That Pair Well With AICHE

A few combinations are especially useful:

  • Column mode: after dictating a multi line explanation, use column selection to add a comment prefix across every line at once.
  • Macro recording: record the steps you take after each dictation block, such as wrapping in comment delimiters or indenting. Replay the macro the next time you dictate.
  • Find in Files: search across a project for function definitions or config keys that still do not have nearby comments and fill the gaps with quick dictations.
  • User Defined Language: if you work in a custom log format or DSL, set up a UDL once and AICHE text will pick up the correct colors automatically.

What You Get With AICHE + Notepad++

  • Windows only scratch editor workflow: keep using Notepad++ as the place for quick edits, but capture the reasoning that usually lives only in your head.
  • Log files that tell a story: your observations and hypotheses sit next to the lines you were staring at in the middle of an incident.
  • Config files that explain themselves: future editors see why numbers look the way they do and what would break if they are changed.
  • Scripts that come with a map: one off automation gets the level of documentation it deserves without slowing you down.

AICHE handles speech to text. Scintilla and Notepad++ keep doing syntax highlighting, selections, and everything else.

Pricing And Setup

AICHE is a separate desktop app that runs alongside Notepad++. You install it once, set the global hotkey to Ctrl+Alt+R, and leave it running in the background.

Current pricing, platform support, and download links live on the AICHE profile page under downloads at https://aiche.app/profile?section=downloads. The Notepad++ workflow described here works on Windows as long as AICHE is installed on the same machine.

Once configured, try a simple test: open a config file you care about, put the cursor above any value that could confuse a future reader, press Ctrl+Alt+R, and speak the comment you wish had been there the last time you opened it.

Tags

developmentideworkflowproductivity