Author Topic: Notepad++ configuration  (Read 7534 times)

Offline shaynox

  • Full Member
  • **
  • Posts: 118
  • Country: gr
Notepad++ configuration
« on: February 27, 2015, 07:04:47 PM »
Hello, do you have any extra features (Style configurator, macro) for notepad++ to share :p

I focus on how to build code with this tool, easier and faster way.

I have found a very good coloration syntactic in Wikipedia: http://en.wikipedia.org/wiki/Netwide_Assembler

Value of his coloration syntax (wiki):
Code: [Select]
; 0xF9_F9_F9 = 249_249_249 - background
; 0x00_00_7F = 000_000_127 - CPU instructions
; 0x46_AA_03 = 070_170_003 - CPU registers
; 0xFE_30_30 = 254_048_048 - Immediate numbers
; 0x00_00_FF = 000_000_255 - Compiler keywords
; 0x7F_00_7F = 127_000_127 - Strings
; 0x66_66_66 = 102_102_102 - Comments

Personally I love Deep Black theme*

Thanks in advance.

*:
« Last Edit: February 27, 2015, 07:31:24 PM by shaynox »