Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
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: spongyryno
« on: December 18, 2021, 12:49:29 AM »

I'm now running v26.0.1.0, and I verified that the problem no longer repros. Thanks for fixing it!
Posted by: Clark
« on: September 27, 2021, 05:34:44 PM »

Reproduced. Needed a different test case. I should have had you post a test file.

Added a hot fix for this. Will go in next hot fix build.
Posted by: Clark
« on: September 26, 2021, 12:24:34 PM »

Still can't reproduce this. Started with a clean config.
Posted by: spongyryno
« on: September 26, 2021, 04:16:03 AM »

I'm using 25.0.2.

I wiped out my entire configuration directory to start clean. It's 100% reproducible. Just create a MD file consisting of the following:

Code: [Select]
```PowerShell
```

On the line with the word "PowerShell", go to the end of the line and hit <ENTER>. You'll be on the next line, but not in column 1. You'll be in column 14.

Posted by: Clark
« on: September 10, 2021, 12:31:47 AM »

What version of SlickEdit are you running? I tried 25.0.2 and wasn't able to reproduce this.
Posted by: spongyryno
« on: September 08, 2021, 03:16:26 PM »

If I'm editing a markdown file, and I create some embedded code, like:

Code: [Select]
```C++
```

As soon as I hit <ENTER> after the ```C++ line, it brings me to the first column, as expected.

If I do the same thing for almost any language, I get the same correct results.

However, if I do "PowerShell", it doesn't work. On <ENTER>, the cursor goes down 1 line, but stays in the exact same column. The syntax formatting appears to work, but this doesn't.

What am I doing wrong?