Community
    • 登入
    1. 首頁
    2. Help wanted · · · – – – · · ·
    登入以發表
    Load new posts
    • 最近回覆
    • 最近建立
    • 回覆最多
    • 最多點贊
    • 最多觀看
    • Karlos RuzK

      error plugins

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • Paolo SantiniP

      How to count the whole project code lines?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      30k 瀏覽
      Scott SumnerS

      guy038,

      No, I think your regex count method would work just fine; in other words, it wouldn’t see the “new 0” file. The “new 0” file I’m talking about doesn’t seem to be a real thing to the user, just something that gets returned with the notepad.getFiles() function of Pythonscript. Then again, it could be a file that means something special to N++ behind the scenes (and thus at the Pythonscript level it IS a real file), but I don’t know. Maybe Dave B is watching, knows the answers, and will comment.

      Related: There are times in N++ when I see a “new _” file created briefly when I didn’t do it. [Side note: I rarely create a new file in the tradition manner; I almost always create a new file with the TakeNotes plugin, so I don’t have files of my own creation called “new _” in my tabs.] One example of this is when N++ is shutting down, I believe, sometimes I see a “new 1” tab created very briefly as N++ is cleaning up. I’d like to know more about these rogue “new _” files, if anyone knows…

    • Pramendra RathiP

      Function name highlighting in notepad++

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • Fleet CommandF

      (Bug) Notepad++ installs two overriding shortcuts

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • Margaret MacaskillM

      Any way to Show static window instead of a progress window during FindInFiles?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • Raptor EugeneR

      Annoying behavior (BUG?)

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • W CW

      "properties" cannot be changed.

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • lisadeanL

      Getting a plugin listed as unstable?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動 plugin
      1
      0 評價
      1 貼文
      2k 瀏覽
      尚無回覆
    • Paul AldrichP

      Notepad+ can't save an existing file

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      4k 瀏覽
      尚無回覆
    • Sun W KimS

      Save failed: The file cannot save saved and it may be protected.

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      8k 瀏覽
      尚無回覆
    • Peter SsteinerP

      How to adjust encoding detection algorithm: ANSI vs UTF-8 w/o BOM?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      1
      0 評價
      1 貼文
      3k 瀏覽
      尚無回覆
    • Clay MontgomeryC

      How to copy Notepad++'s configuration to another PC?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      8k 瀏覽
      RicardoR

      stylers.xml contains default theme, /themes/your theme.xml contains your theme colors/fonts

    • Christian RekratsC

      Line breaks possible in Custom Defined Language?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      7k 瀏覽
      Christian RekratsC

      I think I’ve found it…

      http://udl20.weebly.com/delimiters.html

      See Example 2 and 4.

    • MoneIntuitiveM

      Line Filter for updated Notepad++

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      8
      0 評價
      8 貼文
      87k 瀏覽
      RicardoR

      @MoneIntuitive Thanks for sharing!
      I think in the Linefilter2 the options “Keep lines with selection” and “Remove lines with selection” are equivalent to the option “Find lines that dont match” (in ‘Filter Settings’ dialog) with the checkbox respectively unticked and ticked.

    • bri235445B

      Function list doesn't detect C functions that have function pointers in the argument list

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      8
      0 評價
      8 貼文
      9k 瀏覽
      bri235445B

      @guy038

      The name of the function is complicated, so functionList should return complicated as the name.

      You can see it in action here:https://ideone.com/SmDmCF

      It doesn’t do anything useful since it is an example.

      Here is another example:

      float ( *GetPointer( int a ) )[10]
      {
      ( void )a ;
      return NULL ;
      }

      This is a function named GetPointer, taking an int and returning a pointer to an array of 10 float.
      You can see it working here: https://ideone.com/Sxn8WQ

    • Herriman CoderH

      Javascript and CSS formatting in html files

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      1 評價
      3 貼文
      7k 瀏覽
      Herriman CoderH

      Ricardo: When I upgraded from NPP 6.7.9.1 to 6.7.9.2, it works great now. Thanks!!

    • Stefan TravisS

      Shortcut for Views?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      5
      0 評價
      5 貼文
      5k 瀏覽
      Scott SumnerS

      @David-Bailey , which plugin is yours? You didn’t say what it was or what it does.

    • Rick DaveyR

      Liquid file formatting

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      7k 瀏覽
      RicardoR

      Yes, it would be hard to create a new User Defined Language…
      For using existing HTML highlight, you can add the liquid extension to langs.xml file in the Language name="html" part and you can add some more keywords inside <Keywords name="instre1"> so these are highlighted.

      Some reading for creating a new User Defined Language:
      http://docs.notepad-plus-plus.org/index.php/User_Defined_Languages
      http://docs.notepad-plus-plus.org/index.php/User_Defined_Language_Files
      http://superuser.com/questions/160925/adding-a-new-language-to-notepad
      http://stackoverflow.com/questions/12574121/adding-a-user-defined-language-in-notepad
      http://weblogs.asp.net/jongalloway/creating-a-user-defined-language-in-notepad

    • Rob StowR

      How to open a new window?

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      3
      0 評價
      3 貼文
      24k 瀏覽
      Rob StowR

      Many thanks. Nice to know I won’t have to use things like Word again just to view files side-by-side.

    • richard elbeesaR

      Scintilla Error, Help!!!

      關注中 忽略中 已排程 已置頂 已鎖定 已移動
      2
      0 評價
      2 貼文
      7k 瀏覽
      guy038G

      Hello Richard,

      That quite weird ! Usually, the SciLexer.dll file should have been installed, with some others, in the same folder than the Notepad++.exe file

      With that last 6.7.9.2 version of N++, the length of the SciLexer.dll file v3.5.6.0 is 1 045 504 bytes

      However, I can’t give you a definitive answer, as I always do a portable installation, from the N++ 7z archive

      Good luck, testing your configuration !

      Best regards,

      guy038

    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors