Recommended Posts

Download NexPad 0.6

NexPad is a multi-document viewing solution originating from my needs for an application with the simplicity of Notepad, but also with some extra polish to increase my own efficiency when working with many documents at once (multiple text files, multiple html files, etc.).

(That sounds like something a PR guy would say)

Basically, I needed Notepad to have a bit more "oomph" to it. I started this project months ago (See Here), but wound up putting it on the back burner and, inevitably, forgetting it. I give credit to Schmoove's Battery Monitor .Net for reigniting my interest in programming. I was going to try to work on NexNote, but my interest in that project is still little to none, so I opened up a folder called "MyPad" and saw what I had started and decided to bring it up to a more workable state.

A few things to understand about NexPad:

Now, I need you to realize that I created this for my own needs. Yes, there are millions of tabbed note applications out there. None of them fit my needs and many felt too bloated for my liking. If one of them fits your needs better than NexPad, then I, myself, urge you to use whatever fits your criteria best. I will take all feature requests into consideration, but will only implement them if they are within my limit scope of programming knowledge and fit into my vision for NexPad.

Now onto the actual program...

Some of the features include:

  • Open one or more files via commandline or through explorer (right click in explorer and choose "open with...")
  • Drag and drop one or more files from explorer right into NexPad
  • Replace and Find bars eliminate clutter from more windows (alla Firefox style)
  • Settings are saved in an xml file eliminating possible registry clutter

Keyboard Shortcuts:

  • Ctrl + O: Open file
  • Ctrl + S: Save file
  • Ctrl + F: Shows/Hides find bar
  • Ctrl + G: Shows/Hides Go to line
  • Ctrl + H: Shows/Hides replace bar
  • Ctrl + N: Open new pad
  • Ctrl + D: Duplicate current pad
  • Ctrl + 1: Tile pads horizontally
  • Ctrl + 2: Tile pads vertically

I hope you guys can enjoy this and provide contructive criticism while also showing some appreciation for the effort I put in to this. I know it's not the most amazing application ever, far from it.

Changelog:

-------

v 0.6

-------

Released 12/3/2005

- Change: "Go to Line" is now a toolbar like "Find" and "Replace"

- Change: Compiled for .Net 2.0 Final

- Change: Moved tabs and toolbars to top of window (more ergonomic, wanted by community members)

- Change: .xml file no longer used for settings. Values stored internally (my.settings)

- Change: manifest file no longer required (application.enablevisualstyles)

- Fixed: Clicking go in "Go to line" with empty pad would give unpredictable results

- Fixed: Statusbar not properly themed by Windows

- Cleanup: Removed useless handles in toolbar close events

- Cleanup: Minor UI spacing issues corrected (in toolbar areas namely)

--------

v 0.5.1

--------

Released 7/17/2005

- Removed "print preview" option until further notice

- Fixed: "Print" would give an error

-------

v 0.5

-------

Released 7/17/2005

- Added "Case Sensitive" option to Find and Replace bars

- Added: Pressing "esc" in active textbox closes find/replace bars

- Added: Drag&Drop on input area re-enabled (no longer adds unwanted file link)

- Added: Current line info now displays column info too

- Added: "Go to line" functionality

- Changed: Open/Drag&Drop file onto blank, unused pad now uses existing pad instead of creating a new one

- Fixed: Context menu for tabs would not show on right click

- Fixed: "Activated" child form event would not trigger (framework beta bug)

- Fixed: Could not ctrl+v to paste text into find/replace text boxes (would paste into pad)

- Fixed: Changing font would unhighlight links

- Fixed: Trying to Print/Print Preview without printer would crash app instead of giving error

- Fixed: Print Preview would send NexPad to back of z-order

- Cleanup: Rewrote find and replace functions for better efficiency

- Cleanup: Removed unused variables from buttonPushed

- Cleanup: Changed keyup to selectionchanged for textinfo call

- Cleanup: Removed excessive if statements from highlight function

-------

v 0.4

-------

Released 01/04/2005

- Ported to .Net 2.0

- New icon

- Added 'highlight' option to find bar

- Added ability to middle click tab to close it

- Added rudimentary "previous" searching (will refine code at a later time)

- Added "Minimize to tray" option

- Added print preview capability

- Temporarily disabled drag & drop into text area. Still works anywhere else

- Refined behavior of pad that is selected after one pad is closed

- Fixed: Possible crash when selecting edit menu directly after closing a tab

- Fixed: Text formatting not saved properly for other apps to read

- Fixed: Crash when selecting edit menu with no pads open

- Fixed: Newly opened pads may not be sized correctly

- Fixed: Nonapplicable File menu options not disabled when no pads exist

- Fixed: Nonapplicable Pads menu options not disabled when no pads exist

- Fixed: Nonapplicable Format menu options not disabled when no pads exist

- Fixed: Attempting to find or replace text, with no open pads, would crash NexPad

- Fixed: Undoing all changes would still result in a "save prompt" when closing pad

- Fixed: Drag and dropping a file from explorer, with no open pads, would crash NexPad

- Fixed: Current line indicator was 1 off

- Fixed: Small graphical errors with tabs when status bar enabled (top of tabs cut off)

- Fixed: If file load, at startup, fails, a blank pad would not be opened as planned

- Cleanup: Removed nonfunctional, leftover code (extra if statements)

- Cleanup: Recoded much of the file load and pad creation functions

- Cleanup: Removed useless printDocument

-------

v 0.3

-------

Released 10/30/2004

- Added ability to create new pad by double clicking blank space on tab bar

- Added "Save" to tab context menu

- Added optional status bar

- Added current line number

- Added URL highlighting (clicking URL opens link in default browser)

- Truncated context menu of pad text box

- Tab height decreased by 4px

- Fixed: Could not close a pad in which content had not been changed

- Fixed: Pressing enter in 'find' or 'replace' box would not properly highlight first result

- Fixed: 'Select All' would not disable if no text were present

-------

v 0.2

-------

Released 10/6/2004

- tab is now accepted in textbox

- nonapplicable menu items are disabled

- Print option now available

- context menu added to tabs

- Fixed incorrect prompts to save even though text did not change

- Fixed possible crash on program exit (index out of range)

-------

v 0.11

-------

Release 10/1/2004

- Removed "Clear" from edit menu

- Added "Select All" to edit menu

------

v 0.1

------

Released 10/1/2004

- first release

Edited by bangbang023
Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/
Share on other sites

Config file? Hmm do you have a screenshot of it? Also, I won't be releasing the code, sorry. It's really not much, most people could do it themselves, but I still rather keep it personal.

also, thanks to Hurmoth for offering to create an installer. I turned him down, but the offer is much appreciated.

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657556
Share on other sites

My idea (tabbed note programs) has come a very long way.  Good job bangbang.

We had discussed this a long time ago and we both started at the same time. Also, mine and your apps are aimed at very very different goals. Yours was for quick, immediate access to information whike mine is more of a replacement for Notepad. Thank you for the kind words, but I don't want people thinking I "stole" your idea or something.

great work wink.gif

thank you

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657654
Share on other sites

Yes, I don't want to take away anything from Liquid's work. Our apps are very different. Please don't feel as though I'm trying to do what he did because that's not my intent. I did this app for myself, but thought other people may find a need for it.

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657666
Share on other sites

We had discussed this a long time ago and we both started at the same time. Also, mine and your apps are aimed at very very different goals. Yours was for quick, immediate access to information whike mine is more of a replacement for Notepad. Thank you for the kind words, but I don't want people thinking I "stole" your idea or something.

thank you

You didn't steal anything. I have given up on NeoNote. Its not that good hehe. I am no programmer. I'll stick to hardware. I am thinking about making NeoNote open source.

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657674
Share on other sites

I like it as is, but it IS missing one thing: line numbers!

It's one of THE most important things to me when I do coding. But besides that, this could be my notepad-replacement (if it had line numbers :p)

hmmm, I'll look into it. If I can figure it out, it'll be a feature you can toggle on and off.

Another cool replacement for NotePad is "Win32Pad".

yeah thanks for that. I just love to see other apps spammed in my single thread.

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657881
Share on other sites

On Win XP SP2

I got this error on startup:

You need to install the Microsoft .Net Framework 1.1 found here:

http://www.microsoft.com/downloads/details...&displaylang=en

Goodluck with it bangbang, just to let you know I'm always ready to test stuff tongue.gif

Just so you know, it will not be in the very next release (out in a day or two). It's going to be pretty complicated and I wanted to make sure everything else is polished off before I start doing it. It's definitely something I would like to do if I can, I promise you that.

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584657929
Share on other sites

You need to install the Microsoft .Net Framework 1.1 found here:

http://www.microsoft.com/downloads/details...&displaylang=en

Just so you know, it will not be in the very next release (out in a day or two). It's going to be pretty complicated and I wanted to make sure everything else is polished off before I start doing it. It's definitely something I would like to do if I can, I promise you that.

'fcourse... it's 0.1 :p I don't expect software to be as good as the author wants it to be untill it's 1.0 :)

Link to comment
https://www.neowin.net/forum/topic/224857-nexpad-06/#findComment-584658078
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • The funny thing here is that like 70% or so of the web browser users use 'Google Chrome' as web browser. What I don't understand is that why on earth would ANYONE choose 'Google Chrome' on Windows when 'Microsoft Edge' is not just better in most things, but it's already there right out of the box for the Windows users. Microsoft Edge has less data collection (yes, that's a fact), less RAM usage and is more optimized for Windows (as it's a Microsoft product) right out of the box. Sure, the way Microsoft is pushing Microsoft Edge on users might not be the best way of doing it and might need to change. But I would never choose 'Google Chrome' over 'Microsoft Edge' today anyways. I'm sure there was a period back in the days when 'Google Chrome' actually was better in most things, but that period is not today.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
    • That stupid annoying Sign in with Google on all these sites now... get the fk outta here
    • I was just being silly based on David Uzondu's comment ☺️
    • The unified inbox, when it arrives, will be a powerful argument for those who have > 1.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!