Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

scintilla

How to Use Scintilla .NET in C# Project?

August 3, 2023 by Tarik

It’s been a little while since I used Scintilla, but my understanding is that SciLexer.dll is an entirely native DLL, which is why you can’t add a reference to it from Visual Studio. Instead, you should ‘arrange’ for SciLexer.dll to appear in the right directory at runtime so that it can be loaded by ScintillaNET.dll. … Read more

Categories c# Tags .net, c++, scintilla, visual-studio Leave a comment

How to multi-line “Replace in files…” in Notepad++

February 3, 2023 by Tarik

It’s easy to do multiline replace in Notepad++. You have to use \n to represent the newline in your string, and it works for both search and replace strings. You have to make sure to select “Extended” search mode in the bottom left corner of the search window. I found a good article describing the … Read more

Categories notepad++ Tags notepad++, scintilla Leave a comment

Does Notepad++ show all hidden characters?

October 4, 2022 by Tarik

Yes, it does. The way to enable this depends on your version of Notepad++. On newer versions you can use: Menu View → Show Symbol → *Show All Characters` or Menu View → Show Symbol → Show White Space and TAB (Thanks to bers’ comment and bkaid’s answers below for these updated locations.) On older … Read more

Categories ide Tags editor, ide, notepad++, scintilla, text-editor Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa