Hi, it seems that this message wasn't be delivered, so i sent it again (else sorry for double post).
i dont need commands defined in Scite by the pascal-lexer (compile/build/start/debug compile/GDB) so i removed them like this: #resetting old commands for *.pas and *.rc command.name.0.*.pas= command.0.*.pas= command.name.1.*.pas= command.1.*.pas= command.name.2.*.pas= command.2.*.pas= command.compile.*.pas= command.go.*.pas= command.build.*.pas= command.build.*.rc= this works fine. now i want to define commands for all files/lexers with shortcuts (ctrl+1..x). command.name.1.*=Datum einfügen command.1.*=insert_date command.subsystem.1.*=3 command.save.before.1.*=2 command.name.2.*=Markierung aufsteigend sortieren command.2.*=sort_text command.subsystem.2.*=3 command.save.before.2.*=2 command.name.3.*=Markierung absteigend sortieren command.3.*=sort_text_reverse command.subsystem.3.*=3 command.save.before.3.*=2 all commands working in any file except pas-files, there is no "command 2". parts of pascal-lexer: command.name.1.*.pas=Debug Build command.1.*.pas=fpc -g -B "$(FilePath)" command.name.2.*.pas=GDB if PLAT_WIN command.2.*.pas=gdbpasw "$(FileName)" i don't know why command 1 is ok (this is also be defined by pascal-lexer and removed by my SciteUser.Properties-lines). Only Command 2 is missing. How can i define this commands without changing the lexer? regards Frank -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
