Skip to content

Instantly share code, notes, and snippets.

View nicograef's full-sized avatar

Nico Gräf nicograef

View GitHub Profile
@nicograef
nicograef / abap-keyword-colors-eclipse.xml
Created January 26, 2026 10:37
ABAP Keyword Highlighting for Eclipse
<?xml version="1.0" encoding="UTF-8"?>
<java version="21.0.8" class="java.beans.XMLDecoder">
<object class="java.util.ArrayList">
<void method="add">
<object class="com.sap.adt.tools.core.ui.preference.UIStyleEntry">
<void property="blue">
<int>128</int>
</void>
<void property="italic">
<boolean>true</boolean>

These guidelines are supposed to improve code quality and readability.

Naming Stuff

// - don't
const cid = 13;

// + do
const customerId = 13; // or customerID