1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in
 
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Popular ideas Here are the latest ideas about notepad-plus that have been approved.

Close Tab is Inefficient  
Written by uandme314 the 12 Apr 13 at 13:55. Global category: Files & tabs. New
Just about all applications that I use that employ tabs have the tab close x on the tab. To me this makes more sense than having to pan to the right hand side to click a common x (close) icon.

Developer comments
Enable it from Settings -> Preferences , Tab bar.
-1
votes
up equal down
Solution #1: Close Tab Icon Embedded on Tab
Written by uandme314 the 12 Apr 13 at 13:55.
It would be a simple matter to move the tab close icon to the tab in question. It should highlight so that you know you are going to close the tab, and clicking anywhere near the x should not close the tab unless it has been highlighted first.

See the 1 comments or propose a solution >>

Add disable/enable function for tooltip on file tab  
Written by bordeauxjulien the 11 Apr 13 at 13:43. Global category: Files & tabs. New
Would it be possible that we can disable the tooltip that displays the name/path of the files opened in the tabs ?
0
votes
up equal down
Solution #1: Add disable/enable function for tooltip on file tab
Written by bordeauxjulien the 11 Apr 13 at 13:43.
Would it be possible that we can disable the tooltip that displays the name/path of the files opened in the tabs ?

Add a comment or propose a solution >>

New File From Right-Click Doesn't Work  
Written by alvordr the 24 Mar 13 at 17:32. Global category: Files & tabs. New
Right-clicking on the tab area does not currently allow for new file creation.
-1
votes
up equal down
Solution #1: New File From Right-Click
Written by alvordr the 24 Mar 13 at 17:32.
Please allow right click new file creation from the tab area. It's more intuitive and user-centric these days, than forcing users to go to the File menu.

Granted, I am aware that one can use Ctrl-N for this, but not everyone knows that.

This is a small, but user-centric and modern UI design feature that would keep Notepad++ on the forefront of it's class.

See the 1 comments or propose a solution >>

Allow forward slashes in file/folder paths  
Written by mmdemirbas the 23 Mar 13 at 11:02. Global category: Files & tabs. New
Sometimes I need open a file path which is written using Linux-style slashes. This issue frequently occurs especially working with the paths printed by Java programs.

Currenty I need to replace all forward slashes with backwards slashes before pasting the path into the open file dialog box. Capability of opening both forward and backward slashes will be time-saver.
-1
votes
up equal down
Solution #1: Normalize path before interpreting as a path
Written by mmdemirbas the 23 Mar 13 at 11:02.
For each point in the program that interacts with file system in some manner like opening/saving files, changing directory, checking existence of files/folders, replace forward slashes with Windows-style backward slashes in the path before the operation.

See the 1 comments or propose a solution >>

Inonsistency in sorting of multiple open documents.  
Written by egozentric the 23 Mar 13 at 10:22. Global category: Files & tabs. New
[Typo=] Inconsistency ...

As of v.6.2.3 the Doc switcher lists file in the order they where opened/created.

The file tabs can be arranged manually to any sequence one preferers. And this i suspect a lot of coders with multiple inter-related documents use this to kind of group them together in some sort of sequence that makes sense to them.

We have a NEED to group/sequence our documents.
1
votes
up equal down
Solution #1: Doc switcher should mirror tabs order
Written by egozentric the 23 Mar 13 at 10:22.
1) I would like that the list in the Doc Switcher mirrors this order / grouping. from the Tabs.

2
votes
up equal down
Solution #2: Selectable options of sorting modes
Written by egozentric the 23 Mar 13 at 10:26.
2) Implementing this invites the options to sort by other strategies such as by Alphabetic, by size, by nr of lines, by latest modified/saved etc. default should be == same order as the tabs(manual).

1
votes
up equal down
Solution #3: Interactive listing in Doc Switcher
Written by egozentric the 23 Mar 13 at 10:36.
3) drag and drop functionality within the Doc switcher to move the listed files amongst them selves, Just like in the tabs


1
votes
up equal down
Solution #4: user option setting to use same sorting Doc switcher/Tabs
Written by egozentric the 23 Mar 13 at 11:13.
4) Add as user preference setting. Checkmark if whether to to bind the sorting of Doc Switcher to the sorting of Tabs OR not

1
votes
up equal down
Solution #5: Grouping / nesting Files in Doc Switcher
Written by egozentric the 23 Mar 13 at 11:36.
5) Further option to create labels in a tree (nested) structure list where one can "map" ones documents into logical groups inside the Doc switcher.
Insert separator / group / label / node into file listing
1
votes
up equal down
Solution #6: Additional context sub menus in Doc Switcher
Written by egozentric the 23 Mar 13 at 11:51.
6) Add a context (sub)menu of mutex checkmarks/radio button in Doc switcher.

- Sort files by
- - tab ordering
- - Most recent modified
- - Most recent saved
- - Most recent opened
- - Nr of lines
- - File size
- - Alphabetic
- - Custom/Manual
- - - Move Up / Move Top / Move down / Move Bottom.
- - - insert Separator / Label / Node
- - - Move into node / Move up from node.
- - - group by extension / label
- - reverse selected order
1
votes
up equal down
Solution #7: User selectable color coding and icons selection
Written by egozentric the 23 Mar 13 at 11:59.
7) each file/group/label could show as a different (user selectable) color on the tab(s)
and also selectable icons / Stars / Bangs! etc... (not only the red/blue floppy)

Add a comment or propose a solution >>

Doc switcher gives no sign which is the active document  
Written by bytebucket1 the 22 Mar 13 at 15:42. Global category: Files & tabs. New
I typically have many files (20 or more) open at once. I don't use the tab interface because the tabs get randomly rearranged as you switch files, and that makes it very hard to find any particular file.

I dock the doc switcher to my edit window. The doc switcher can arrange the files by name, and that makes it easier to locate a particular file. However, unlike the tab interface, it doesn't indicate which is the active file.

It seems the doc switcher should indicate the active file for the same reasons the tab interface does.
0
votes
up equal down
Solution #1: Doc Switcher: Highlight the current file
Written by bytebucket1 the 22 Mar 13 at 15:42.
Perhaps the doc switcher could use some of the tab color settings or even the current line colors to show which file in the list is the active file in the edit window.

See the 1 comments or propose a solution >>

Shortcut to change tabs  
Written by xable the 20 Mar 13 at 23:10. Global category: Files & tabs. New
Hi,

Firefox has keyboard shortcuts to change between tabs, it uses

Ctrl+PageUp
Ctrl+PageDown

This allows you to move backwards and forwards between tabs, it's very usefull and time saving and I miss this functionality when using multiple tabs in Notepad++.

It would be brilliant if this feature could be added.

Thank You for looking,
Darren
1
votes
up equal down
Solution #1: Add keyboard shortcuts
Written by xable the 20 Mar 13 at 23:10.
Ctrl+PageUp would cycle through the tabs to the left
Ctrl+PageDown would cycle through the tabs to the right

See the 3 comments or propose a solution >>

Fast way to close files in Doc Switcher  
Written by kryman the 18 Mar 13 at 06:58. Global category: Files & tabs. New
My suggestion is to find a way to fast and easy close files in the Doc Switcher (left panel). For example, if you have several of them and the tab bar hidden, there would be very easy if many of the files are coming after one and another to just select them and close them by some way.
1
votes
up equal down
Solution #1: Fast way to close files in Doc Switcher
Written by kryman the 18 Mar 13 at 06:58.
Like in a file manager, with the mouse select several of the files and easy remove them. Can this be achieved in n++? Some ideas are either to select with the mouse, or double-click on the file, etc.? Since my imagination is limited, and you have a full understanding of the software, perhaps this could be something worth thinking of?

See the 1 comments or propose a solution >>

Closing X on TAB  
Written by finalp the 21 Feb 13 at 14:12. Global category: Files & tabs. New
It would be very handy and more strait forward to have the closing X on the TAB instead of the upper right corner of the main window. It is easier to select and close the desired TAB.
0
votes
up equal down
Solution #1: Put the closing x on the TABs
Written by finalp the 21 Feb 13 at 14:12.
Put the closing x on the TABs
0
votes
up equal down
Solution #2: Sorry it is allready there!! In version 6.3
Written by finalp the 22 Feb 13 at 00:47.
Settings/preferences > General tab You can select: "show close button on each tab"
0
votes
up equal down
Solution #3: Even Better
Written by catatonic27 the 22 Mar 13 at 20:18.
Middle-clicking [scroll wheel], closes the tabs. This is how it works almost anywhere you see tabs. Firefox, Chrome, IE, etc. The middle-click is powerful magic.

P.S: Middle-clicking a link also opens the page in a new tab automatically. MAGIC.

Add a comment or propose a solution >>

automate "Keep non existing file"  
Written by armoury the 2 Feb 13 at 18:28. Global category: Files & tabs. New
I have my files on a network drive which sometimes loses connectivity. always when it does there´s a myriad of "keep this file in editor?" dialogs.
When it reappears, theres another myriad of dialogs "file has been changed" (posted a bug report on that; NPP should make sure that the file REALLY has changed on the drive!)
-1
votes
up equal down
Solution #1: options by drive type
Written by armoury the 2 Feb 13 at 18:28.
options to always keep/ always lose / always ask
on hard drives / removable devices / network drives

? drive type select if the software isn´t sure
-1
votes
up equal down
Solution #2: "remember" checkbox
Written by armoury the 2 Feb 13 at 18:36.
add checkbox "remember this choice for this drive" to the "keep non existent file" dialog

? determine drive by media ID instead of drive letter!
-1
votes
up equal down
Solution #3: "keep all" or "lose all"
Written by armoury the 3 Feb 13 at 11:14.
add "keep all" / "lose all" to the "keep non existing file" dialog

Add a comment or propose a solution >>

Ability to set a file's Read-only attribute  
Written by rlktradewright the 1 Feb 13 at 09:58. Global category: Files & tabs. New
Currently there is a command to clear the operating-system read-only attribute on a file (Edit > Clear Read-Only Flag).

It would be convenient to also have a command to set the read-only file attribute. Whilst this can of couse be done with Windows Explorer, or a command prompt, it would be a lot more convenient to be able to do it within Notepad++.

This is especially the case when editing multiple files in different folders: having to navigate back to all of them in Explorer when finished and manually set the read-only flag is really tedious.
-1
votes
up equal down
Solution #1: Provide a Set Read-Only Flag command
Written by rlktradewright the 1 Feb 13 at 09:58.
Extend the Edit menu with a Set Red-Only Flag command, which would set the read-only attribute on the file (and of course also set the file as read-only within Notepad++).

If there are unsaved changes, it would be necessary to ask the user whether to save them or discard them.

See the 2 comments or propose a solution >>

need ability to close tabs to the right of selected tab  
Written by drickard the 14 Jan 13 at 19:26. Global category: Files & tabs. New
Sometimes there are a lot of files opened that are no longer needed; however; don't want to close all or all but one tab. Most browsers now have the ability to "Close Right Tabs" or "Close tabs to the right", so this is a well known feature. This functionality would be a good addition to Notepad++.
2
votes
up equal down
Solution #1: Close tabs to the right
Written by drickard the 14 Jan 13 at 19:26.
Right click on a tab and have the option to "Close tabs to the right", meaning to close all tabs to the right of the clicked-on tab. This is the same functionality as Firefox/Tab Mix Plus "Close Right Tabs" or Chrome's "Close tabs to the right".

See the 2 comments or propose a solution >>

highlight words in all visible tabs  
Written by nekdolan the 9 Jan 13 at 20:15. Global category: Files & tabs. New
Word highlighting is nice, but it only works for a single document at a time. I often split the view to show two documents simultaneously. For example to see a css and a php(html) file on the same screen. It would be nice if selecting a word in the css file (e.g. name of a class) would highlight the same words in the php file.
-1
votes
up equal down
Solution #1: solution
Written by nekdolan the 9 Jan 13 at 20:15.
see idea!

Add a comment or propose a solution >>

Option to show message when a file is already loaded  
Written by tandrews the 22 Apr 12 at 02:33. Global category: Files & tabs. New
Today I had a bit of a scary realization about how NPP works. I'm using 5.9.8 unicode.

So today I had NPP open, launched Windows explorer and navigated to a file I wanted to edit. I did a right-click and chose NPP for the "open with" program. I made changes and saved it (but did not close it).

What I didn't realize is that I already had the file open in NPP. When I switched to the tab where I'd loaded it previously today, it showed the old version. It's scary that I didn't get some sort of message that it was already loaded. If I had changed the older version and saved it, I probably would have wiped out the more recent changes.

I =do= have Settings->Preferences->Misc->File Status Auto-Detection ENABLED.
-1
votes
up equal down
Solution #1: Add logic to check if a file is already loaded, and option to give message
Written by tandrews the 22 Apr 12 at 02:33.
Because this feature I'm suggestion may not be desirable by everyone who uses NPP, I'd like to have a new Settings option that when enabled would give the user a message that they are about to open a file that is already loaded. I would envision a check to see if the already loaded file has been modified but not saved. If it has been modified, ask the user if they want to discard the changes. If they say YES, NPP can do a File->Reload from Disk operation. If they say NO, don't open a new copy of the file but instead switch to the tab where it is already loaded.

See the 2 comments or propose a solution >>

always save file in an explicitly defined folder  
Written by pimpf59 the 2 Dec 11 at 13:54. Global category: Files & tabs. New
After opening a File with Double-Click and making some changes, pressing the SAVE-Button in the Toolbar (or SAVE in File-Menu) will result in saving the changed File at it's original Position (overwrite).
-5
votes
up equal down
Solution #1: always save file in an explicitly defined folder
Written by pimpf59 the 2 Dec 11 at 13:54.
I guess it would be fine to have an Option (i.e. in the Settings->File), that explicitly tells NPP to save a File always in a predefined Folder (maybe with something like a Sub-Option "Confirm yes/no?" or somethin like that), no matter where that File originally has been opened from.

See the 1 comments or propose a solution >>

Doc Switcher - Sort Options and Inline Search  
Written by menych the 4 Aug 11 at 18:33. Global category: Files & tabs. New
I LOVE the new Doc Switcher.
However, currently, all it does is display all open documents in the order they were opened.
It would be great if the list could be resorted and searched through.
This would make it so much easier to find the required document among, let's say, 50 open documents
2
votes
up equal down
Solution #1: Doc Switcher - Sort Options and Inline Search
Written by menych the 4 Aug 11 at 18:33.
I would very much appreciate if you could expand the Doc Switcher's functionality by adding:
1. sorting by name / folder / extension
2. inline search (as in thunderbird where when you type a few letters, the list is actually limited to the matching entries).

See the 1 comments or propose a solution >>

New setting: Always Move To Other View  
Written by anudedeus the 25 Jan 11 at 13:03. Global category: Files & tabs. New
We could have that setting that would automatically move any new or just opened document to another view, when the current number of opened document = 1.
Examples (when this setting is TRUE):
#1
- Open NPP. Open a document: no changes, as this is the first and only document opened.
- Open another document (by any means, can be via menu or drag'n'drop), or create a new one. This would automatically open in another view.

#2
- Close all documents.
- Drag'n' drop 4 documents to npp. Opens the 1st one in the 1st view, all the remaining ones in the 2nd view.


Cheers,
Alex
1
votes
up equal down
Solution #1: If docs.count =1 and setting=true, open in new view
Written by anudedeus the 25 Jan 11 at 13:03.
Basic logic (suggestion):

-OnNewDocument/OnOpenDocument() events:
if (current document count = 1) and (NewSetting=true) then
Open document in new view
else
open document in active view.

Very simple to implement, I presume.
2
votes
up equal down
Solution #2: Introduce a Lock current view setting
Written by cchris the 26 Jan 11 at 11:39.
Such a setting would cause any newly opened document to open in the view that does not hold the current document. Locking could be shown as a small icon on the status bar; double clicking it would toggle the locking, in addition to a new checkable View menu item.
Since there is no guarantee about the order in which multiple dragged files are opened in N++, what "the first" is depends on too many subtle things. Tinkering with this would be quite user unfriendly.
Perhaps an extra "Move all other tabs to other view" command could be useful as well.
1
votes
up equal down
Solution #3: Use setting only in the simplest case
Written by anudedeus the 27 Jan 11 at 10:12.
"Such a setting would cause any newly opened document to open in the view that does not hold the current document. "
- And what's the problem with that? By default, the setting would be FALSE, until the user goes to the Preferences and change it. The user will be aware of that behaviour, so if he/she doesn't like it, won't use it.
- About the concern about ordering of multiple files drag'n'drop: again, what's the problem with that? Open 1 document (the 1st one that is listed) in 1 view, the rest in the other view. Again, it's a new feature, the users will decide if it suits them or not. They will have to try it for themselves, as the DEFAULT will be false/disabled.

Maybe I should clarify where I got the idea for this setting from: very frequently I drag'n'drop 2 (and only 2) files to the editor, and that's either because one is dependent of the other (in my case, a Delphi .pas unit and its equivalent .dfm file), or because I'm comparing too versions of the same file, to find differences between them.

How about another solution then, like this:
if it's a drag'n'drop
and
number of selected files = 2
and
number of current open files = 0
and
the new user setting = true
then
open file[0] in view 1,
open file[1] in view 2

In this solution, EVERY other circumstance will open the files as it's currently implemented.

(sorry, I had this posted as a comment, but then I realised it's actually another solution, ignore the comment I posted on 26/Jan)

See the 2 comments or propose a solution >>

Option to Perform Macro on All Open Buffers  
Written by thezeusjuice the 24 Sep 10 at 07:39. Global category: Files & tabs. New
NotepadPlusPlus's macro capabilities are extremely useful, but they are limited to one file at a time. Thus, if I have an operation I want to perform on 30 .txt files, I must open them all and then activate the macro manually for each and every one individually. There should be the option to perform it on all open buffers.
0
votes
up equal down
Solution #1: An Additional Checkbox in the "Run a Macro Multiple Times" popup.
Written by thezeusjuice the 24 Sep 10 at 07:39.
In the "Run a Macro Multiple Times" popup window, place a checkbox labeled "Run on All Buffers Open", defaulted to unchecked.

If that checkbox is checked by the user, then Npp should perform the macro action(s) on all buffers.

Add a comment or propose a solution >>

Session is lost if Notepad++ or the computer crashes  
Written by surlyhacker the 12 Aug 10 at 14:25. Global category: Files & tabs. New
Notepad++ seems to save the session (the set of open files, the order of tabs, the exact scroll position of each file, currently active tab, etc) only when the application exits.

If the app crashes or hangs, or the system crashes or hangs, and the app cannot exit normally, this file will not be updated from the state it was in when the app first opened.

I tend to keep many tabs open in Notepad++ for several weeks, and once it a while something does crash, and I have to revert to my session as it was several weeks ago.

The session is saved in c:\users\me\AppData\Roaming\Notepad++\session.xml (on Vista)

10
votes
up equal down
Solution #1: Save session immediately as files are opened/closed
Written by surlyhacker the 12 Aug 10 at 14:25.
If there was an option (or a mandatory new feature) to save the session as it changes, this would fix the problem.

So, each time a file is opened, closed, tab moved, tab scroll position changed, active tab changed, etc, the session.xml file would immediately be saved at that moment.

This is precisely how Google Chrome behaves. So no matter how it or your computer crashes, the set of current tabs was saved the last time it changed and can almost always be restored (short of file corruption).

I see that Notepad++ has "Load session" and "Save session" features, and I don't know how those interact with the default session.xml. (for example, if you load a separate session file, do session changes get saved to it on exit, or only if you do "save session"? what about the default session? after doing "save session", when later exiting, is the default session still saved?, etc). However, I am sure that someone who understands this better can easily incorporate my idea into it.

See the 2 comments or propose a solution >>

Make moving or copying text betweeen buffers easier  
Written by cchris the 4 May 10 at 23:48. Global category: Files & tabs. New
How do you vopy/move text between two documents opened in Notepad++?

There is the good old copy/cut and paste, but it usually clobbers whatever is in the clipboard.

If the buffers are on different views, you can drag and drop text, which is fine. So what if the source and destination are on the same view?

Sure, you can clone the target document to the other view, and then drag text as above. But perhaps this is not a good idea because the views are significant - that is, you have your own rules for putting a file on one side or the other, and then you need to reemmember to remove the cloned document from the other view.
6
votes
up equal down
Solution #1: Use the tabs to make dragging text more convenient
Written by cchris the 4 May 10 at 23:48.
One very convenient way could be, in order to drag text from doc A to doc B on different tabs on the same view, to just drag text to the tab of the target document and dwelling there for a little while (say 800ms). When such a gesture is detected, N++ would change focus to te target document, allowing then to drop the dragged text as if it came from tht document.
0
votes
up equal down
Solution #2: More than 2 views
Written by cchris the 4 May 10 at 23:52.
Of course, an even more versatile solution would be to clone the source document to a third view, assuming the standard two are in use already. This third view could be in a dockable window for convenient placement. And then, if you can have 3 views, you can have N of them.
-2
votes
up equal down
Solution #3: Multiple instances
Written by jslepub the 10 May 10 at 06:40.
You can install multiple copies of N++ in different directories and open more than 1 instance.

Add a comment or propose a solution >>

2 Next >> 
Syndicate content