when i open new file it insert code in notepad++

0

1

First i want to tell you that i now i only use notepad++ for assembly language. and i have made assembly my default language by reading this here so when i open new file it highlight as assembly now its possible when i open new file it open with some code?? as when i open new file it open with

.model small
.stack 100H
.data
.code
 main proc


 main endp
 end main

Thanks in advance :)

Maqbool ur Rahim Khan

Posted 2013-08-11T20:10:50.597

Reputation: 3

Possible duplicate on StackOverflow http://stackoverflow.com/questions/2749747/notepad-premade-template

– phillid – 2013-08-13T05:43:47.183

Answers

0

Notepad++ seems hasn't support for new files with a content. Try SynWrite editor, also free. You can put Asm file to template\newdoc subfolder and call File>New menu with it. (See help topic about new file template)

RProgram

Posted 2013-08-11T20:10:50.597

Reputation: 475