Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] releases jdt.ui

- More work on #3893 : Add from local history formatting (1GF5GP4)

I deprecated class org.eclipse.jdt.internal.corext.codemanipulation.
AddMemberEdit.
Use MemberEdit instead. MemberEdit supports the following source code
manipulations:
     INSERT_BEFORE
     INSERT_AFTER
     ADD_AT_BEGINNING
     ADD_AT_END
     REPLACE



Back to the top