• SAS & Notepadd++ (adding new programming Language set)?

    6
    0 Votes
    6 Posts
    7k Views
    Claudia FrankC

    Hello Daniel-Grint,

    if you click on Language->User defined…
    the dialog appears. Here you can set your preferences as you wish.
    I think the solution to your reported issue is to put the folding keywords from
    first to second style box.

    Cheers
    Claudia

  • Need help tweaking a regex search expression

    5
    0 Votes
    5 Posts
    4k Views
    Jim RedfieldJ

    Thanks Scott, for the newline tip.

    Guy, I wanted to credit you for the search code in my original post but all I had here was the bare code in a .txt file, w/out any links to its origin, and it didn’t include the trailing |\z.

    Glad you got me straightened out, and I really appreciate the code bit explanations you took the trouble to provide in your reply to Shayne Z in October.

    Jim

  • PowerShell language multiline strings

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    Claudia FrankC

    Thank you very much for clarification.
    Unfortunattely this means I need to be more careful
    about the topic “what needs to be done by scintilla” and
    what not. ;-)

    Cheers
    Claudia

  • Define multi-caret

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    dailD

    Is there any place we can ask for some changes?

    Either here or there is an actual issue tracker on GitHub.

    I would like to know if developers think to add features or if the “future” is just adding plugins.

    Nobody is opposed to adding features as long as the majority of users will actually use it. It is very easy for a program to get bloated by tons of features only a few people will use. That’s why using a standalone plugin is nice because users can pick and choose what functionality they want. Also, the Notepad++ project does not add new features to Scintilla, it is just used as is. So if Scintilla doesn’t support a certain feature then Notepad++ won’t implement it.

    I was searching for a way to copy/paste entire row when nothing is selected (I think is a Scintilla feature) and I found a plugin.

    I also use a plugin to do this. It is not enabled by default within Notepad++.

  • Is it possible to use toolbarIcons.xml with plugin functions?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • BASIC Code

    Locked
    4
    0 Votes
    4 Posts
    12k Views
    Claudia FrankC

    But there are jBASIC and PBASIC. Are they so different? Maybe you only need
    to delete/add some keywords and ASCII BASIC is done?

    Cheers
    Claudia

  • Controlling multiple instances of NOTEPAD++

    8
    0 Votes
    8 Posts
    6k Views
    David BaileyD

    Dail,

    Thanks for your help - I guess the final question is, can a plugin transfer a file to another running NPP instance?

    Another solution would be a new command line option to stop that instance receiving additional files in this way.

    I mean, the compare plugin is really useful, and it is nice to use it from within NPP rather than using a different tool. However it is easy to get in a tangle if you use it in conjunction with other editing tasks.

    David

  • Request. Insert a Clipboard string in any Column position.

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    Claudia FrankC

    Hello Scott,

    absolutely agreed, thx for clarification.

    Cheers
    Claudia

  • Auto-insert is not working if there is following char

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    I see this issue has been already addressed.
    Let’s see which decision will be made but I agree that, from my point of view, this is an unexpected behavior.
    In addition I don’t see a case in which one needs an open but never a closing bracket, although it might be possible.

    Claudia

  • Can't login Twitter.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    IByte_NLI

    I had the same problem. It looks like the Twitter login is misconfigured or disabled.

  • replace and Search vs. just replace

    8
    0 Votes
    8 Posts
    5k Views
    Regina GrammR

    Hi Claudia,

    I think, you’re right, that this is a feature request. I will do that.
    And
    Thx for the hint with the RegEx Helper! I did not know that.

    @Cees Yes, that works. Why it didn’t come to my mind - ? :-) Thx!

    Cheers

  • Window shrinks when using the context menu

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hi Ken,
    if I remember correctly there was a issue witn NVidia in the past.
    Could it be that you use any kind of desktop manager?

    Cheers
    Claudia

  • RegEx behavior

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    dailD

    Doesn’t seem to have that problem for me. Couple suggestions you might try, replace .* in your regex with .*? and \n with \R and see if that helps at all.

  • Are not displayed Russian letters in default style

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Constants NaN and null

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hi,
    please ignore my ignorance but I don’t understand your query.
    Nan = not a number = float !?
    null = 0 or null char ?

    Npp should support different programming/markup languages
    so from my point of view it doesn’t make sense to colorize
    in general.

    I guess I missed something here, did I ?

    Cheers
    Claudia

  • Auto Language detection via Hint

    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hi AJ Baxter,

    what you can do is writing a python script which can do it.
    Something like

    for i in range(1,3): identifier = editor.getLine(i) if identifier == 'something to compare': notepad.setLangType(LANGTYPE.CPP) ...

    If you know how it can be identified and you are willing to go this way let me know.
    Btw. what needs to be done, reagrding python script plugin installation and creation
    of script can you read here.

    Cheers
    Claudia

  • Exclude directories from the search

    6
    2 Votes
    6 Posts
    17k Views
    guy038G

    Hello Cees,

    Very clever solution, Indeed ! Thanks for sharing it :-) I haven’t thought of that simple and useful work-around, yet !

    Best Regards,

    guy038

  • Feature request: Allow same response to multiple confirmation messages.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    6k Views
    No one has replied
  • Recorded macros fail after saving and reusing

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