Jump to content
IGNORED

Notepad++


Heaven/TQA

Recommended Posts

aehm... I have updated my Notepad++ and continued work some work on Beyond Evil studing my sprite code but I can not get my label list on the right side. I can not remember if that was done by a plugin or by configuring the stuff.

 

I can remember that I pressed a button and a new window on the right side of the source code was opened with all labels (ok... only the ones with had a ':' like "init:" f.e.)... when I was clicking on the list item the cursor automaticly jumped to the code section...

 

can someone help me?

Link to comment
Share on other sites

aehm... I have updated my Notepad++ and continued work some work on Beyond Evil studing my sprite code but I can not get my label list on the right side. I can not remember if that was done by a plugin or by configuring the stuff.

 

I can remember that I pressed a button and a new window on the right side of the source code was opened with all labels (ok... only the ones with had a ':' like "init:" f.e.)... when I was clicking on the list item the cursor automaticly jumped to the code section...

 

can someone help me?

 

Sounds like the "functions" plugin. I know it breaks lots of times when updating. I love Notepad++ and use it all the time. I just wish there was a 6502 highlighting setting for it.

 

Stephen Anderson

Link to comment
Share on other sites

aehm... I have updated my Notepad++ and continued work some work on Beyond Evil studing my sprite code but I can not get my label list on the right side. I can not remember if that was done by a plugin or by configuring the stuff.

 

I can remember that I pressed a button and a new window on the right side of the source code was opened with all labels (ok... only the ones with had a ':' like "init:" f.e.)... when I was clicking on the list item the cursor automaticly jumped to the code section...

 

can someone help me?

 

Sounds like the "functions" plugin. I know it breaks lots of times when updating. I love Notepad++ and use it all the time. I just wish there was a 6502 highlighting setting for it.

 

Stephen Anderson

 

Thanks Stephen,

 

I am playing around with the fx plugin but it does not work with Notepad++ v5.x and so I went back to v4.x but still not work. I know on one of my old PCs I had an older version of Notepad just because of this feature... hmmm Maybe I have to go back even more version numbers...

 

when trying to configure the fx plugin I have no clue how I can do this... I know the old version I have not configured anything...

 

re: syntax highlighting

 

just add the 6502 commands plus f.e. the MADS special ones in the style settings for assembler? it is quickly done as the 6502 does not have too many commands... ;)

Link to comment
Share on other sites

  • 4 years later...

Sounds like the "functions" plugin. I know it breaks lots of times when updating. I love Notepad++ and use it all the time. I just wish there was a 6502 highlighting setting for it.

 

Stephen Anderson

 

I've created my own notepad++ 6502 highlighting XML file if you want one. You can make one yourself by just entering all the instructions and directives. Its pretty helpful.

  • Like 1
Link to comment
Share on other sites

So, here is a copy of my UDL file for Notepad++

 

6502-VCS.xml

 

I've currently added psuedo-ops for DASM, but you can go in and add any assembler specific data you want. I should note that the TIA and RIOT registers are taken from "vcs.h" and "macro.h". So, you may need to tweak them as well.

 

Here's a peak at what my current theme looks like. Its not 100% perfect, but it should give you an idea of how this works:

 

screen.jpg

Edited by johnnystarr
  • Like 1
Link to comment
Share on other sites

  • 2 years later...
  • 8 months later...

OK, another bump and request.

 

I'm configuring to use MADS with Notepad++ - I want to open the assembly output in another tab. The method I'm working on isn't the prettiest but I can't think of any other way. I tried directing MADS -l output to CON: but it didn't work, and in any case the console output for Notepad++ isn't really suited for long outputs we'd get from bigger projects.

 

ie I've got a command sequence setup that goes to plugin npp_exec:

npp_save

cd "$(CURRENT_DIRECTORY)"

D:\Emulators\Atari 800\PC Tools\MADS 2.06\mads "$(FULL_CURRENT_PATH)" -l:$(NAME_PART).lst
 
notepad++ "$(CURRENT_DIRECTORY)\$(NAME_PART).lst"

This works (I had N++ set to operate in single instance mode) but the problem is if I don't close the tab with the output listing the next one that's generated isn't opened.

 

Ideally it would just close off the listing if a tab was already opened before calling MADS. Whether that can be done I don't known. Seems documentation for N++ and plugins is all over the place and much of what I've found is just by searches and luck.

 

Alternatively, I might just go back to EDIT+ which is what I was using previously.

  • Like 1
Link to comment
Share on other sites

That's a very good question. I guess Mr. Dell himself could comment on this. I think that eclipse+wudsn currently doesn't compare to VSCode (function wise) at all.

But Eclipse is just the framework for WUDSN. I guess WUDSN could also rely on another framework like VSCode. As far as I know VS Code is completely based on JS/NodeJS. So bringing WUDSN functionaltiy to VSCode would mean a reprogramming from scratch.

 

Eclipse has much Java-specific IDE overhead, which a MADS programmer wouldn't need. It would be nice to have a slim & easy-to-setup editor for MADS and/or CC65 incl. debugging with Alitrra.. .

--- ok dreaming :) Until then I can live with WUDSN which is a great option of course.

 

\twh

  • Like 1
Link to comment
Share on other sites

I use eclipse/wudsn/atasm on linux. Works great.

 

When I'm editing on the PC I use Notepad++. I put together a few syntax hilighting configurations. Atari BASIC, BASIC XL, and atasm. I exported the configa and put them on github here:

 

https://github.com/kenjennings/NotepadPlusPlus-Atari-Syntax-Highlighting

 

The atasm syntax hilighting is fairly complete. Not too sure about the BASICs. I don't use them very often.

Edited by kenjennings
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...