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

    • This saddens me greatly
    • Well again I do not mind seeing it charge my stuff if it does it well. "yeah charge my phone like that, charge it good"
    • Getting so tired of this push for that new useless slop over the less-useless old slop that at this point I just want M$ to have this nice, big, hearty cup of *FU*.
    • Brave Browser 1.91.168 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.168 changelog: Web3 Added “Get Started” section to the “Portfolio” page. (#54029) Added the ability to view “Asset Distribution” in “Portfolio”. (#54028) Added dotted texture to wallet line chart. (#54216) Migrated Jupiter swap provider to “Gate3”. (#51848) Updated the “Permission” panel to display the site origin. (#54482) Updated NFT balance fetch to remove duplicate entries prior to fetching balances. (#55036) Fixed missing back button on the “Deposit Funds” page. (#55842) Fixed reloading an account tab redirecting to the “Accounts” page. (#54826) Leo Added support for text file uploads with renderer-based extraction. (#54062) Added PDF text extraction at upload time. (#51911) Updated display of Brave Leo attachment previews to scroll horizontally instead of vertically. (#54258) Updated the “Copy” button for the code block header to be sticky when scrolling. (#53704) Updated the staged content in the Leo side panel to be the active tab. (#53533) Updated the search terms in the answer’s footer to be left aligned. (#54204) Fixed crash which could occur in certain cases when using multiple tool requests. (#55438) General Added support for Brave Origin. (#37127) [Security] Added the ability to disable or delay automatic extension updates when brave://flags/#brave-user-extension-auto-update is enabled. (#7200) Enabled ability to force context menu using “Shift + Right Click” by default. (#54790) Improved performance by caching adblock DATs. (#27161) Updated background color for PWA install button in the omnibox. (#54736) Fixed tab hover card position when using vertical tabs. (#54199) Fixed extra border displaying around the content area when vertical tabs are used on macOS. (#54153 & #52961) Fixed audio farbling distortion in multi-voice Web Audio API synthesized music. (#52906) Upgraded Chromium to 149.0.7827.54. (#55943) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      255
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      61
    5. 5
      Michael Scrip
      61
  • Tell a friend

    Love Neowin? Tell a friend!