Questions tagged [programmers-notepad]

Programmer's Notepad is a Windows text editor designed for coders, supporting projects and extensibility through plug-ins and scripts (e.g. Python).

Programmer's Notepad is a Windows text editor designed for coders, supporting projects and extensibility through plug-ins and scripts (e.g. Python).

Features include:

  • Syntax Highlighting for lots of languages, configured with schemes
  • Multi-language user interface
  • Unlimited number of schemes supported, powerful syntax
  • highlighting supporting both user-defined and built-in schemes
  • Text Clips provide smart templates for text insertion
  • Code Folding/Outlining
  • Docking windows for: File Browser, Open Files, Text Clips, Tool Output, Find in Files results
  • Regular expression search and replace (full perl syntax)
  • Excellent external tool support with user-configurable
  • output matching – click on errors and warnings to jump right to
  • the place in the file where they were generated
  • Split Views
  • Bookmarks (both numbered and plain)
  • Export to HTML (using CSS) and RTF
  • Code definition browsing and navigation (using Ctags)
  • Non fixed-width font support
  • Projects and Project Groups with multi-level folders and file system mirroring
  • Scripting with Python
  • Extensions support for developing add-ons with C++
  • Support for UTF8, 16 and various file encodings
  • Support for windows, unix and macintosh line endings
  • Tabbed MDI interface, with multi-level split views
  • Word-wrapping

Refer to program's Home Page for further details.

51 questions
32
votes
6 answers

How to connect IntelliJ with local MySQL?

I have been struggling to learn how the localhost MySQL and IntelliJ to connect and program a database related task. Is that Possible? If yes, how to achieve it?
RAJMOHAN
  • 515
  • 1
  • 5
  • 14
7
votes
1 answer

How to change font size of specific parts of code in vscode?

In notepad++ we are able to change visible-to-user parts of the code. Is there any way to do the same in VSCode? Like this:

**88888888**

tag font size = 9 88888888 font size = 15
3
votes
1 answer

Haml and Sass for Programmer's Notepad?

Does anyone know where I can find some cool syntax highlighting for Haml and/or Sass for the Programmer's Notepad? Thanks!
cbmeeks
  • 11,248
  • 22
  • 85
  • 136
3
votes
1 answer

Programmer's Notepad not Capturing Make Output?

I've been using Programmer's notepad for a while now, I find it to be an amazingly simple tool and I prefer to use it on projects where I know I don't need most of the standard IDE overhead. However, I've recently run into this problem when running…
Blank
  • 7,088
  • 12
  • 49
  • 69
3
votes
1 answer

Using Programmer's Notepad 2 as editor for git

I've seen posts about using notepad++ and other editors for git, but not one about using PN2. I've tried variations on the following, but none of them seem to work: git config --global core.editor "'C:\Program Files (x86)\Programmer's Notepad\pn.exe…
user673679
  • 1,327
  • 1
  • 16
  • 35
2
votes
3 answers

How to replace a particular character after '=' sign in all the rows in notepad++

My file content is as below abcd-12=jksjd-jkkj xyzm-87=hjahf-tyewg-iuoiurew zaqw-99=poiuy-12hd-jh-12-kjhk-4rt45 I want to replace the hypen with underscore sign after the '=' i.e on the R.H.S of the equation. No of hypenated terms are variable in…
Som
  • 1,522
  • 1
  • 15
  • 48
1
vote
1 answer

Karatsuba Algorithm Overflow

I've been studying Karatsuba's algorithm on Wikipedia and I stopped at this section that confused me ..Why is there an overflow in this algorithm , I don't understand the steps he made to resolve this issue .here is a screenshot of my problem
1
vote
0 answers

Notepad++ plugin for both 32 bit and 64 bit notepad++

I created one notepad++ plugin in Visual Studio.It is working only with 32-bit of Notepad++. When I am using it with 64 bit notepad++,It shows error that cannot load 32-bit plugin.Can it be fixed by changing project properties. Or any other way I…
somerandomguy
  • 323
  • 4
  • 13
1
vote
1 answer

[Auto Select Text Between two given words in a notepad++]

I have a large text files.I have a given specific keyword [with spaces in between like "ABC DEF G"]. It either occurs in the text file exactly two times or does not occur at all. I want to have a notepad++ search such that all the text between these…
somerandomguy
  • 323
  • 4
  • 13
1
vote
0 answers

Facebook Page category

I have a page with my own name. And I am a programmer. Now I wanna know what will be the page category of the Facebook page of a programmer? I can't understand? Would anyone please help me? I will be very grateful to you.
Dan pite
  • 41
  • 1
  • 3
1
vote
0 answers

Reading a text file in color

I have a program that posts messages in different colors, eg: GREEN for info, RED for errors, YELLOW for warnings. When I print them into a file, I see the codes for begin_color and end_color printed in ASCII. Is there a text viewer (preferably in…
boffin
  • 639
  • 2
  • 13
  • 26
1
vote
1 answer

How to make pretty print in programmer's notepad

In programmer's notepad is my xml code in one line. How can I make pretty print? I made code with python.
0
votes
0 answers

Finding a Structured Way to Learn Dynamic Programming

I started to learn dynamic programming... but was stuck on how to structrally learn ... I want to effective learning process with in a month I want to learn the dp with practice how I start and what is the best source and what wat to learn dp I…
0
votes
1 answer

Notepad++ how to add some characters after some commas occurrence?

I have a long insert data sequences text like : INSERT INTO table (field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field, field) VALUES (1,…
Luigino
  • 745
  • 3
  • 7
  • 26
0
votes
2 answers

How to replace text & number and add a other specific text & number in notepad++

I want to edit a file using Notepad++, in such a way that I can replace a line containing a specific word, For example : edit 792 set name "XXXXX" set action accept next edit 957 set name "YYYYY" set action accept next edit 021 set name…
1
2 3 4