Windows XP: Add a program to the list of programs that can be mapped to open a filetype

I have a filetype (.xyz) that I would like to map to a text editor (sublime). It is currently mapped to open with notepad. Attempts to map .xyz filetype: 1) Open file explorer, select .xyz file and right click: select properties 2) Click Change button 3) Browse-to and select target .exe I could not add … Read more

Sublime Text: how do I edit the multiple line caret insertion key binding?

I can never remember what Sublime Text calls its caret/cursor/line insertion above/below command in the key bindings. On some platforms it is Ctrl + Alt + Up (or Down) and a caret (for typing) appears on the line above (with Up) or below (with Down), but sometimes this fails… and I spend way too long … Read more

Sublime regex replace for a specific character at the beginning of the word

I’m trying to remove character N starting at each multiple words. If you check the line below you will notice some words also have character N. For instance changing N’KISWAJKN’ to ‘KISWAJKN’ (2019, N’0081′, N’KISWAJKN’, N’0001′, N’EVELYNE’, 12, N’F’, N’205′, N’GA’, N’2019_0081_0001.png’) At the end of the replace the above line should look like this: … Read more

Sublime regex replace for a specific character at the beginning of the word

I’m trying to remove character N starting at each multiple words. If you check the line below you will notice some words also have character N. For instance changing N’KISWAJKN’ to ‘KISWAJKN’ (2019, N’0081′, N’KISWAJKN’, N’0001′, N’EVELYNE’, 12, N’F’, N’205′, N’GA’, N’2019_0081_0001.png’) At the end of the replace the above line should look like this: … Read more

Sublime Text package similar to NppExec?

Anybody know of a package for Sublime Text 2 that will let me execute a shell command, save shell commands, run the currently-open file? I miss the utility of NppExec from Notepad++, in which I would save something like: irb -r “$(FULL_CURRENT_PATH)” …press F6, Enter, and I’d be rolling. With Sublime Text 2, I’ve got … Read more