• Different syntax highlighting for function declaration and body

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Change background colour of the editor

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Bo BiB

    Hi,
    just try Settings->Style Configurator

  • Custom button error

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Right-mouse-button-drag to block-select text

    4
    0 Votes
    4 Posts
    3k Views
    Scott SumnerS

    Sometimes you just have to learn new things. Especially when those new things are free. :)

  • Notepad++ is crashing when debugging php using xDebug

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Notepad++ is crashing when I click on Open in the file menu.

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • MVC View components for Notepad++

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Multi instances

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    9 Posts
    4k Views
    dailD

    It is under “Scintilla Commands” as SCI_LINECUT

  • Force other programs to open files with Notepad++?

    3
    0 Votes
    3 Posts
    3k Views
    Noah MeeksN

    It’s possible that’s the case. What are the other possibilities? Any workarounds I can try?

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Macro works after immediate playback but not after save

    2
    0 Votes
    2 Posts
    2k Views
    Shiva MohanS

    Found the solution. The problem was caused because of autocomplete. So, before hitting the enter / space key whenever recording the macro, hit escape first. Recording the macro this way makes it work during playback after a save.

  • Problem with "clone" tab

    4
    0 Votes
    4 Posts
    3k Views
    Dave TorrD

    I am on Win 10 with all updates applied. Not sure how long I have had the problem - I have been getting the “file updated by another program” message for some time now.
    I can live without the Clone View in the short term - have to get a project finished in the next 2 days, and then will have time to do some experimenting to see if I can get more issues.

  • Menu Sidebar

    6
    0 Votes
    6 Posts
    6k Views
    Justin BrewsterJ

    Awesome idea, hadn’t though of the right-click, I will look into that. I’m sure I could find some suggestions, but anyone know where I can get started with plug-in development? I just need some sort of tutorial where it shows me how to write a simple plugin i.e. hello world kind of thing. I think from there I can figure out the rest. Anyways thanks to everyone who has viewed and responded to my post. :D

  • Can the status bar be customized?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Failed to save file not enough space on disk

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • How to run an HTML page served by a HTTP server?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to increase performance on PythonScript macro

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Would turning off screen updates as the macro executes help in this regard?

    Very likely. Not sure if that is possible with the PythonScript plugin. Since the script runs as a separate thread then the screen has a chance to update.

    Another thought I had was would it be faster to run the script in a Python environment and just pass the filename in as a parameter.

    Most definitely would be faster. By how much? Not sure. But it would likely require you to rewrite the script from scratch since you wouldn’t have any type of access to Notepad++ editing commands (e.g. home, cut, copy, etc).

    An alternative option would be to try out the LuaScript plugin (which is a plugin I wrote). It has a very similar interface like PythonScript and Lua is known for being a very fast scripting language. The script doesn’t run in a background thread so the screen wouldn’t update (although that means the entire Notepad++ application would appear to lock up until the script is complete).

    Depending if the macro isn’t too huge I’d be willing to help you port it to LuaScript. I’d be very interesting to see performance results between the two ;)

  • Function List in C files

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied