Skip to content

Releases: vinsworldcom/nppConsole

1.2.8.1

19 Jul 14:25
Compare
Choose a tag to compare

Change settings buttons to more common "OK" and "Cancel"

  • Make function of "OK" button faciliate any changes and close dialog.
  • Make function of "Cancel" button just close dialog.

1.2.7.1

17 Feb 20:02
Compare
Choose a tag to compare

Add panel raise/toggle switch to settings

Because of the funky way this embeds terminal into Notepad++, it essentially
acts as a separate application. Using the shortkey key a user assigns to
"NppConsole Show" menu item, can either show/hide or now show/switch-to,
activate the panel. Since then you are locked into that console, you can
use Alt+Tab to get back to Notepad++ since again, this is essentially a
separate process running inside a Notepad++ plugin dockable.

Merge branch 'develop'

1.2.6.1

10 Feb 16:25
Compare
Choose a tag to compare

Update about message to include where fork occurred

Update settings about, Fix #4
Update VCXPROJ for standard output directories
Add VCXPROJ.USER for packaging
Add GitHub Actions

Merge branch 'develop'

Combo Box

26 Oct 12:52
Compare
Choose a tag to compare

Switch to config file and remove save to Registry code
Change program to run to a combo box
Allow manual overwrite in config file to appear in combobox
Add version URL link to Settings dialogue
Update BMP and remove LR_LOADMAP3DCOLORS to get toolbar shading
update About text, menu item names, Alt shortcuts
better version tracking in resources, update About / Settings layout
VS project updates for VS2019

Console when menu hidden

21 Feb 17:08
Compare
Choose a tag to compare

Now works with N++ menu hidden.

Restart console menu item

13 Aug 16:18
Compare
Choose a tag to compare

This essentially implements the "Apply" button effect in the "About..." dialogue. Handy for when you exit from PowerShell and you need to restart a new console.

Added Ctrl-C Normal Processing

12 Aug 19:42
Compare
Choose a tag to compare

Added normal processing for Ctrl-C which works for PowerShell. With CMD.EXE, it closes N++, so IGNORE is still the default.

Icon on dockable tab

12 Aug 19:41
Compare
Choose a tag to compare

No new functionality, just an icon on the dockable tab.