• UDL assymetric delimiters

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    @Baksa-Péter can be achieved by using the special operator (( )). From the document So, if two or more strings are defined inside of a special operator (( )), they are interchangeable. so a open like (( ( [ )) and a closing like (( ) ] )) sholud do the trick Cheers Claudia
  • New to HTML

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC
    @Steven-Nicholls As already recommended, it is a good idea to start with a guided tutorial if you want to learn a new programming language. To answer your question, Is there someone that can help me understand this? does “content-type” mean this is where I >place whatever I want to say? No, you set a meta attribute, which is basically the information for your browser that this site has utf-8 encoded text. I pasted it into Notepad and tried to view it as source, but nothing happened! The line itself, although it is incomplete, is the source. If you do plain html coding I recommend installing the html preview plugin, can be done via plugin manager, which, as the name suggests, gives you a preview of your code. So you see what changes on the “site” when changing code instantly(more or less). Simple example. After installing the plugin, goto plugins->Preview HTML and select Preview HTML. Open a new document, select HTML as language and put the following text into it. <HTML> <head> <title>first html site</title> </head> <body> show something </body> </HTML> Cheers Claudia
  • Notepad++ Open Dialog not showing drive?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hello Ken-Williams, after I uncheck start as administrator (npp properties->compatibility), npp was able to discover the mounted shares correctly. Cheers Claudia
  • Gen:Variant.Kazy malware found in RegExTractorWinForm.dll

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    It might be also that this is one of the false positives. From what I see all components are open source, so in case you are uncomfortable with the prebuild binaries you could build it by yourself. Cheers Claudia
  • NP++ 6.8.8 file encode type does not stay as UTF8

    Locked
    8
    0 Votes
    8 Posts
    11k Views
    Claudia FrankC
    @guy038 thank you very much for the hard work, I really appreciate it. Encoding is one of those points which I don’t really understand fully. Now I have a reference how it is solved and used in npp. Thx Cheers Claudia
  • Windows 10 Errors

    7
    0 Votes
    7 Posts
    8k Views
    Robert AleR
    Using windows 10 and npp from april 2015 and didn’t have any bugs/issues. Installed it directly without any upgrade from w7 or w8
  • Program/feature request,"make Home button work" .

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    vmars vernonV
    Thanks again Claudia…vm
  • Add shortkey

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    Hello Yannick-Molinet, yes, go to Settings->Shortcut Mapper double click on Reload from Disk and choose one. Preferrable one which isn’t used yet. ;-) Cheers Claudia
  • how to replace ">" 'with ">" and CRLF' ?

    Locked
    4
    0 Votes
    4 Posts
    7k Views
    Claudia FrankC
    Hello vern, may I redirect to this site. Cheers Claudia
  • Search Operator?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC
    Hello Vasile-Caraus, I had a brief look and I think most, maybe all, can be done using regular expressions. Do you want to avoid digging deeper into the regex monster? ;-) Cheers Claudia
  • SAS & Notepadd++ (adding new programming Language set)?

    sas language se
    6
    0 Votes
    6 Posts
    8k 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

    html regex replace multiline search
    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
    7k 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
    7k 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
    13k 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
    7k 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
    5k 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
    4k 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.