I've recently started to use Jedit for programming. I have one annoying problem - there is a autoindent feature in the editor, but I don't know how to shut it off. I managed to remove it from the ENTER and TAB buttons, but when I simply type code, it autoindents my line all over the place. Anyway, as good as this is thought to be, it doesn't work for me as I program in a specific language where this autoindent is more of a big problem than help, really. So, does anyone know how to get rid of that? thanks!
can you hold shift down and press enter? what does that do? this link might help How to write a macro to Change Auto-Indent Behavior? - jEdit Community
that creates a new line and puts the cursor in the first column. But is there a more simple way besides a macro to disable this?