Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Running python code meant for Notepad++ plugin independently
Post: RE: Running python code meant for Notepad++ plugin...

Right, thanks, how do I define the file on which the replacements will run?
greektranslator General Coding Help 3 2,980 Jan-28-2019, 05:39 PM
    Thread: Running python code meant for Notepad++ plugin independently
Post: Running python code meant for Notepad++ plugin ind...

Please excuse my ignorance, but I am trying to run this code: https://python-forum.io/Thread-Matching-...ace-script with open('C:/fix.txt') as f: for l in f: s = l.split() editor....
greektranslator General Coding Help 3 2,980 Jan-28-2019, 04:29 PM
    Thread: phpBB vis a vis MyBB
Post: phpBB vis a vis MyBB

I wonder why the old forum was abandoned. How does your experience of the 2 forum softwares compare?
greektranslator Board 2 4,168 Jul-12-2017, 11:05 AM
    Thread: Matching whole words in find/replace script
Post: RE: Matching whole words in find/replace script

I found it editor.rereplace(r'\b' + s[0] + r'\b', s[1])
greektranslator General Coding Help 4 13,329 Jul-11-2017, 12:37 PM
    Thread: Matching whole words in find/replace script
Post: RE: Matching whole words in find/replace script

On the C:/Temp/Substitutions.txt file I have a list of words separated by space. I want to match a whole word on the left, and replace it with the whole word on the right of the list. For example, if ...
greektranslator General Coding Help 4 13,329 Jul-11-2017, 05:03 AM
    Thread: Matching whole words in find/replace script
Post: Matching whole words in find/replace script

I use the code below through Notepad++ but I cannot make it match whole words with open('C:/Temp/Substitutions.txt') as f: for l in f: s = l.split() editor.replace(s[0], s[1])I al...
greektranslator General Coding Help 4 13,329 Jul-10-2017, 07:10 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020