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

    • OpenAI is rolling out a major upgrade to ChatGPT memory by Pradeep Viswanathan OpenAI is rolling out a major upgrade to ChatGPT's memory, making the system more capable, current, and scalable across long-term use. Memory allows ChatGPT to remember useful details about users, including their preferences, projects, and constraints. Instead of starting every conversation from scratch, ChatGPT can use this context to provide more relevant responses in future chats. OpenAI first launched saved memories in February 2024. That feature allowed users to explicitly ask ChatGPT to save information into its memory, such as travel plans or writing preferences. However, this system had limits because it depended heavily on users giving clear instructions to remember something. Additionally, saved memories could become stale over time. In April 2025, OpenAI expanded memory by allowing ChatGPT to reference past chat context outside the saved memories list. This was powered by a background process called “dreaming,” which automatically curates memories from chat history. This made ChatGPT better at learning from natural conversation without requiring users to manually save every detail. Today, OpenAI announced a more capable and compute-efficient memory architecture built on top of dreaming. This new system improves ChatGPT’s ability to carry forward useful context, follow user preferences, and remain accurate as time passes. According to OpenAI’s internal evaluations, the new system improves factual recall from 67.9% in 2025 to 82.8% in 2026. Preference adherence improves from 55.3% to 71.3%, while accuracy over time improves from 52.2% to 75.1%. The best part of this new system is a new memory summary page where users can review ChatGPT's memories. Users can even update details, correct information, or give instructions on what topics ChatGPT should bring up and when. This new, improved memory system is available to ChatGPT Plus and Pro users in the US starting today. It will roll out to more countries, as well as Free and Go users, in the coming weeks.
    • I work for a video production company in Australia. The camera operators shoot footage and then pass the SD card over to the editors. Much easier than handing over the entire camera. Plus, on a busy day you can hand off the SD card and then pop another in for the next shoot. Or, you might have used multiple SD cards because you need the extra space for a long shoot. I also use USB cables and wifi for transferring footage, but in many cases an SD card reader is the easiest method.
    • Microsoft Edge 149.0.4022.52 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.52 changelog: Migration to improved V2 architecture for Workspaces. Workspaces, introduced in Edge in 2022, allows users to create durable sets of tabs that can be saved and shared with others. In order to improve reliability and performance of this feature, the following changes are being made: Migrating data for saved Workspaces from OneDrive/SharePoint to Edge Sync service Removing the collaboration/share functionality of this feature For organizations who have disabled Sync through policy, the existing v1 Workspace data will still be migrated to the new architecture. New v2 Workspaces created after migration won't sync across devices and will remain local to each device. This update occurs on a progressive rollout beginning in Edge Stable v145 and will continue rolling out in Edge v149. For more information, see Getting started with Microsoft Edge Workspaces. Feature Updates Passkey Sync for Enterprise Users. Microsoft Edge is introducing support for passkey synchronization for enterprise users, enabling secure, passwordless authentication across devices. Passkeys created in Edge can now be synced seamlessly, improving sign-in experience while maintaining strong security standards. Note: This is a controlled feature rollout. If you don't see this change, check back as we continue the rollout. Enterprise WebView2 runtime downgrade via DowngradeVersion policy. Administrators can temporarily roll back specific applications to a previous WebView2 Evergreen Runtime version (N-1 or N-2) using the new DowngradeVersion policy in msedgewebview2.admx. The Downgrade Version policy allows enterprises to mitigate critical regressions by specifying per-application exe-to-version mappings. The Edge Updater installs the target version side-by-side, and the WebView2 Loader redirects targeted apps accordingly. Downgrades auto-expire with each new WebView2 release: apps pinned to N-1 remain on the same version (now becoming N-2) and will auto-update in the next release, while apps pinned to N-2 will revert to the current Evergreen version. The policy applies only to enterprise-managed devices (domain-joined or MDM-enrolled). For more information, see Microsoft Edge WebView2 Policy Documentation | Microsoft Learn. Collections retirement. Collections has been removed in this update. Users can no longer access or use the feature. To keep saved content, users can export it, or move all pages to Favorites before updating to Microsoft Edge Stable 149. For more information, see Organize your ideas with Collections in Microsoft Edge - Microsoft Support. Modern, unified, and updated Look and Feel. Microsoft Edge has updated the Look and Feel to give customers a unified experience across all of Microsoft AI surfaces including Copilot and Bing. This changes multiple elements of the UX such as spacing, corners, fonts, default colors, etc. Clarify choices surrounding third-party cookie settings. Language under Settings > Privacy, search, and services > Cookies are clarified to better describe the choices users have in managing third-party cookies. Custom primary password retirement. Users are no longer able to create a new custom primary password in Edge Settings edge://settings/autofill/passwords/settings. Any users who are still using a custom primary password will be automatically migrated to device authentication. Additionally, the PrimaryPasswordSetting policy will no longer support the WithCustomPrimaryPassword option. For more information, see Keep your saved passwords private in Microsoft Edge | Microsoft Support. Unifying Copilot Chat policy controls. The Microsoft365CopilotChatIconEnabled policy is the standard for configuring Copilot Chat. Previously, this behavior was controlled by blocking the Copilot extension, either explicitly or by using the * wildcard via the ExtensionSettings or ExtensionInstallBlockList policies. Extension and sidebar policies no longer affect the appearance or functionality of Copilot Chat. Copilot address bar suggestions were also tied to extension policy settings. Starting in Microsoft Edge version 149, admins can use the CopilotAddressBarSuggestionsEnabled policy to manage this behavior. Intune MAM Protected Downloads. The protected downloads feature for Intune MAM is now available for BYOD (Bring Your Own Device) devices, which aren't managed by a tenant. Policy Updates / New policies CopilotAddressBarSuggestionsEnabled - Enable Copilot address bar suggestions CpuPerformanceTierOverride - Override for the CPU performance tier DataUrlInWebWorkerOpaqueOriginEnabled - Enable opaque origins for data URLs in Web Workers DefaultLocalFontsSetting - Default Local Fonts permission setting ForceForegroundPriorityForUrls - Force foreground priority for specific URLs LocalFontsAllowedForUrls - Allow Local Fonts permission on these sites LocalFontsBlockedForUrls - Block Local Fonts permission on these sites Deprecated policies WalletDonationEnabled - Wallet Donation Enabled (deprecated) EdgeWalletEtreeEnabled - Edge Wallet E-Tree Enabled (deprecated) Additional policy changes ForceForegroundPriorityForUrls - ForceForegroundPriorityForOrigins is renamed to ForceForegroundPriorityForUrls OnSecurityEventEnterpriseConnector - Add macOS platform support ProtectedContentIdentifiersAllowed - Remove macOS platform support Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • User: "But is it good?" Microsoft: "Well, no. But it is less bad."
  • Recent Achievements

    • 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
    • Very Popular
      s0nic69 earned a badge
      Very Popular
    • Collaborator
      Asgardi earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      247
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      59
  • Tell a friend

    Love Neowin? Tell a friend!