What on earth is a "floder"?
Version 5.9.6 apparently supports "adding files recursively from" such things ;-)
…aside from that: :-) Thanks for your great work!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Current code says: select the folder whose path is at pData. But pData is NULL when the BFFM_INITIALIZED is received, hence the excption.
With the mod, it says use a pidl of NULL, which works fine.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for reporting it.
Can you reproduce this crash every time you triggered "Add Files from Directory" command?
Could you provide your configuration?
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@golem7777777 :
Never mind.
By checking the code pointed out by cchris, I found the problem and did a quick fix.
Could you download the fixed binary: http://notepad-plus-plus.org/tmp/npp.zip
And please confirm me this binary doesn't crash by clicking "Add files from directory…".
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks to Chris - it was him who pointed out where is the problem.
However, it seems you are the only one who encountered this problem so far. I wonder why.
The fix will be in the next release.
Don
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That'll teach me to read only the first relevant post.
Fixed binary works fine - thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-11-02
However, it seems you are the only one who encountered this problem so far. I wonder why.
Not quite the only one. Same issue here on Windows XP. The fixed binary solves the problem but I can see more people reporting these in the next few days.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have proved this new version, the project manager is very interesting but has some defect, by example
- you can add in the same folder the same file several times
- don´t drag & drop a file from tap to project manager´s folder
- don´t have autosafe project manager
this 3 things are very interesting for development people.
Thanks for listen me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By the way:
Also a function, I'm missing is to switch between the tabs by an simple Keyboard-Shortcut. Not the existing, analog to Windows "Alt+Tab" version. What I would love is like an "ctrl+pageUp" for cycling sequentially forward and backward through the tabs - directly and without any selection-window.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I detected another problem with Workspaces/Projects. Please try this:
1. Create two directories:
ABC
ABCxyz
2. Create a new workspace and save workspace into directory ABC
3. Add a file into directory ABCxyx, e.g. file1.txt
4. Add a project to the workspace
5. Add file1.txt into this project
6. Save the workspace
7. Reload workspace
Now the workspace link to file1.txt is broken. The calculation of relative paths seems to be wrong.
BTW: I can also confirm the crash with “Add Files from Directory”
Joachim
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-11-04
FEATURE REQUEST:
On RightClick Menu of a Project, can we have an option to "Add Currently Opened Files", and like the others said drag a file from Tab bar to the project and it gets added to the project.
CONFIRMED: The Add Files from Directory bug is fixed with the new binary.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Notepad++ 5.9.6 release is available:
http://notepad-plus-plus.org/news/notepad-5.9.6-release.html
Don
What on earth is a "floder"?
Version 5.9.6 apparently supports "adding files recursively from" such things ;-)
…aside from that: :-) Thanks for your great work!
After a minute of thinking… I can help!
The "floder" maybe is simply a misspelled "folder"! Makes sense.
:-)
Indeed - how boring ;-) it's just fixed on the download page.
Yes, You're right: some "floder" could have been some really cool stuff… :-)
press Add Files from Directory…
Win32Exception
An exception occured. Notepad++ cannot recover and must be shut down.
The exception details are as follows:
Code: 0xC0000005
Type: Access violation
Exception address: 0x760B0F6F
Dump http://www.sendspace.com/file/no1c8y
I found the problem.
Common.cpp:49 says
Should be
Current code says: select the folder whose path is at pData. But pData is NULL when the BFFM_INITIALIZED is received, hence the excption.
With the mod, it says use a pidl of NULL, which works fine.
CChris
@w-peuker && @anton333:
Thank you for noticing. Fixed on download page now:
http://notepad-plus-plus.org/download/v5.9.6.html
Don
@golem7777777 :
Thank you for reporting it.
Can you reproduce this crash every time you triggered "Add Files from Directory" command?
Could you provide your configuration?
Don
Yes, every time!
Win7 sp1 32x Ultimate RU, Core i5 3.3 Ghz
About of new lines.
\r - not work, need wrap line
need added
Remove folder from projet
** All the sub-items will be removed. Are you sure to remove this folder from the project?**
Thanks for release!
@golem7777777 :
Could you go to Find in files dialog, click on button "…" which is asdie of "Directory" text field.?
Don
<Item id="3117" name="Add Files from Directory…"/>
I'm not sure that understood correctly. :P sry
Please rephrase if i mistake.
@golem7777777 :
Never mind.
By checking the code pointed out by cchris, I found the problem and did a quick fix.
Could you download the fixed binary:
http://notepad-plus-plus.org/tmp/npp.zip
And please confirm me this binary doesn't crash by clicking "Add files from directory…".
Don
I check, it work.
Thanks!
)))
Thanks to Chris - it was him who pointed out where is the problem.
However, it seems you are the only one who encountered this problem so far. I wonder why.
The fix will be in the next release.
Don
Might be that the version/feature is not yet used much.
Going to explore the capabilities.
--
Stefan
Exact same issue here - Win7
Dumpfile
http://dl.dropbox.com/u/38085135/NppDump.dmp
That'll teach me to read only the first relevant post.
Fixed binary works fine - thanks.
Not quite the only one. Same issue here on Windows XP. The fixed binary solves the problem but I can see more people reporting these in the next few days.
I have proved this new version, the project manager is very interesting but has some defect, by example
- you can add in the same folder the same file several times
- don´t drag & drop a file from tap to project manager´s folder
- don´t have autosafe project manager
this 3 things are very interesting for development people.
Thanks for listen me.
Yes, I can also say that "drag & drop a file from tap to project manager´s folder" would be a very interesting function for me.
By the way:
Also a function, I'm missing is to switch between the tabs by an simple Keyboard-Shortcut. Not the existing, analog to Windows "Alt+Tab" version. What I would love is like an "ctrl+pageUp" for cycling sequentially forward and backward through the tabs - directly and without any selection-window.
I detected another problem with Workspaces/Projects. Please try this:
1. Create two directories:
ABC
ABCxyz
2. Create a new workspace and save workspace into directory ABC
3. Add a file into directory ABCxyx, e.g. file1.txt
4. Add a project to the workspace
5. Add file1.txt into this project
6. Save the workspace
7. Reload workspace
Now the workspace link to file1.txt is broken. The calculation of relative paths seems to be wrong.
BTW: I can also confirm the crash with “Add Files from Directory”
Joachim
FEATURE REQUEST:
On RightClick Menu of a Project, can we have an option to "Add Currently Opened Files", and like the others said drag a file from Tab bar to the project and it gets added to the project.
CONFIRMED: The Add Files from Directory bug is fixed with the new binary.
i have a problem with matching tag in notepadd++, when i insert code PHP in side tag, i can't find mathching tag:
ex: <div style="<?=$style?>"></div>.