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
-2
votes
1 answer

how to add unlimited array or vector without using List? on c# because they Closed my question i am asking again

want to create an add method to add movies without any limitation however I don't want to use List and what i have used in this code is that i have used array and vector but it is limited i don't want it to be limited I expect it to be added every…
Niklas
  • 11
  • 1
-2
votes
1 answer

How to filter with console.log JSON?

I need to filter in the console.log the data that I get from the json that I show in the image. How could I do it? Code This is my .JSON [ { "category": "FORMULARIOS", "items": [ { "label": "Botones", "url":…
Maiki
  • 15
  • 4
-2
votes
2 answers

Is it possible to code this website?

I'm a Graphic Designer. I was wondering if it's possible for a programmer to code this website or I should redesign this? Because I have doubts about how hard the header and footer are, and I think it's a really hard work for a programmer to code…
-2
votes
3 answers

Combine coding with multiple programmers

As I mentioned in the title, can anyone recommend me a software which is easy to use and higher accuracy to merge program coding mainly Java(Android). For example: 3 Programmers were writing ABC software. First phase will be written by Programmer A…
-3
votes
2 answers

Years display in Python from a age and print every year since birth

I want to create a code in Python that asks the user for their age and displays on the screen every year since birth, separated by commas. Using for. Like this example: How old are you?: 37 1985, 1986, 1987, 1988, ... 2017, 2018, 2019, 2020, 2021,…
Nicki
  • 3
  • 2
-3
votes
1 answer

How do i replace something but also keep it? Notepad++

Document1:Document2 Document3:Document4 Document5:Document6 Document20:Document21 Document22:Document23 Document24:Document25 So, i wanna split from the sixth document so it would look like this,…
sani bani
  • 83
  • 1
  • 7
1 2 3
4