- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Notepad ++ language definition for CCS
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2015 12:29 AM - edited 10-26-2015 12:07 AM
During my study of the NetMRI CCS language, I was missing some tool for syntax highlighting. I usually use notepad++ for all my text editing needs, so I've spent some time making a language definition for notepad ++.
It might not be perfect but I though I would share it for others to use:
Instructions for adding it to notepad++ you can find here
It will give you something like this in notepad ++:
For info how to import this
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
WOW this is brilliant, I will
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2015 05:55 PM
WOW this is brilliant, I will need to test this when I get home to my Windows box(MAC Laptop here)
Thanks for the hardwork and sharing
Sif
Twitter: https://twitter.com/sifbaksh
https://sifbaksh.com
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-22-2015 11:33 AM
Unfortunately the download link seems to be broken. :-(
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-22-2015 12:19 PM
we'll get to the bottom of it and ensure it's available!
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-26-2015 12:08 AM
The link in the original post is working again thanks to the help or Eric.
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-26-2015 07:32 AM
Works like a charm!
Thanks for fixing this and for sharing!
Loren
Re: Notepad ++ language definition for CCS
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-26-2015 08:00 AM - edited 10-26-2015 08:13 AM
Of course! BTW, in the "options" menu (top right of the thread) a dropdown selection "email a friend" may be helpful if you'd like colleagues or peers to see this as well. In fact, I'd like to craft a blog and highlight this. Would you mind?
Eric
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-26-2015 08:09 AM
Loren
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-2016 09:04 AM
Thanks for sharing! Great.
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-02-2017 11:41 PM
For you information.
I've "open sourced" this here:
https://github.com/jobec/infoblox-ccs-language-defs
If there are people that have experience in writing definitions for other editors (Pycharm/IDEA, Atom, ACE editor, Sublime Text, etc...) the feel free to do so. All efforts are welcome.
I've tried to do so for Pycharm, but I haven't gotten my head around it yet...
Re: Notepad ++ language definition for CCS
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-05-2020 04:02 AM
Hi all, I'm using Notepad++ to read some PPCL (proprietary Siemens language). Their comment lines are defined by just a 'C' after the line number, but I'm having trouble telling Notepad++ how to define this and ignore any other line that has a 'C' in it. Has anybody dealt with a user defined language or know of a Notepad++ PPCL plugin? Thanks