Menu

Notepad++ 5.9.6 release

Don HO
2011-10-31
2012-11-13
1 2 > >> (Page 1 of 2)
  • w-peuker

    w-peuker - 2011-11-01

    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!

     
  • Anton Korduan

    Anton Korduan - 2011-11-01

    After a minute of thinking… I can help!
    The "floder" maybe is simply a misspelled "folder"! Makes sense.
    :-)

     
  • w-peuker

    w-peuker - 2011-11-01

    Indeed - how boring ;-) it's just fixed on the download page.

     
  • Anton Korduan

    Anton Korduan - 2011-11-01

    Yes, You're right: some "floder" could have been some really cool stuff… :-)

     
  • 7GOLEM7

    7GOLEM7 - 2011-11-01

    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

     
  • cchris

    cchris - 2011-11-01

    I found the problem.
    Common.cpp:49 says

            ::SendMessage(hwnd, BFFM_SETSELECTION, TREUE, pData);
    

    Should be

            ::SendMessage(hwnd, BFFM_SETSELECTION, FALSE, pData);
    

    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

     
  • Don HO

    Don HO - 2011-11-01

    @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

     
  • 7GOLEM7

    7GOLEM7 - 2011-11-01

    Can you reproduce this crash every time you triggered "Add Files from Directory" command?

    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!

     
  • Don HO

    Don HO - 2011-11-01

    @golem7777777 :

    Could you go to Find in files dialog, click on button "…" which is asdie of "Directory" text field.?

    Don

     
  • 7GOLEM7

    7GOLEM7 - 2011-11-01

    <Item id="3117" name="Add Files from Directory…"/>

    I'm not sure that understood correctly.   :P  sry

    Please rephrase if i mistake.

     
  • Don HO

    Don HO - 2011-11-01

    @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

     
  • 7GOLEM7

    7GOLEM7 - 2011-11-01

    I check, it work.
    Thanks!
    )))

     
  • Don HO

    Don HO - 2011-11-01

    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

     
  • Stefan Pendl

    Stefan Pendl - 2011-11-01

    However, it seems you are the only one who encountered this problem so far. I wonder why.

    Might be that the version/feature is not yet used much.

    Going to explore the capabilities.

    --
    Stefan

     
  • Quentin Bennett

    Quentin Bennett - 2011-11-02

    Exact same issue here - Win7

    Dumpfile

    http://dl.dropbox.com/u/38085135/NppDump.dmp

     
  • Quentin Bennett

    Quentin Bennett - 2011-11-02

    That'll teach me to read only the first relevant post.

    Fixed binary works fine - thanks.

     
  • Anonymous

    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.

     
  • Ángel Ramírez

    Ángel Ramírez - 2011-11-03

    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.

     
  • Anton Korduan

    Anton Korduan - 2011-11-03

    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.

     
  • Anton Korduan

    Anton Korduan - 2011-11-03

    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.

     
  • Joachim Stehle

    Joachim Stehle - 2011-11-03

    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

     
  • Anonymous

    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.

     
  • TSL

    TSL - 2011-11-18

    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>.

     
1 2 > >> (Page 1 of 2)
Auth0 Logo