Skip to main content

All Questions

Tagged with
-1 votes
1 answer
88 views

Find multiple matches and place all at multiple location instance

so I have this comma delimited file that I need to import but I need to do some replacements first. A sample is as shown below; item A,<u>1 a1</u> red<u>2 a2</u> etc,content,,,,...
Gideon's user avatar
  • 181
0 votes
1 answer
287 views

How to add default extensions with the Notepad++ Run... feature?

I regularly use notepad++ for editing my AutoHotkey scripts. I like to use the notepad++>Run feature to test them and validate them. It works good but here's what would take it to the next level -- ...
wetin's user avatar
  • 103
0 votes
1 answer
632 views

How can I create an .ahk (or similar) hotkey to perform program-specific actions?

I'm an AHK user with no real computer programming background or education (I suppose Excel would be the closest thing I have to such knowledge/experience, excluding day-1 hello, world exposure here ...
Arctiic's user avatar
  • 1,183
0 votes
2 answers
1k views

Replace certain text in lines with each line from another file

I have a text file with text of this order; str/4 <</Contents(100 cups)/(Date) Colour red <</Contents(080 bowls)/(Date) Status used Pack team <</Contents(200 John)/(Date) School ...
Gideon's user avatar
  • 181
1 vote
2 answers
169 views

Recovering data corrupted by an AutoHotkey script?

I'm using AutoHotkey scripts for automating note taking stuff. Today, some problem occurred and Notepad++ did not respond. I closed the window, and after opening the file, I saw that all my data had ...
my-lord's user avatar
  • 247
3 votes
1 answer
2k views

Custom Syntax Highlighting for AutoHotkey in Notepad++

I'm using the latest version of Notepad++ as of this post (version 7.3.3, 64-bit) with User Defined Language v.2.1.0.12. I've added syntax highlighting for AutoHotkey provided by the AHK message ...
Dan A.'s user avatar
  • 131
0 votes
2 answers
437 views

small omega in notepad/ notepad++ for autohotkey

I am trying to write an Autohotkey using notepad++ (also tried with notepad) but turned out it was not possible in default settings. I looked on internet and learned that ISO 8859-7:2003 and UNICODE ...
Tab's user avatar
  • 133
1 vote
3 answers
173 views

Easiest way to re-order answer key (list of correct answers)

I have a lot of answer keys that look like this: 1.A;8.C;15.E;22.B 2.B;9.D;16.A;23.C 3.C;10.E;17.B;24.D 4.D;11.A;18.C;25.E 5.E;12.B;19.D;26.A 6.A;13.C;20.E;27.B 7.B;14.D;21.A;28.C I'm trying to find ...
76987's user avatar
  • 277
0 votes
2 answers
870 views

ahk SetTitleMatchMode stopped working

Problems I had AHK set up on my computer, a few files (programmen.ahk and grammatik.ahk for example) in the same folder /ahk-script I might have installed some program, because the script does not ...
user1603548's user avatar
2 votes
1 answer
2k views

Create a hotkey /keyboard shortcut to close the Notepad++ Find Results window

I have always wished that Notepad++ had a keyboard shortcut for closing the Find Results pane / window that appears when I do one of the following: Find All in All Opened Documents Find All in ...
elixenide's user avatar
  • 366
3 votes
2 answers
526 views

Closing right/left tabs in Notepad++

How do you close all the tabs to the right/left of the current tab in Notepad++? Is there a plugin or an autohotkey script that can achieve this?
Ishan's user avatar
  • 3,422
12 votes
6 answers
4k views

Why is notepad++ blocking my autohotkey shortcuts?

I have a series of keyboard shortcuts defined in my autohotkey script. Currently, none of them work whenever notepad++ has focus. The script is loaded as usual. The keyboard shortcuts (mostly stuff ...
Malabarba's user avatar
  • 8,788