You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use "Insert numbers - Insert decimal number sequence" ,
His behavior appears to be shifting the original text to the next line, instead of inserting one number per line as I was hoping for.
I hope to add a feature that is similar to Notepad++'s column editing mode, where numbers can be inserted sequentially at specified positions.
The text was updated successfully, but these errors were encountered:
If you have multiple selections, it will insert a number to every active selection, like this:
Sample.2.mp4
Thank you for your reply!
If it's just to solve the problem in my example, there are many ways to do it, such as inserting line numbers first and then using regex replace.
The method in your demo video needs to ensure that the characters before the numbers are the same or can be replaced simultaneously, which doesn't seem like a universal solution.
when i use "Insert numbers - Insert decimal number sequence" ,
His behavior appears to be shifting the original text to the next line, instead of inserting one number per line as I was hoping for.
I hope to add a feature that is similar to Notepad++'s column editing mode, where numbers can be inserted sequentially at specified positions.
The text was updated successfully, but these errors were encountered: