mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4233: The Ghidra Eclipse preferences and formatter files are now
included in the release (Closes #5999)
This commit is contained in:
parent
52692901c7
commit
3410dc1ad9
2 changed files with 12 additions and 1 deletions
|
@ -214,7 +214,10 @@
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<H2> Formatting </H2>
|
<H2> Formatting </H2>
|
||||||
<P> Most of these are handled by the eclipse formatter and are here to document the Ghidra formatting style.
|
<P> Most of these are handled by the Eclipse formatter and are here to document the Ghidra
|
||||||
|
formatting style. The Eclipse formatter can be found in the <I><B>support/eclipse/</B></I>
|
||||||
|
directory of a Ghidra release, or in the <I><B>eclipse/</B><I> directory of the Ghidra
|
||||||
|
source repository.
|
||||||
<H3> Line Length </H3>
|
<H3> Line Length </H3>
|
||||||
<H4> Java code will have a character limit of 100 characters per line. </H4>
|
<H4> Java code will have a character limit of 100 characters per line. </H4>
|
||||||
<H3> Indenting </H3>
|
<H3> Indenting </H3>
|
||||||
|
|
|
@ -353,6 +353,14 @@ task assembleDistribution (type: Copy) {
|
||||||
include "settings.gradle"
|
include "settings.gradle"
|
||||||
into "Ghidra"
|
into "Ghidra"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/////////////////////////////////
|
||||||
|
// Eclipse formatters
|
||||||
|
/////////////////////////////////
|
||||||
|
from (ROOT_PROJECT_DIR + "/eclipse") {
|
||||||
|
exclude "certification.manifest"
|
||||||
|
into "support/eclipse"
|
||||||
|
}
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// Software Bill of Materials (SBOM)
|
// Software Bill of Materials (SBOM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue