Most program editing tools I work with have the following behavior:
Positioning the cursor on the last character of the line and pressing delete will remove the newline sequence (LF or CRLF) and all leading white space from the next line. This gives the user the beginning of the content from the next line right where the cursor is.
PSD just deletes the newline sequence and sometimes even inserts a space. Maybe you can put it to a vote to your users but I would think most would prefer the way the other editors behave.
Positioning the cursor on the last character of the line and pressing delete will remove the newline sequence (LF or CRLF) and all leading white space from the next line. This gives the user the beginning of the content from the next line right where the cursor is.
PSD just deletes the newline sequence and sometimes even inserts a space. Maybe you can put it to a vote to your users but I would think most would prefer the way the other editors behave.