Giter Club home page Giter Club logo

Comments (6)

derceg avatar derceg commented on May 31, 2024

I haven't done any testing, so I can't say exactly what the issue would be, but when you create a file via the right click menu, there's a callback that's meant to be executed. That callback places the new item into rename mode. It's possible the relevant shell interface has been changed or updated in Windows 10.

from explorerplusplus.

derceg avatar derceg commented on May 31, 2024

It looks like the "new menu" shell extension in Windows 10 passes a flags value of 3 to INewMenuClient::SelectAndEditItem. According to the documentation, there is no flag with that value.

The reason why Explorer++ never puts the new item into rename mode is that it expects to receive the NMCSAEI_EDIT flag (which has a value of 1). Updating the code so that it puts an item into rename mode whenever 1 or 3 is received appears to work.

from explorerplusplus.

dutenhnj avatar dutenhnj commented on May 31, 2024

So either it is a bug in windows 10 itself, or they haven't updated the documentation, interesting.

I noticed another glitch about renaming files that is probably related to this. If you rename a file, then push Tab to switch to the next file, it selects the next file but fails to go into the editing mode. But it only happens if you actually rename the first file, if you don't rename it and just hit tab, it opens the next file name for editing as it should.

from explorerplusplus.

derceg avatar derceg commented on May 31, 2024

I noticed another glitch about renaming files that is probably related to this. If you rename a file, then push Tab to switch to the next file, it selects the next file but fails to go into the editing mode. But it only happens if you actually rename the first file, if you don't rename it and just hit tab, it opens the next file name for editing as it should.

Can you create a new issue for this? It looks like the rename should probably be done silently (a progress dialog currently pops up).

from explorerplusplus.

jat255 avatar jat255 commented on May 31, 2024

Found this issue when searching for this problem. I have nothing to contribute to the code, but in the meantime before it's fixed, I created the following AutoHotkey script to workaround the issue, using Ctrl+Shift+N as the shortcut:

; Remap new-folder shortcut
#IfWinActive ahk_class Explorer++
^+n::
   Send, ^n{f5}new{f2}
Return

from explorerplusplus.

gustavotrott avatar gustavotrott commented on May 31, 2024

I didn't undertand if it was fixed or not?

For me it is happening yet, if I create a new folder, it is not selected and not in editing name mode.
Also, if I select the folder I can't delete! I need to select other thing and after that I can select and delete.

Is this in the issues list or I should open other issue?

Using Windows 10 Pro here.

from explorerplusplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.