Recommended Posts

Sorry if this has been posted already I dont have time to read the whole thread

But print and pring preview crash if there is no printer installed

and i have one suggestion, can you make nextpad open a file when it is dragged onto the window not just the tab bar :)

btw great program :woot:

Sorry if this has been posted already I dont have time to read the whole thread

But print and pring preview crash if there is no printer installed

and i have one suggestion, can you make nextpad open a file when it is dragged onto the window not just the tab bar :)

btw great program  :woot:

585609481[/snapback]

Bah, thanks, I'll have to look into that printer crash. Hopefully I can bring back the drag file into window area soon. Right now, because of the abnormalities of the .net 2 framework, it leaves a damn file link in the text area that I can't seem to remove programmatically.

is this compatible with .nfo and .diz files?

I know notepad is but at times the nfo art is messed up and only look good in the

DAMNFO viewer.

Also maybe get it to hav an option were it uses Microsoft Office spell check and the wordpad Replace all?

585646386[/snapback]

It should work pretty well with those files. Spell checking will probably not be an option, but replace all already exists in the replace bar.

I really want to get the next version out, but the current beta of .net 2.0 has a huge bug in which mdi form activated events don't always fire. This app relies on that event majorly, so I am stuck until the bug is fixed. It's been documented so MS is aware of it and has supposedly fixed it on internal versions.

 private void frmMain_Load(object sender, System.EventArgs e)
 {
 ?// Checking if the process is already running.
 ?if (System.Diagnostics.Process.GetProcessesByName(Application.ProductName).Length > 1)
 ?{
 ? // If application is already running.
 ? MessageBox.Show("An instance of this application is already running");
 ? // Exit the application.
 ? Application.Exit();
 ?}
 ?else
 ?{
 ? // Do all as befor.
 ?}
 }

But there is something right with that code, when there are more than one people on the computer and they use fast user switching, because if one user has your program running the secord user can not use your prog:(mat all.. :(

585285047[/snapback]

You should only check is there is another instance running in the same session, to handle the FUS scenario.

You can report bugs, yes. I will be referring to this thread when I start work on it again. If you are going to report a bug where it crashes saying invalid index, please don't, though. That's a bug caused by the failure of the firing of the activated() event. There's nothing I can do about that until MS fixes it. Like I said, it's been acknowledged by them, so it should be fixed inthe next release. Any other bugs, please do report them.

Allright :)

Here they come...

1. Bug: default font size is too big.

Two workarounds available:

- Edit settings.xml and change the dot <fontSize>9.75</fontSize> into a comma.

- Change font settings in the application

2. Bug: Pasting text in Find bar, using Ctrl+V does not work.

Current workaround:

- rightclick in the inputbox and choose paste

3. Bug: Find feature doesn't work 100%

If I have text in the clipboard and paste it and search, it works.

When I then select some other text and press "Next", it flashes the new selected text.

There was also something with an empty inputbox but I can't reproduce that at the moment.

4. Request: when selecting text and launching the Find feature, make the selected text appear in the inputbox

5. Request: when the focus is in the Find inputbox, make pressing ESC close the bar (FireFox style)

6. Request: make a context menu appear when you rightclick a tab. With items: minimize, maximize, restore, close, reload file

7. Request: replace empty "Untitled" tabs with manually opened files.

Can you reduce the flashing (when switching, minimizing, maximizing, closing pads)? Please do if it's possible.

Edited by SlimShady

1) Default font is size 10 tahoma. I won't go any smaller

2) I'll look at that, not sure why it won't work.

3) Again, will have to look at that. The problem comes with you selecting text when you shouldn't be.

4) Good idea

5) Good idea

6) Funny thing, they are in there, I don't know why they aren't working. I have to look at that. It's probably something small

7) I don't think I'l lchange that behavior.

The flashing is part of .net 2.0 behavior, I'm not sure if I can fix it.

Update: well, for 0.5 I already fixed #6. I have no idea where that one line of code went lol.

1) Default font is size 10 tahoma. I won't go any smaller

3) Again, will have to look at that. The problem comes with you selecting text when you shouldn't be.

7) I don't think I'l lchange that behavior.

1) Are you sure the size is 10? Hint: Check the settings.xml in the archive.

3) What if I want to compare or remember a piece of text? That's why I select, so my eyes can focus and remember.

7) Allright. No big deal.

3) for three, use the highlight option. That's why I put it in. Ill tweak the behavior some, but its pretty similar to how notepad does it already.

585682328[/snapback]

Allright.

Another suggestion:

Get rid of the Pads menu. Put the 3 first items in the file menu.

There are so many things you could add.

I'll name some:

- Go To Line. Ctrl+G

- Execute/Launch/Start current file. Ctrl+L

- Bookmark lines. F2 = go to next bookmark, Shift+F2 = go to previous bookmark, Ctrl+F2 = toggle bookmark on/off

- convert selected text: uppercase, lowercase, sentence

- File history/ recent files list

- Line: duplicate (Ctrl+D), move up/down (Ctrl+Shift+Up or ...Down), delete (Ctrl+E maybe)

- auto-indent

- (un)indent block of text using (Shift+)TAB

- choice to use spaces instead of tabs for the indenting

- line numbers bar visible left of the window.

all of that stuff is not what I want this app to be. I clearly stated I want it to remain a simple piece of software to basically be a notepad with tabs. I don't want all that extra stuff.

585682468[/snapback]

Too bad. Your application looks mature enough to have those features.

I guess if I want something badly, I need to do it myself. I definitely will.

Good luck with your project.

It's not "too bad" at all though. There are a billion apps out there, designed by more skilled programmers, that do exactly what you need. I went with the simple approach because its what I like and it's different from all the other "all in one" notepad apps.

  • 4 weeks later...

Bangbang023 you should revise your settings.xml file.

As fontsize you use a double (9.75 in this case), this can result in pretty weird things.

Some countries use the comma to as a decimal sign, others use a point. In this case when your PC uses a comma it will screw up and blow the text size out of proportions (as it simply reads 975 instead of 9.75).

So in your settings.xml file you can better set it to 10 or something else as long as it is an integer. This way it will never go wrong.

  • 1 month later...

0.5 won't be release til the framework goes final, I'm thinking. It'll be best that way, for everyone. It will come, I promise. I haven't done much work on it recently, but it has a decent amount of work (for such a small project) in it since 0.4 already, so anything from here on out will be tinkering.

  • 1 month later...

Here's the changelog to help people decide if they want it or not:

-------

v 0.5

-------

- 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

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

    • No registered users viewing this page.
  • Posts

    • My wish list is: A trailer for Final Fantasy VII part 3 and a proper look at Intergalactic: The Heretic Prophet. Not happening, but I'd kill for would be another game of any genre in the Frostpunk world and another game in the Detroit: Become Human world.
    • I tried Wino-Mail and had the same issue with it that I have with New Outlook: My two centurylink.net email accounts (one of which is my primary email account) refuse to work with either one, and sometimes refuse to even log in, even though ALL the relevant information is accurate. Thunderbird does not have this problem, so I'll stick with what works, thank you.
    • For me it has everything feature wise that I want. But boy the app sucks big time. This and Teams. Ever since they made the transition to WebView it has been slow AF. I mostly use both apps in the browser now because of too much memory being used by these 2 apps. Hoping that native versions are being worked upon.
    • Nearly 70% of Steam users now run Windows 11 by Taras Buria The May 2026 Steam Hardware & Software Survey results are now available on the official Steam website, showing Windows 11's continuous growth among the gaming audience. As of early June 2026, nearly 70% of all participants reported having a Windows 11-powered PC, while Windows 10's market share is steadily declining. According to Valve, in May 2026, Windows 11 increased its market share to 69.76% (+2.02 points), while Windows 10 dropped to 23.99% (-1.64 points). 64-bit Windows 7 is still showing up in Valve's reports, and apparently, about 0.07% of all survey participants still use the 17-year-old operating system. Valve no longer updates its client for Windows 7, but it still can access the platform, so the Windows 7 holdouts can stay away from newer Windows versions. Overall, 93.85% of all users run Windows (+0.38 points), while Linux is second with 3.99% (-0.53 points). macOS is third with at 2.16% (+0.15 points). The most popular Linux flavor is Arch Linux (0.35%), while macOS 26.4.1 is currently the dominant macOS release. On the hardware side, the most popular picks include an Intel processor (53.94% against AMD's 46.06%) with six cores (28.02%, -0.6 points), 16 GB of memory (41.14%, -0.28 points), and an NVIDIA graphics card (72.42%, with AMD having 19.13% and Intel 8.05%). The most popular graphics card on Steam is the desktop NVIDIA GeForce RTX 3060 (3.85%, -0.14 points), while the laptop RTX 4060 is second with 3.77%, and the RTX 3050 is third with 3.10%. The average amount of VRAM is 8GB (25.89%), and the dominant display resolution is the classic 1920x1080 pixels (51.89%, -0.32 points). As usual, you can find more details from the latest survey on the official website. The results for April 2026 are available here.
  • Recent Achievements

    • 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
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      262
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!