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 now rolling out Lockdown Mode to more ChatGPT users by Pradeep Viswanathan Back in February, OpenAI first announced Lockdown Mode for users who want the most comprehensive protection from potential attacks. At the time of the announcement, the company mentioned that this feature was available to a small set of highly security-conscious users, including executives or security teams at leading organizations. Today, OpenAI announced that Lockdown Mode is now rolling out to all personal ChatGPT accounts, including Free, Go, Plus, and Pro, and also self-serve ChatGPT Business accounts. Users can enable the feature from ChatGPT Settings > Security when it is available for their account. When Lockdown Mode is enabled, ChatGPT limits or disables several features that connect to the web or external services. These include live web browsing, Deep Research, Agent Mode, and more. Here is the complete list of services that will be disabled in Lockdown Mode: Live web browsing: Web browsing is limited to accessing only cached content. Search results may be limited, unavailable, or stale. Image support: ChatGPT may not display images in regular responses or retrieve images from the web. Users can still upload image files, and image generation remains available where it is otherwise available. Deep research: Deep research is disabled. Agent mode: Agent mode is disabled. Canvas networking: Users cannot approve Canvas-generated code to access the network. File downloads: ChatGPT cannot download files for data analysis. ChatGPT can still operate on your manually uploaded files. It is important to note that Lockdown Mode does not completely block prompt injections from appearing in content that ChatGPT processes. For example, a malicious instruction could still be present in an uploaded file or cached web content. However, the mode is designed to reduce the ways such an attack could send sensitive information outside the conversation. Along with Lockdown Mode, OpenAI today also announced that the Active sessions feature is now available across ChatGPT accounts and workspace types. This feature allows users to review where their account is signed in across devices and end sessions if required. A session will have the following information displayed: Device or browser information. First-party app context, such as ChatGPT, Codex, or API Platform. Approximate location. Sign-in date and time. Whether the device is a trusted device. Whether it is your current session. OpenAI highlighted that the Active sessions feature will not be available for accounts linked to an organization’s single sign-on setup, including SAML or OIDC.
    • with LSTC and ESU, moving to w11 or linux because w10 suddenly will not work when in reality it works and its a better choice, of course there are also developers that only test in 11 or force you to have TPM and Secure boot for the sake of "better security" in games. or most likely people is buying new PC that only ship with 11
    • with LTSC and ESU there are still viable as a stable platform not that they care and let people deal with w11 crashing and burning every month support mean shet if the platform is trash
    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      76
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!