Notepad++ text tree view [closed] - treeview

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 3 years ago.
Improve this question
Is it possible, with or without a plugin in notepad++, to obtain a text tree view of a category within the text? Like the picture below, but like a list within the text?
This is basically so I can be able to click the little button that appear to expand or collapse sections.

Answer was given by #Axium. Thanks to him !
Click here to read the answer !
For short, it use the Define your language... tool under Language to create your own keyword, defining an open & close bracket when used inside your text. This allow the use of the Collapse and Expand button at the leftmost menu of Notepad++ program.

Related

How to search for CJK characters by typing in their Latin counterpart and input them into a textbox in vb [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
So, I'm making a Chinese input program and I would like the user to be able to search for a character, click it, and it will appear in a rich textbox. I have no clue to go about doing this. Any suggestions?
Right, i'm not entirely sure what you want your program to do, but from what I have understood is that you want to create something that converts simple letters in english to output in a Chinese language?
If this is the case, you can create an array of characters, store them and assign them letters that correspond to the letters on the keyboard, create a textfield in which the user can input a letter and press a button to search your array for the correct corresponding letter.
For this you will have to get all the Chinese characters and know which letter they correspond to.
Good luck!

How to input underscore charactor on emulator [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm a WP7 newbie.I have a textbox on my windows phone app. I didn't see the underscore character. I have searched the web, but I didn't find the answer. How can enter the underscore character on Emulator? I
Steps:
Tap on textbox and onscreen keyboard appears
click on '123' button to enter into numeric mode
Press and hold the '-' symbol and the '_' (underscore) symbol appears
By the way, did you really mean 'underline' or 'underscore' !!
Can you not just use your PC's keyboard to enter the underscore?
In order to do this you must first hit the Pause|Break key after you click inside the text box and the you will be able to use the keyboard without a problem.

Why doesn't TAB indent C++ Code in Visual Studio 2010? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I believe this is not standard behavior, but when I press the TAB key immediately before or after a variable or constant, Visual Studio will not indent the code using tab spacing. Instead, it highlights the value with a pink underscore and advances to the next instance of that value. If I continue to press TAB, I will rotate through all the instances of that value/variable within the current scope.
I have not been able to find a setting that turns this auto-search style behavior off and return back to simple indentation. Any help would be GREATLY appreciated. Frankly, I'm starting to lose my mind....
Rich
Standard behavior is as you desire; i.e. TAB indents (and shift-TAB un-indents). You may have an extension installed that's messing it up. Or perhaps you inadvertently remapped the key binding. Or perhaps when you installed you selected an editing environment that uses a different key binding map (I always choose C++).

Replace comma with tab in Textmate [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Is there a simple way to replace commas with tabs in Textmate, hopefully using the Edit > Find (command F) function?
I've tried /t and '/t' and haven't been able to find documentation about the correct syntax. Also, trying to avoid writing a Ruby script to do it, if possible.
If you need to insert a newline or tab character into either of the text fields, you can hold down option (⌥) while pressing the tab (⇥) or return (↩) key. This will insert a literal tab or newline character.
Try pressing alt+tab in the replace field or just copy paste tab character there.

TextMate click to end of line [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I use a variety of editors and for the life of me I can't remember if this is a default feature of TextMate or if it's a setting I've turned on somewhere along the line but each time I click on a line (in the empty space part after content) the cursor moves to the exact position I've clicked rather than jumping to the end of the line like every other editor seems to do. I've also noticed that Showing invisible characters (such as CR) displays nothing.
Can anyone tell me how to reset this behaviour? It seems to be the same for all types of syntax from plain text to markdown to languages. I just want to be able to see the invisibles and to click and have the cursor move to the end of that line and not to the actual position I've clicked with the mouse.
Aha, got it! It seemed that I had turned on Freehand Editing Mode. Unchecking this option in Edit > Mode > Freehand Editing solved the problem and helped to convince me that I wasn't going mad. :S
I had the same problem. I must have accidentally hit the keyboard shortcut for Freehand mode and it was driving me a little crazy as well. In case anyone else was wondering what that shortcut is, it's command-option-E.

Resources