How do you add a ‘keyword’ to the GEdit list of keywords? I basiclly want to make the printf function look like a keyword. printf(“Hello World\n”);
Category: gedit
Text Wrapping in Gedit
Is is possible in Gedit (The GNOME text editor) to indent a wrapped line of text? For Example: if (x > y) { System.out.println(“ABCDEFGHIJ KLMNOPQRSTUVWXYZ”); } instead of: if (x > y) { System.out.println(“ABCDEFGHIJ KLMNOPQRSTUVWXYZ”); }