Beiträge von 2002Andreas
-
-
Kann man das bisherige Verhalten wieder aktivieren?
Nein.
Der Eintrag in der config dafür wird in Zukunft eh entfernt, von daher hat es keinen Sinn den zu ändern.
-
-
-
Dasselbe wenn ich auf Höhe
Teste bitte:
CSS
Alles anzeigen#placesContext, #placesContext [_moz-menuactive] > menupopup, #toolbar-context-menu, #toolbar-context-menu [_moz-menuactive] > menupopup, #contentAreaContextMenu, #contentAreaContextMenu [_moz-menuactive] > menupopup { --panel-color: #fff !important; --menu-disabled-color: lightgrey !important; --panel-background: #000080 !important; --panel-border-color: #000080 !important; --panel-border-radius: 5px !important; } #placesContext [_moz-menuactive], #toolbar-context-menu [_moz-menuactive], #contentAreaContextMenu [_moz-menuactive], #contentAreaContextMenu :is(menu,menuitem):hover { color: red !important; background-color: lightblue !important; }Edit:
Ich habe mal etwas gebastelt hier, diese Kurzform sollte auch ausreichen:
CSS
Alles anzeigen#placesContext, #toolbar-context-menu, #contentAreaContextMenu { &, menupopup, & [_moz-menuactive], :is(menu, menuitem):hover { --panel-color: #fff !important; --menu-disabled-color: lightgrey !important; --panel-background: #000080 !important; --panel-border-color: #000080 !important; --panel-border-radius: 5px !important; color: red !important; background-color: lightblue !important; } }Teste also bitte mal.
-
In diesem Fall als Moderator.
-
findest Du nicht?
Nein.
Zumindest habe ich das so aufgefasst.
Ich nicht.
-
wer nicht testet oder sonstwie beiträgt, hat eigentlich keinen Code oder Support verdient
Und das entscheidest du?
Komm mal langsam wieder runter von deinem hohen Ross!
-
-
-
siehe Bild
Evtl. hilft dir das weiter:
Plugins > Plugins Admin... missingwelcome to the notepad++ community, @papryka1 we do not have your current debug information, so here is a general guide: one thing that can cause what you se...community-notepad--plus--plus-org.translate.googHier sieht das so aus:
-
ist es nur eine Notlösung
Wird ja hier auch nicht so oft gebraucht. Nur gestern hatte ich halt Lust, mal im Forum danach zu fragen

-
-
Bei mir klappt es und bei Dharkness offenbar auch.
Eigenartig.
K.A. was ich hier dann falsch mache

Edit.
Eben mal eine neue .css Datei erstellt:
Jetzt funktioniert es hier auch


-
Zeige mal
Python
Alles anzeigen# -*- coding: utf-8 -*- # The lines up to and including sys.stderr should always come first # Then any errors that occur later get reported to the console # If you'd prefer to report errors to a file, you can do that instead here. import sys from Npp import * # Set the stderr to the normal console as early as possible, in case of early errors sys.stderr = console # Define a class for writing to the console in red class ConsoleError: def __init__(self): global console self._console = console; def write(self, text): self._console.writeError(text); # Set the stderr to write errors in red sys.stderr = ConsoleError() # This imports the "normal" functions, including "help" import site sys.stdout = console # In order to set the stdout to the current active document, uncomment the following line # sys.stdout = editor # So print "hello world", will insert "hello world" at the current cursor position editor.setProperty('lexer.css.less.language', 1) notepad.callback(lambda _: editor.setProperty('lexer.css.less.language', 1), [NOTIFICATION.BUFFERACTIVATED]) -
-
-
weil JavaScript so nicht aussieht
Hallo Sören. Damit hast du natürlich recht, mir ging es im Beispiel nur um die letzte Klammer.
Bei mir hat es geklappt.
Hallo milupo, ich habe das hier erneut überprüft mit dem Vorschlag. Hier ist alles richtig dazu gemacht worden.
Trotzdem wird es in einem:

die Klammer nicht richtig angezeigt.
Egal, dann ist es eben so. Evtl. wird das ja in einer zukünftigen Version mal behoben.
Damit ist meine Frage beantwortet, herzlichen Dank an alle für die Unterstützung


-
Du hast auch etwas in das Suchfeld eingegeben
Stimmt.
Weil bei einem Klick in die leere Suchleiste, passiert hier auf Grund meiner Einstellungen gar nichts.
Daran hatte ich nicht gedacht, sorry.
-
eine Notlösung gefunden:
Das habe ich mal so gemacht, aber keine Änderung hier:
Bin dann aber auch offline...teste morgen weiter.
Erstmal danke an alle

