• Need help, please - regular expressions

    Locked
    14
    0 Votes
    14 Posts
    7k Views
    Jan KowalskyJ

    Thank you for your commitment
    Best regards,
    Jan

  • Class and main css line edit

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Emre Şeker,

    does this mean you want to click on header__navigation -widgets and corresponding css file should open?

    Cheers
    Claudia

  • Plugin Compare Problem

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC

    Hello Sebastià Barceló Bauçà

    obviously this a bug and I see that it has already been addressed here.

    Cheers
    Claudia

  • Is it possible to skip columns in column mode?

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    Piotr LopusiewiczP

    Yeah, this was just a sample data. It’s usually way more columns of various stuff in them (numbers, mixes strings, names, addresses etc.), sometimes white spaces as well. Sometimes I want to do: space->right->space->right->space->right->right->delete one row->copy pate 4 next rows->left x10->paste

    Right now I need to re-select every time for a simple task of moving in what is in one column somewhere else and inserting some spaces between other columns. It’s faster (for me) to write a Python script to handle that than use regular expression search/replace but it would be instant if there was a way to move one column to left and right without losing the column selection more.

    Anyway, thanks for help :)

  • ShellExecute failed (2): Is this command Correct? (Fix)

    Locked
    1
    2 Votes
    1 Posts
    39k Views
    No one has replied
  • When reload file is it possible to update search results too?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    Claudia FrankC

    Hello Dzianis Nosko,

    so you want a feature that the old and new GUIDs are automatically highlighted when reload of file has finished, correct?
    Should just the word be highlighted or the whole line?
    Is there just one log file at a time or could it be that more files are involved?

    Cheers
    Claudia

  • NppCrypt doesn't work!

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello Дмитрий Мощнов,

    P.S. Excuse please for my English, but I think it better than Google Translate. :)

    absolutely agreed - I think google translate is good if you try to understand
    but not if you try to say something.

    The problem sounds like you didn’t select any text, did you?

    Cheers
    Claudia

  • NPP EXEC - command line wrong

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Claudia FrankC

    Hello Lisa Nux,

    there are several issues here.

    First line sets an variable OUTFILE to C:\Users\Lisa\Desktop\UNi\WS1516\CT\output1.txt
    but the output states that it is OUTFILE = C:\Users\Lisa\Desktop\CT.txt ??

    Second line you open a command prompt with switch /C, which means cmd should terminate
    after command has been executed but you do not provide an command.

    Third line should execute perl with first parameter being the script which should get executed
    but, at least what you’ve provided, there is a space between \CT\ and PG_SCRIPTS… so perl
    cannot execute the script. Maybe that’s the source of the issue.

    and in this line
    C:\PERL\DWIMPERL\PERL\BIN\PERL.EXEC:\USER\Lisa\Desktop\CT\PG_SCRIPTS\check_001.PL DT “(FULL_CURRENT_PATH)” >(OUTFILE)

    there isn’t a space between PERL.EXE and C:\USER…

    Cheers
    Claudia

  • Folging in custom Language

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Jim DaileyJ

    I am not sure what you need, but I’ll offer atip that might help.

    I think you might want to be able to fold *<section> up to some following section? You say there is no closing keyword and that “$” begins a comment. If that is all correct, then perhaps you can create a closing keyword like this:

    [...] *NODE 1-2.300000000E-02 1.000000000E-03 0.000000000E+00 0 0 ... 10034-2.240450559E-02 3.333333333E-04 5.896247027E-04 0 0 $SECTION_END $ $ $ SECTION DEFINITIONS $ $ ...

    Here, I am using the comment “$SECTION_END” as an end-of-folding keyword. Maybe this will work for you?

  • Collapse buttons too small on high DPI displays (resolution 3200x1800)

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Treat file type as a zip archive for searching

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    dailD

    It’s not possible and I don’t think any plugins exist that do that either. You are probably better off using tools specifically for searching compressed files.

  • Ellipses Cutting Off Long Lines

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    dailD

    Oh…now I see what you mean! The find results does in fact cut it off for some reason…odd. You might try a plugin called LineFilter2. You can search for text (or regular expression) and it will pull out every line that matches. I use it all the time for digging through log files.

  • Can't Change Autocomplete "From 1 th Character"

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    Claudia FrankC

    Hi Pius Lee,
    it happened to me as well but in the end it turned out that
    numbers on the num key pad weren’t activated. Maybe worth to check?

    Cheers
    Claudia

  • Exclude filetypes from Search

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    Claudia FrankC

    Hello David Lepold,
    I guess that’s not possible.
    If the file extensions are known than maybe recording a macro would do the job?

    Cheers
    Claudia

  • Line selection

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    Benji BruxellesB

    Wow nice, thank you very much. It was just a little difficult to find alone :) Thanks!

  • 0 Votes
    2 Posts
    7k Views
    Claudia FrankC

    Hello NikCs2015,

    it sounds that either the file extension is known by a lexer and does automatic coloring
    or you did some changes in styler configurator (settings menu).

    Cheers
    Claudia

  • Drag and Drop question...

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    Scott SumnerS

    This seems like a reasonable feature request.

  • Disable .NFO style

    4
    0 Votes
    4 Posts
    4k Views
    Claudia FrankC

    Hello telk5093,

    you can edit stylers.xml and langs.xml to comment nfo specific lines.
    look for the followng lines in

    stylers.xml

    <LexerType name="nfo" desc="Dos Style" ext=""> <WordsStyle name="DEFAULT" styleID="32" fgColor="2E2E2E" bgColor="FFFFFF" fontStyle="0" fontSize="10" /> </LexerType>

    langs.xml

    <Language name="nfo" ext="nfo"> </Language>

    To comment the lines you need to select it and press strg+k which results in e.g.

    <!-- <LexerType name="nfo" desc="Dos Style" ext=""> <WordsStyle name="DEFAULT" styleID="32" fgColor="2E2E2E" bgColor="FFFFFF" fontStyle="0" fontSize="10" /> </LexerType> -->

    Restart npp.

    Disadvantage, if you update npp it will overwrite your changes.

    Cheers
    Claudia

  • Instability on version V6.8.6

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • "There is no disk in the drive" start up message

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    guy038G

    Hello Alan,

    May be, the links, below, will give you some hints about it and also the solution ! If, so, give us a short report of your actions. It may be useful for some other N++ users :-)

    https://support.microsoft.com/en-us/kb/330137

    http://www.howtogeek.com/forum/topic/no-disk-in-drive

    http://www.techspot.com/community/topics/please-insert-a-disk-into-drive-device-harddisk-dr1-error-when-starting-a-program.162902/

    Best Regards,

    guy038