Highlighting comments containing TODO in Sublime Text 2 [closed] - sublimetext2

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 years ago.
Improve this question
Is there a way to tell Sublime to highlight comments that contain the word "TODO"?
I've looked for plugins that do this but haven't really been able to find much.

Sublime Linter should do the trick. You can add underlining for custom static text.
All you need is the Sublime Package Manager:
Press Ctrl/Cmd+Shift+P
Search for "Package Control: Install Package"
Search for "SublimeLinter"
As stated by jon in the first comment:
For ST3, the SublimeLinter-annotations plugin highlights TODO, FIXME etc.

I'm using the TodoReview plugin. It's very good and simple.
After installing it via Package Control, in order to use it on Windows, press Ctrl+Shift+p and type TodoReview: Project Files.
It will open up a tab with all TODOs in your project, where you can navigate with up/down and go to the TODOs location with enter.

Try this plugin : https://github.com/robcowie/SublimeTODO
Maybe it can meet your requirement.

The "highlight_code_remarks.py" plugin seems to do what you are looking for. It can be found on: https://bitbucket.org/theblacklion/sublime_plugins/src/
It requires some handwork to install, especially note that:
You don't just need to copy the highlight_code_remarks.py file, but also the entire "support" folder.
Read the Instructions on the beginning of highlight_code_remarks.py file. If you just want keyword highlighting, you may skip the part which explains how to install the key bindings.
In case of trouble also have a look at this forum post, that's where I originally found the plugin: http://www.sublimetext.com/forum/viewtopic.php?f=5&t=1745
...and just in case someone reading this has never installed a sublime plugin before: In Sublime Text, click "Preferences", then "Browse Packages..."
Copy the files mentioned above belong to your "User" subfolder.
The color scheme configuration files can be found in the "Color Scheme - Default" subfolder.

Try the
HighlightWordsPlugin. Worked great for me on Sublime Text 3

Related

How can I work with HTML5 and CSS3 on Sublime Text 3? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
This might be a stupid question, but I just started to learn coding and I am trying to wrap my head around these editors... but I just can not seem to work with HTML5 and CSS3 on ST3.
Checkout Package Control for turning Sublime Text into a powerful editor.
If you have a specific use case for editing HTML and CSS files, please comment.
Syntax highlighting does come built in and you can change that in the lower right hand corner of the editor window.
HTML files are just text files with a .html file extension. CSS files are text files with a .css extension. You can open any of these files in any good text editor.
Sublime Text has code syntax highlighting abilities which make it easier to read the CSS and HTML code. Syntax highlighting only work if the file that is being displayed has the correct file extension. You can also manually override the syntax with the button in the bottom right hand corner of the window:
There are also many plugins for Sublime Text which help developers create and edit HTML/CSS files. A quick Google search will give you some good plugins to help you get started.
UPDATE 1: To be able to see file name extensions in Windows Explorer/File Explorer, follow this tutorial from Microsoft.

Live Preview / WYSIWYG support for Notepad++? [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 9 months ago.
Improve this question
Anyone know of a way to have a split screen view in Notepad++ where I can be editing my HTML / CSS in one pane/tab and be seeing the Live Preview of what it would look like in a browser in another tab/pane?
Ideally, this would be:
in Notepad++ itself (using native panes/tabs as described above)
the user could configure whatever browser rendering engine (Chrome, FF, IE, etc...) they wanted to view the preview in
However, I could live with any variation of the two above, e.g. simply integrated with RubyMine using external windows/browsers, or maybe, the preview only available with limited rendering engines (only Chrome let's say).
The plugin Preview HTML is the closest match to what your are looking for.
Go to the Plugins menu and then find the Preview HTML entry to install it. Its description is: Preview HTML files inside Notepad++ (or in a floating window) without having to save them first. The latest update now refreshes the preview automatically after switching tabs, or whenever the document is changed.
More information in the official website.
I think you're looking for it,the"Preview HTML".
this is the Introduction:http://chiselapp.com/user/vor0nwe/repository/npp_preview/home
Well this is now 8! years old. But I'd thought I'd chime in. The author of the plug in is no longer updating it, and, at least in my machine, it's not working anymore. 1
The plug-in author's suggestion would be to use a more modern text editor (like Visual Studio Code) and use one of the extensions. (Live Preview)
I know programs such as Webstorm JetBrains 6.0.1 can do this, you will have to download the chrome extension also. If not, then you can always use Codeacademy.com as an alternative and type code into there editor. It still works. :/
Just came across this post.
Years ago had been interested in Notepad++ but found it too limited as wanted it to be more of a wysiwyg type interface and not just text. Plus, would be awesome to be able to have sortable tables inside notes. The closest I've found to do these things are PIM tools such as OneNote or EssentialPIM.

TextFX HTML Tidy replacement (Format HTML) [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 years ago.
Improve this question
So it appears on several sites that TextFX's HTML tidy is both excellent and has also not been supported since 2008.
It appears that the latest version of Notepad++ completely breaks it in fact.
Now I've got some HTML on a single line that I need to indent, etc. any replacements for HTML Tidy on Notepad++ that anyone can recommend?
I use NppTidy2 plugin, it works pretty well.
For anyone else stuck on this, in the end I used this tool
http://infohound.net/tidy/
Download old version notepad++ in zip format.
Copy from zip \unicode\plugins\Config\tidy
to C:\Program Files (x86)\Notepad++\plugins\Config\tidy
restart notepad++ and now you have available the plug-in
Menu -> TextFX -> TextFX HTML Tidy –> Tidy: Reindent XML
Link to download old version whit the plugin
http://notepad-plus-plus.org/download/v5.6.8.html

How can i change or edit live websites [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
I have read about extensions which allows us to edit and make changes to live website and see how it looks. This is specifically for user interface designing. But some how i am not able to find that plugin. Can anyone tell me how i will edit a live page of anywebsite
Firebug Addon for Firefox
Developer Tools in Chrome (accessed through Spanner -> Tools -> Developer Tools)
Both allow you to modify CSS and HTML content on a live webpage and instantly see the effects.
You can do this with Google Chrome easily: http://code.google.com/chrome/devtools/ There are other options as well (Firebug: http://getfirebug.com/)
A quick crash course using Chrome:
Ctrl + Shift + I brings up the developer tools (or use J instead of I to go straight to the command line). Alternatively, you can right-click anywhere on a page and click Inspect Element.
On the right hand side you can see style information. Uncheck boxes to disable things. Double-click items to edit them. The changes take place right before your eyes!
The command line is a big help for editing/debugging javascript as well (check out the buttons at the lower left).
That should be enough to get you started. Good luck!
There are some websites designed for A/B testing that let you do this:
https://optimizely.appspot.com/
http://www.reedge.com/
Just enter your website URL and it will take you to a visual editor where you can modify the page with drag-and-drop.
Firebug is what you're looking for (for Firefox).

Cross platform, multi-syntax highlighting editor [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
Is there an editor that is:
Available for at least windows and linux
Highlights multiple syntaxes in the same document. (Ala Dreamweaver)
Tabbed interface
All the editors I tried highlighted by file extension only which isn't fine grained enough.
At the very least it needs to distinguish scripting from html, css and javascript in the same document.
Scite!
The answer is emacs. You can do pretty much anything you want with that editor. There is a 'nxhtml-mode' which you can use to edit javascript, php, html,ruby, jsp,css, whatever on the same file. If you're still at university, the best advice I can give you is to start learning how to use emacs. It will change your life, really.
Eclipse (very good, but heavy)
vim (doesnt have tabs, but aprt from that very lightweight and very good)
emacs (only heard about it that is is very good, but it has a steap learning curve)
hop it helps
Netbeans.
I've only tried it with HTML av Javascript for two languages in the same file though.
I have used jedit. Just need a java runtime.
Handling syntax highliting and completion for multi-language files is something the NetBeans people have been working on and has been available for javascript since 6.1. I got the impression from JavaPosse#214 that this has seen further work in 6.5.
I don't Netbeans myself (my primary tools are Emacs and Eclipse), but It might be worth a look for you.
SciTE FTW!!! Doesn't even need an installation! A portable single exe.