Кто нибудь прикручавал к scite систему контроля версий (cvs, wincvs, svn)?
как бы это сделать?
как бы это сделать?
проблемой интеграции TotalCom-а и SciTe, настройка внешнего редактора?
Кто нибудь прикручавал к scite систему контроля версий (cvs, wincvs, svn)?
как бы это сделать?
if PLAT_GTK
font.face=!Bitstream Vera Sans Mono
font_size.big=9
font_size.small=9
font_size.verysmall=9
font.base=font:$(font.face),size:$(font_size.big)
font.small=font:$(font.face),size:$(font_size.small)
font.verysmall=font:$(font.face),size:$(font_size.verysmall)
font.comment=$(font.small)
font.code.comment.box=$(font.comment)
font.code.comment.line=$(font.comment)
font.code.comment.doc=$(font.comment)
font.text=$(font.small)
font.text.comment=$(font.small)
font.embedded.base=$(font.small)
font.embedded.comment=$(font.small)
font.monospace=$(font.small)
font.vbs=$(font.monospace)
font.js=$(font.monospace)
Скажите, а никто не прикручивал фтп-клиент к сабжу ?
command.name.1.*=Upload
if PLAT_WIN
command.1.*=*C:\Programme\WinSCP3\WinSCP3.exe user@host:$(1) /upload $(FileNameExt)
command.1.subsystem=2
if PLAT_GTK
command.1.*=*scp $(FileNameExt) "user@host:$(1)"
Помогите сделать кнопочку или пункт меню, который folding для всех функций включает/отключает.
Т.е. сворачивает их все или же наоборот разворачивает.
а то fold.on.open надоело каждый раз менять
Define keys that perform commands. This is a '|' delimited list of keys and the commands they produce. The commands are either string or numeric IDs. Numeric IDs above 2000 are Scintilla commands and are sent to the focussed pane. Named IDs and numeric IDs below 2000 are SciTE menu commands which can be found in from scite/src/SciTE.h. The modifiers are Ctrl, Shift, and Alt and the named keys are Left, Right, Up, Down, Insert, End, Home, Enter, Space, KeypadPlus, KeypadMinus, Escape, Delete, PageUp, PageDown, Slash, Question, Equal.
user.shortcuts=\
Ctrl+Shift+I|IDM_OPEN|\
Ctrl+Shift+Left|IDM_CLOSE|
The menukey.* settings allow the user to redefine accelerator keys for menus without having to resort to modifying the SciTE source code. The syntax for the setting is:
menukey.menu_title.menu_name=<modifier>key
For example, the File | Exit command accelerator could be specifed as follows:
menukey.file.exit=<control>Q
Note that spaces in menu titles and names must be converted to underscores, and trailing ellipses removed. For example, "File | Save As...." is referenced as "menukey.file.save_as".
Multiple modifiers may be specified, though each must be surrounded by angle brackets. The recognized modifiers are the same as for the user.shortcuts setting described above. The recognized named keys are also the same as for user.shortcuts, with the addition of "none" to indicate that no accelerator key should be defined for a particular menu.
Помогите сделать автоматическое форматирование в PHP
Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
Предыдущая тема: LeechGet