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

    • WildBit Viewer 6.20 released; no further updates planned by Razvan Serea WildBit Viewer is a popular, fast, and extensive image viewer offering a comprehensive suite of tools for photographers, designers, and image enthusiasts. It includes a powerful Viewer, Slide Show, Editor, Search, Profile Switcher, and Multi-Screen Viewer. The Viewer provides blazing-fast folder, file list, and thumbnail navigation with customizable headers, full-screen view, and a shell toolbar to organize favorite folders. It supports all major graphic formats (over 70), including JPEG, TIFF, PNG, BMP, GIF, PCX, TGA, and RAW formats. Detailed Image Info shows EXIF, IPTC, and XMP metadata, with rotation based on EXIF orientation, wallpaper setting, image comparison, geo-tag viewing, color labels, and CMS-aware color management. The Slide Show module offers 176 transition effects, multi-monitor support, custom shows with per-image settings, image marking, zoom, rotate, and desktop hiding for a professional viewing experience. The Editor supports advanced image manipulation, including crop, resize, color adjustments, curves, edge detection, effects, batch processing, retouching, layer support, and printing. Users can apply mass renaming, update or clear metadata, and work with multi-page TIFFs and animated GIFs. Search allows filtering by name, location, date, size, attributes, and metadata, while the Profile Switcher saves and loads custom layouts for all modules. The Multi-Screen Viewer opens multiple windows on available monitors, allowing simultaneous image viewing with independent zoom, pan, and rotation. WildBit Viewer also supports portable operation, 32- and 64-bit versions, Unicode, high-DPI displays, and multiple Windows styling options. With its combination of speed, versatility, and rich feature set, WildBit Viewer is an indispensable tool for managing, editing, and showcasing images efficiently. WildBit Viewer key features: Blazing-fast folder, file list, and thumbnail browsing Supports 70+ image formats including JPEG, TIFF, PNG, BMP, GIF, and RAW Full-screen view with multi-monitor support Explorer-style file handling with customizable headers Thumbnail Browser with sorting, view change, and fast size adjustment EXIF, IPTC, and XMP metadata viewing and editing Automatic rotation based on EXIF orientation Shell toolbar for organizing favorite folders Image Compare to calculate similarity between images Mass renaming and batch metadata updates File List Generator (HTML, CSV, RTF, TXT, Unicode) Rating and color labels, CMS-aware color management Video playback (AVI, MPG, MPEG, WMV) Animated GIF, multipage TIFF, Camera RAW support Slide Show with 176 transition effects and custom settings Editor: crop, resize, rotate, flip, canvas resize, and retouching tools Batch processing and image format conversion Multi-Screen Viewer: multiple windows with independent zoom, pan, and rotate Profile Switcher: save, load, reset, delete module profiles Portable operation, 32-/64-bit support, Unicode, and high-DPI ready WildBit Viewer 6.20 changelog: Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated ImageEn to 15.0.0 version. Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated Jedi JCL&JVCL. Viewer - Image Geo Info, OpenStreetMap removed. Slide Show Remote Mode removed. Note! This means that WildBit Slide Show Remote is now officially EOL. Editor - Shortcut keys for Capture removed. Optimized code. Note! This version includes help what supersedes all previous releases. plus Lots of bug fixes and changes, check Readme files for details. WildBit Viewer End‑of‑Life WildBit Viewer has reached its final release with version 6.20. As development comes to a close, no further feature updates are planned. WildBit Slide Show Remote reached End-of-Life on 06 June 2026, while WildBit Viewer will reach End-of-Life on 30 June 2026. Downloads will remain available until the end of July 2026 (possibly extending into early August). After End-of-Life, the software will no longer receive updates, security fixes, or technical support. Download: WildBit Viewer 64-bit | Portable 64-bit | ~70.0 MB (Freeware) Download: WildBit Viewer 32-bit | Portable 32-bit Links: WildBit Viewer Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks for liking it! 😊 That's Arch Linux with Gnome.
    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
    • It won't perform hugely better than the 3080 unless you're VRAM limited in games. Have you tried putting new thermal pads on them 3080 and giving it a good clean to see if you can regain your temps and overclock?
  • Recent Achievements

    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      FloatingFatMan
      69
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!