Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Perl Editor für Linux!

Empfohlene Antworten

Veröffentlicht

Hi, kennt jemand von euch nen guten Editor für Linux?

Er sollte vom Aufbau her wie vi sein nur sollte er den Quellcode farbig markieren. Ich möchte Ihn zur Perl Programmierung benutzen!

Danke

Wie wärs mit vi ;-)

#cat ~/.vimrc

" We use a vim

set nocompatible

"

" Colo(u)red or not colo(u)red

" If you want color you should set this to true

"

let color = "true"

"

if has("syntax")

if color == "true"

" This will switch colors ON

so ${VIMRUNTIME}/syntax/syntax.vim

else

" this switches colors OFF

syntax off

set t_Co=0

endif

endif

" ~/.vimrc ends here

Hallo!

Also, ich programmiere ab und zu unter SuSE 7.3 und bin mit dem sogenannten "erweiterten Editor" recht zufrieden. Er markiert, wie gewünscht, und abhängig von der angegebenen Programmiersprache den Quellcode farbig.

Ansonsten weiß ich, dass mein Bruder in Java programmiert und dazu den "XEmacs" benutzt, der plattformunabhängig ist,

Hoffe, Dir geholfen zu haben!

:rolleyes:

Hommling

Hab gerade die vimrc angepasst! Klasse, jetzt kann ich Gott sei dank den vi editor weiterbenutzen (Der geht mir nämlich gut ab!!!)

Gibt es eigendlich noch ne Möglichkeit die Farben zu ändern???

Danke :marine

Original geschrieben von Big Bundy

Gibt es eigendlich noch ne Möglichkeit die Farben zu ändern???

Mit

:colorscheme <name>

Wobei Name in /usr/share/vim/vim60av/colors zu finden ist (ohne .vim)

Also z.B:

:colorscheme koehler

Danke Leute hab das Problem jetzt dank euch im Griff.

:)

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.