Yaron10

Results 222 comments of Yaron10

@donho, Is the long-lines issue complex to fix? Would you label it as "won't fix"? You did a great job on this feature and it would be a shame to...

@donho, Obviously the best solution would be fixing the issue(s). At least those which are not "enhancement". If it's too complex and the question is about the default setting -...

Beautifully implemented in MenuIcons v2 by @francostellari. https://github.com/francostellari/NppPlugins/tree/main/MenuIcons. Thank you Franco. :+1:

@alankilborn, @francostellari did a great job. But he might still submit a PR integrating this feature in NPP code. We could have more customizable options then.

@kapilvpatel, That's a very good suggestion. 👍 And I'd add: "Close Current View".

@alankilborn, > If we're moving all documents -- to the "destination view" -- the "source view" will have no documents and should be automatically closed. I find this preferable to...

@alankilborn, I've just seen https://github.com/notepad-plus-plus/notepad-plus-plus/issues/8227#issuecomment-1284531193. ``` if (bothActive()) { for (int nbDocs = _pDocTab->nbItem(); nbDocs > 0; nbDocs--) { docGotoAnotherEditView(TransferMove); // Not optimized for multiple tabs move. switchEditViewTo(otherView()); // switchEditViewTo...

@alankilborn, Yes, it's mine. `docGotoAnotherEditView()` should be adapted for handling multiple tabs move.

@alankilborn, Do you mean there's a a single document in a single-view mode? That's expected. https://github.com/notepad-plus-plus/notepad-plus-plus/blob/cd6a6ac3bb4d46a9ddd53e3bde2002db00ac00f5/PowerEditor/src/Notepad_plus.cpp#L4368