I'm not entirely sure what the proper word is for what I want so I'm not sure how to find it in the help files. Basically I'm trying to keep the code I'm working with orderly. The problem is that for instance if I have a line nested I can tab to move it over one block but the that line is really long when it goes to textwrap the text starts all the way over to the left. Is there a way to have the text wrap start at the original indent point.
It's a simple matter of moving some arrows in a text editor's ruler but I have no idea how to do the same thing with N++
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ehh.. not the answer i was looking for.. but since I'm relatively new at this.. .I'll give it a whirl see if I can keep things straight without the wrapping.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not entirely sure what the proper word is for what I want so I'm not sure how to find it in the help files. Basically I'm trying to keep the code I'm working with orderly. The problem is that for instance if I have a line nested I can tab to move it over one block but the that line is really long when it goes to textwrap the text starts all the way over to the left. Is there a way to have the text wrap start at the original indent point.
It's a simple matter of moving some arrows in a text editor's ruler but I have no idea how to do the same thing with N++
I don't think you should enable Wrap when you are writing code. If you want to format it insert some newlines.
ehh.. not the answer i was looking for.. but since I'm relatively new at this.. .I'll give it a whirl see if I can keep things straight without the wrapping.