In the notepad++ website there's a technique to change the icons with any other "ico" format image. Each icon has it special name in order to be detected by notepad++. For instance, the new file icon is: new_normal.ico. The open file icon is: fileopen_normal.ico and so on. But I can't find the special names for Synchronize Vertical Scrolling, Synchronize Horizontal Scrolling and Run a Macro Multiples Times (I can't even find them in the notepad++ homepage). Well basically I'm hoping that some notepad++ developer would see this question and tell me what are the name of those icons. Thanks in advance!
Why not email a notepad++ member? It's open source and on Sourceforge.
They have both a forum and mailing list.
Related
When previewing a file by clicking on it once in VSCode, is it possible to preview other files in the explorer by using the arrow keys, similar to Visual Studio? When I do it, it just selects the file, but doesn't preview it (unless I use my mouse). I'd provide a picture, but the upload isn't working right now, sadly. :(
I feel like that used to be a thing and I broke it at some point, but I could also just imagine it due to VS.
https://stackoverflow.com/a/66237216/12903844 has exactly what I was looking for!
Short summary: Up/Down + Space will enable you to preview a file, but you can also use 'multi-command' to macro it to just Up/Down (without having to press Space when selecting files this way).
Credit goes to Mark for answering it in the comments, just adding it here so the solution is marked. <3
Hi does anyone knows where is the list of Icons for Windows Auto-Complete?
Notice when you are typing in notepad, browser or anywhere in Windows OS.
There is some icons to select when you are typing a text.
I would like to know if where can we find this list.
for example i type bear, i can select a bear icon from the auto-complete.
or when i type pizza, there is a pizza icon that i can select.
anyway, just like to see the list of icons available for the auto-complete feature.
Thank you in advance
btw this icons can also be used in git commit and will show in pull request in bitbucket
Can you try this link? it contains Windows Icons list
https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font
this is a Windows related question.
I would like to see the shortcut (files) in Windows File Explorer with a different color. So that it would not be necessary to have a " - Shortcut " suffix at the end of the file name and it would be quickly obvious that it's a shortcut. We have "type" column which states it's a shortcut but you need an extra eye movement to check that :)
For example: Linux command line interface can show shortcuts in a different color, by default cyan.
Can this be done in Windows, in File Explorer?
Thanks
No, only compressed and encrypted files can be displayed in different colors by Explorer/IShellView.
Several of the 3rd-party Explorer replacements lets you customize colors based on the file extension etc.
aka: How can I find a tab in another window in Sublime?
In Sublime, the feature called Goto Anything (⌘+P, ⌘+T, Win: ⌃+P, etc.) searches through a list of open files/tabs, or any files (and more) but only in your current project/focused window :( I understand why it works that way but it's not super useful for having a bunch of random files open.
I'm currently using Sublime on my home computer (Mac) where I have 3 or 4 windows open (not technically projects, but Sublime seems to associate the two conceptually) each with 1-5 tabs. It's often difficult to find a tab I was using for a quick note (eg. groceries) because right-clicking the app icon in the dock only shows the active tab per window. If "groceries" was in a window and wasn't the last viewed tab when I went to another Sublime window, it's effectively lost, and I've got to start going through each one of my Sublime windows to find it.
I've also tried the Find in Files... feature (⇧+⌘+F) with <open files> in the Where field thinking I'd just search for something in the file (eg. eggs) but "open files" really means "open files in this project/window"...same scope limitation.
I've even looked for a plugins that might help but "Goto absolutely everything" is a concept that's hard to search for. I've been wanting to try writing my own so I'd be grateful for a Python solution as well!
I realize this is a somewhat old thread, and you may have already come up with a solution. While there is no way that I know of to do a search or goto anything across all windows, I developed a Sublime Text plugin that allows you to jump between windows using command+shift+o on Mac OS X.
You can install it from package control:https://packagecontrol.io/packages/GotoWindow
Is it possible to launch an external image editor from the TextMate project drawer? I suppose the same concept would apply to launching any external editor from TextMate. Right now, if I right-click on the image file, I only have an option to open in Preview or Finder.
Thanks!
Yes. There is an (official) TM Bundle that does what you want--it's called "ImageBrowser." I installed recently and i have used it only once. It seems to work fine for the purpose you mentioned in your Question; in particular, it finds images in your current project and displays them in an image browser that runs inside TextMate.
You can get it from the Macromates SVN Repository.
TextMate respects the Finder's (well, LauchService's) "Open with" choice for each file. Whichever program would open when you double-click the file in Finder will appear in TextMate's contextual menu. Simply change this through the Finder's Get Info window for the file in question to the editor of your choice, and TextMate will respect it. It's dynamically populated, so you don't need to restart TextMate.
As far as I know, there's no method to specify a secondary program beyond the default.
I think no is the answer, but like Matt said, explore the usage of the Services menu.