Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Clark
« on: February 04, 2025, 07:18:43 PM »

Softwrap indent to first line will be in v30
Posted by: TheHumbleOne
« on: January 22, 2025, 01:35:03 PM »

Thanks, Clark.

My workflow revolves around SlickEdit and switching to some other editor just to edit HTML files seems unnecessary. So much of programming has moved to the front-end these days that others will find this functionality useful too.
Posted by: Clark
« on: January 20, 2025, 02:48:25 PM »

Pretty sure this is doable and it is definitely useful. We will try to add this to v30.
Posted by: TheHumbleOne
« on: January 20, 2025, 03:34:16 AM »

Clark, yes, that is what I was looking for.

I wanted soft-wrap to wrap to the previous line's indent level.

Thank you for your clarification. Is there any way you can add this request to the feature request queue? Almost all other major editors have this functionality.
Posted by: Clark
« on: January 20, 2025, 12:30:30 AM »

I think I've gotten confused. I thought you were talking about a different issue.

There isn't an option for softwrap to wrap to the previous lines indent level. Is that what you are looking for?
Posted by: TheHumbleOne
« on: January 19, 2025, 10:10:08 PM »

Reply # 8 on this forum thread has all the attachments. I uploaded three attachments there.

I am uploading a screenshot here showing the three attachments. If you do not see them, let me know, and I will upload them again.
Posted by: Clark
« on: January 19, 2025, 09:52:11 PM »

I don't see any attachment to your post?

Posted by: TheHumbleOne
« on: January 19, 2025, 07:33:32 PM »

Clark, to remove any questions about my personal configuration, I chose the HTML code from the very page we are on -- and demonstrated the problem. I also gave you steps to replicate the problem. (Save the source code of the page we are reading -- and then open it in two different editors.) I am dealing with pure HTML since that is the code the SlickEdit's forum site is sending to my browser.

To clarify, I am not using Django.

If, for some reason, you believe that SlickEdit is not going to work in the manner that I am requesting on this thread, you can just say so. I am raising an issue after waiting for 14 years.
Posted by: Clark
« on: January 19, 2025, 04:59:52 PM »

Are you using DJango in your HTML?

If so, do the following:
* Open an HTML file
* type "toggle_django_color_coding" on the SlickEdit command line.

That will enable DJango color coding for HTML files.
Posted by: TheHumbleOne
« on: January 19, 2025, 04:30:45 PM »

Clark, thank you for taking the time to reply.

The sample code I want to use is the very same forum post we are on. I copied the source code of this forum post and have attached it as "SlickEdit Forum Post.html." The two other attachments illustrate the behavior of SlickEdit and Visual Studio Code, respectively. I have selected only a small part of the code to illustrate the point. As you can see from the screenshots, VSCode makes it visually easier to understand the structure of the code as the code is (artificially) indented as it is wrapped. You can download a copy of VSCode to verify what I am talking about.

I would rather use SlickEdit than VSCode because SlickEdit makes my life easier in so many different ways. But, for HTML files, I have to switch to VSCode for this soft-wrap indenting issue. I want to clarify that SlickEdit does not have a problem with what the embedded language is, as I can confirm by going to the Document --> Select Mode menu.
Posted by: Clark
« on: January 19, 2025, 12:57:50 AM »

It looks like SlickEdit isn't figuring out what embedded language to use. Please post a sample file as an attachment. That way, we know what the file extension is and not just the file contents.
Posted by: TheHumbleOne
« on: January 18, 2025, 10:58:44 PM »

I am adding the screenshots for both SlickEdit and Visual Studio Code to illustrate my point. As you can see from these two screenshots, it's much harder to visualize the code when using SlickEdit. There must be a setting SlickEdit; I probably just don't know where it is. I can't be the only person with this issue.
Posted by: TheHumbleOne
« on: January 18, 2025, 10:48:15 PM »

I want to revive this thread that I started more than 14 years ago.

Is there any progress on the requested functionality? Just to add more color, all modern text editors (including Visual Studio Code) display the requested behavior when wrapping words. I have to switch to Visual Studio Code every time I edit HTML because SlickEdit's way of displaying information makes things visually less clear.
Posted by: Phil Barila
« on: November 09, 2011, 09:53:57 PM »

I am expecting the line to wrap only visually -- and not modify my code.  Is there any way that SlickEdit can look at the indented line and continue on a new line (without inserting an actual newline character) in an indented manner?  This would make the code look much more readable.
So you want Soft Wrap to indent it to the current level of indent.  It appears that isn't part of SE capability today, unless there is a def_xyz var that affects that.  I wouldn't find that particular arrangement useful anyway, but that's just me.  You could add that to the "What features ..." thread: http://community.slickedit.com/index.php/topic,4972.0.html
Posted by: ehab
« on: November 09, 2011, 09:21:19 PM »

did you see

Tools > Options > Languages > All Languages > Word Wrap

i had such a line break problem, i forgot how i solved it but that was my starting point.

maybe check break line while adding a large width value etc ... or was it soft warp : )