goszlanyi left a comment (geany/geany#4235)

No. 
Unfortunately, `comment_use_indent=false` provides this:
```
uncommented code
uncommented code
# for i=1:n
#     if x[i]==value
#         hit = true
#         break
#     end
# end
uncommented code
uncommented code
```
i.e. part of the original indenting is lost.

I still would like to achieve this:
```
uncommented code
uncommented code
    # for i=1:n
    #     if x[i]==value
    #         hit = true
    #         break
    #     end
    # end
uncommented code
uncommented code
```
So yes, what I am asking for is a new feature.
A feature that is the default in several other editors.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4235#issuecomment-2661412755
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/4235/[email protected]>

Reply via email to