Notepad++ Rtf Editing plugin [closed] - plugins

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last month.
Improve this question
Is there a plug-in for Notepad++ that does rtf highlighting? To clarify, I mean when one opens an rtf file as plain text, is there a plugin that highlights rtf statements (like "{\rtf...}", "{\colortbl...}", and etc.) like it does with c++, c#, html, and etc. along with the ability to collapse blocks of rtf statements like an xml file? Thanks in advance.

Good news every-one! I found a UDL for RTF here.
Found it via this link.
[Edited 2 Aug 2016] The list of User-Defined Languages is now available at this address: https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/udl-list.md

Short answer: I don't know, and probably not.
Long answer: this is sort of a duplicate question; a related answer is yonder:
http://sourceforge.net/projects/notepad-plus/forums/forum/331753/topic/3445473
Re:
Plugin for NotePad++ for rich text?

Related

Looking for a hex editor with highlighting/annotation tools to make reverse engineering easier to document [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
I just want to highlight Hex code for documentation purposes. I mostly use WinHex for binary analysis, but pasting hex into word and reformatting before I can annotate code is a pain.
VS code has several highlighting extensions, but they don't work in tandem with hex editor plugins.
Has anyone found a good hex viewer with highlighting functionality? I don't need any additional edit/decoding functionality as WinHex serves all of my other needs nicely.
I'm looking for programs on any OS.
Ideally the UI shows memory address, hex code, and ASCII decoding.
Any Suggestions?

Any links on creating presentation in windbg [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
The one and only Sasha's tweet below shows that presentations can be created using windbg.
https://twitter.com/goldshtn/status/672494178769719300
Anyone knows how to do that?
PS: I know Sasha is on stackoverflow, so may be he can answer this question :)
"Presentation" is somewhat of an exaggeration. What you meant to ask is "how to format output in WinDbg?"
To this the answer is "using DML".
Whether you use .printf or send output to the debugger using OutputDebugString, you can use Debugger Markup Language (DML) to output use colors, links etc.
The tag reference is located in the page Customizing Debugger Output Using DML.
"Drawing" using monospace text is your business, however. WinDbg has no facilities to help you with that as far as I know.

looking for a good online WYSIWYG editor with RTF download capability [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of any JavaScript/CSS scripts that offer a good WYSIWYG editor, along with the ability to download inputted information to an RTF file?
The only one I've found so far is NicEdit, but I haven't been able the figure out how to convert the formatted text (which is in HTML format) to RTF and offer it for download. I've been able to store the formatted HTML in a JavaScript variable, but don't know how to proceed from there.
Do any of you know of an open source WYSIWYG text editor that offers users the ability to download their formatted text in RTF format?
In the end I decided to go for TinyMCE. It's pretty versatile and although downloading text was not a built-in function, it was easy to set it up myself just by passing the formatted HTML text through a PHP variable once a button was pushed for download.
From there, there are various php classes that can be used to convert HTML to RTF. Just updating this in case anyone else comes up with a similar problem in the future.

Rich text editor library for iOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does somebody know a rich text editor (like NSTextView for Mac OS X) library for the iOS platform?
The Omni Group also released some code that could be the start of a rich-text editor.
http://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor/
Based on Core Text.
I am following 3 rich text editors for iOS, available in GitHub. Below is the list:
iOS-Rich-Text-Editor
RichEditorView
ZSSRichTextEditor
ZSSRichTextEditor is best library among these.
Here's an attempt at a fully implemented one: http://www.cocoanetics.com/parts/dtrichtexteditor/
One doesn't exist, you'll have to craft one yourself. There are examples of using Core Text out there, if you just know where to look. For instance, the I7CoreTextExample is one such example.

configuration file editor in Eclipse [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Greetings,
Anybody uses Eclipse to edit configuration files like httpd.conf and the likes, or even shell scripts? Which editors are there for that?
Thanks.
Pedro.
There's shelled, a shell editor plugin for Eclipse. Syntax highlighting is quite solid. It even provides mouse-hover docs for commands having a man page.
there is a cool editor for http.conf called ApacheConf. Other than that I think Notepad++ does the trick but only for syntax highlight.
Notepad++ is great for this kind of tasks.