Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » SciTE - Open Source Text Editor for Windows & Linux

Модерирует : gyra, Maz

Widok (09-10-2007 14:48): лимит страниц. продолжаем здесь  Версия для печати • ПодписатьсяДобавить в закладки
Страницы: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104

   

Spab



Junior Member
Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору

A free source code editor for Win32 and X
Русскоязычный форум поддержки

  • Один из самых настраиваемых текстовых редакторов из ныне существующих. Настраивается практически все.
  • Индивидуальная подсветка для разных языков програмирования, фолдинг для классов, функций и структур, авто-дополнение, и т.д. и т.п. ...
     
  • Scite-interest -- Discussion of the SciTE editor
  • Русский сайт SciTE (документация, FAQ, снимки экрана, утилиты, скрипты и т.д. и т.п....)
  • Мечта кодера. статья
  • Burgaud.com - US.SciTE
  • SciTE: Scintilla Text Editor with Extensions
  • Filerx, SideWinder
  • ......
     
       
  • Project file releases
  • Project summary (including basic statistics)
  • Новости со SciTE.ru
     
    Последняя версия редактора - SciTE 1.74
     
    SciTE 1.74 .52Ru-Board Edition [Сборка 20.09.2007]
    Oписание: сборки ядра  
     
    Дружественная тема: Доработка исходного кода и компилирование сборки Ru-Board Edition
     
    Нерешенные задачи и вопросы ( Для умных и талантливых форумчан )
     
    P.S. Если вы используете SciTE для своих нужд, таких как: написание HTML, CSS, Java Script, PHP и др. кода для сайта, или просто вам нравится этот редактор, поставьте пожалуйста ссылку или баннер на сайт - http://scite.ruteam.ru, благодаря этому у сайта повышается индекс цитирования, соответственно увеличивается количество пользователей редактора.

  • Всего записей: 64 | Зарегистр. 02-09-2001 | Отправлено: 03:05 04-06-2002 | Исправлено: mozers, 13:45 04-10-2007
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    jodaka

    Цитата:
     какая у тебя локаль выставлена?


    Цитата:
    $ locale
    LANG=en_US
    LC_CTYPE="en_US"
    LC_NUMERIC="en_US"
    LC_TIME="en_US"
    LC_COLLATE=C
    LC_MONETARY="en_US"
    LC_MESSAGES="en_US"
    LC_PAPER="en_US"
    LC_NAME="en_US"
    LC_ADDRESS="en_US"
    LC_TELEPHONE="en_US"
    LC_MEASUREMENT="en_US"
    LC_IDENTIFICATION="en_US"
    LC_ALL=

    Попробуй:
    File -> encoding -> UTF-8
     
    Добавлено:

    Цитата:
    # Title: .SciteUser.properties Linux
     
    # Window sizes and visibility
    tabbar.visible=1
    toolbar.visible=1
    statusbar.visible=1
    #Chooses how the file name is displayed in the title bar. When 0 (default) the file name is displayed.
    #When 1 the full path is displayed. When 2 the window title displays "filename in directory".
    title.full.path=2
    #Require for tabbar
    buffers=20
     
    autocompleteword.automatic=1
     
    check.if.already.open=1
    load.on.activate=1
    find.files=*
    edge.column=100
    edge.mode=2
     
     
    #Folding
    fold.symbols=3
     
    line.margin.visible=1
    line.margin.width=3+
     
    #HTML
    #xml.auto.close.tags=1
    indent.size.$(file.patterns.html)=2
    tab.size.$(file.patterns.html)=2
    use.tabs.$(file.patterns.html)=0
     
     
    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)
     
    #Strips trailing white spaces from the file while saving.
    strip.trailing.spaces=1
    #Ensures file ends with a line end when saved.
    ensure.final.line.end=1
    #Ensures all lines end with the current Line End Characters setting when saved.
    ensure.consistent.line.ends=1
     
    if PLAT_WIN
      command.help.*.php="C:\Programme\mozilla.org\Mozilla\mozilla.exe" "http://www.php.net/$(CurrentWord)"
     
    if PLAT_GTK
      command.help.*.php=opera -newpage "http://www.php.net/$(CurrentWord)"
     

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 22:35 02-03-2005
    jodaka

    Newbie
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

    Цитата:
    Попробуй:
    File -> encoding -> UTF-8  

    у меня локаль другая (ru_RU), но вышеописанная процедура меня спасла. Я совсем забыл про эту опцию...  

    Всего записей: 11 | Зарегистр. 16-07-2004 | Отправлено: 12:44 03-03-2005
    mirk



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    Обновление справки по Scite.
    Среди изменений:
    1) Исправлены некоторые ошибки
    2) Добавлены ссылки на директивы, например: http://scite.ruteam.ru/sciteDocRu.html#view.eol

    Всего записей: 247 | Зарегистр. 21-05-2003 | Отправлено: 23:51 08-03-2005
    cadet354



    Newbie
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    Как все-таки прикрутить поддержку ftp, где-то это промелькнуло, сейчас все 13 страниц посмотрел, но так и не нашел...

    Всего записей: 9 | Зарегистр. 26-11-2003 | Отправлено: 10:20 23-03-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    http://prdownloads.sourceforge.net/scintilla/scite163.zip?download

    Цитата:
    Release 1.63  
    Released on 4 April 2005.  
    Autocompletion on Windows changed to use popup window, be faster, allow choice of maximum width and height, and to highlight only the text of the selected item rather than both the text and icon if any.  
    Extra items can be added to the context menu in SciTE.  
    Character wrap mode in Scintilla helps East Asian languages.  
    Lexer added for Haskell.  
    Objective Caml support.  
    BlitzBasic and PureBasic support.  
    CSS support updated to handle CSS2.  
    C++ lexer is more selective about document comment keywords.  
    AutoIt 3 lexer improved.  
    Lua lexer styles end of line characters on comment and preprocessor lines so that the eolfilled style can be applied to them.  
    NSIS support updated for line continuations, box comments, SectionGroup and PageEx, and with more up-to-date properties.  
    Clarion lexer updated to perform folding and have more styles.  
    SQL lexer gains second set of keywords.  
    ErrorList lexer recognises Borland Delphi error messages.  
    Method added for determining number of visual lines occupied by a document line due to wrapping.  
    Sticky caret mode does not modify the preferred caret x position when typing and may be useful for typing columns of text.  
    Dwell end notification sent when scroll occurs.  
    On GTK+, Scintilla requisition height is screen height rather than large fixed value.  
    Case insensitive autocompletion prefers exact case match.  
    SCI_PARADOWN and SCI_PARAUP treat lines containing only white space as empty and handle text hidden by folding.  
    Scintilla on Windows supports WM_PRINTCLIENT although there are some limitations.  
    SCN_AUTOCSELECTION notification sent when user selects from autoselection list.  
    SciTE's standard properties file sets buffers to 10, uses Pango fonts on GTK+ and has dropped several languages to make the menu fit on screen.  
    SciTE's encoding cookie detection loosened so that common XML files will load in UTF-8 if that is their declared encoding.  
    SciTE on GTK+ changes menus and toolbars to not be detachable unless turned on with a property. Menus no longer tear off. The toolbar may be set to use the default theme icons rather than SciTE's set. Changed key for View | End of Line because of a conflict. Language menu can contain more items.  
    SciTE on GTK+ 2.x allows the height and width of the file open file chooser to be set, for the show hidden files check box to be set from an option and for it to be opened in the directory of the current file explicitly. Enter key works in save chooser.  
    Scintilla lexers should no longer see bits in style bytes that are outside the set they modify so should be able to correctly lex documents where the container has used indicators.  
    SciTE no longer asks to save before performing a revert.  
    SciTE director interface adds a reloadproperties command to reload properties from files.  
    Allow build on CYGWIN platform.  
    Allow use from LccWin compiler.  
    SCI_COLOURISE for SCLEX_CONTAINER causes a SCN_STYLENEEDED notification.  
    Bugs fixed in lexing of HTML/ASP/JScript.  
    Fix for folding becoming confused.  
    On Windows, fixes for Japanese Input Method Editor and for 8 bit Katakana characters.  
    Fixed buffer size bug avoided when typing long words by making buffer bigger.  
    Undo after automatic indentation more sensible.  
    SciTE menus on GTK+ uses Shift and Ctrl rather than old style abbreviations.  
    SciTE full screen mode on Windows calculates size more correctly.  
    SciTE on Windows menus work better with skinning applications.  
    Searching bugs fixed.  
    Colours reallocated when changing image using SCI_REGISTERIMAGE.  
    Caret stays visible when Enter held down.  
    Undo of automatic indentation more reasonable.  
    High processor usage fixed in background wrapping under some circumstances.  
    Crashing bug fixed on AMD64.  
    SciTE crashing bug fixed when position.height or position.width not set.  
    Crashing bug on GTK+ fixed when setting cursor and window is NULL.  
    Crashing bug on GTK+ preedit window fixed.  
    SciTE crashing bug fixed in incremental search on Windows ME.  
    SciTE on Windows has a optional find and replace dialogs that can search through all buffers and search within a particular style number.

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 21:46 04-04-2005
    Vlad2000Plus



    Advanced Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору

    Цитата:
    http://prdownloads.sourceforge.net/scintilla/scite163.zip?download  

    Это исходники, а вот ссылка на бинарник под винду:
    http://easynews.dl.sourceforge.net/sourceforge/scintilla/wscite163.zip

    ----------
    Pass-Warez Forum!
    Википедия: Расширения Firefox

    Всего записей: 1761 | Зарегистр. 24-02-2002 | Отправлено: 00:31 05-04-2005
    LXY

    Newbie
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    Столкнулся с такой проблемой : при сохранении файла SciTE добавляет в конец файла символ перехода на новую строку. Как можно от этого избавиться?
     
    ОС : WinXP; SciTE 1.63.
     
    Настройки SciteGlobal.properties закомментированы:
    #eol.mode=CRLF
    #eol.auto=1
     
    Спасибо, помог RTFM :o)
    ensure.final.line.end=0

    Всего записей: 1 | Зарегистр. 06-04-2005 | Отправлено: 11:33 06-04-2005 | Исправлено: LXY, 12:24 07-04-2005
    ASteel



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    Ссылка поменялась. теперь это
    http://prdownloads.sourceforge.net/scintilla/wscite163.zip?download

    Всего записей: 310 | Зарегистр. 29-01-2002 | Отправлено: 11:37 07-04-2005 | Исправлено: ASteel, 00:49 30-05-2005
    klix

    Junior Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    А можно ли как-то заставить Сабж видеть побольше кодировок русских,  причем чтобы можно было переключаться между ними?

    Всего записей: 78 | Зарегистр. 13-01-2004 | Отправлено: 17:59 10-05-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    klix

    Цитата:
    А можно ли как-то заставить Сабж видеть побольше кодировок русских...?

    Нет.

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 18:32 10-05-2005 | Исправлено: 8AleX8, 18:33 10-05-2005
    mirk



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    8AleX8
    заглох топик Да и у нас нет времени совершенно развивать и улучшать перевод и FAQ

    ----------
    Scite - редактор кода для программистов

    Всего записей: 247 | Зарегистр. 21-05-2003 | Отправлено: 23:31 11-05-2005 | Исправлено: mirk, 00:02 20-05-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

    Цитата:
    Date: Fri, 3 Jun 2005 11:43:58 +1000
    From: Neil Hodgson <nyamatongwe@gmail.com>
    Subject: [scite] 1.64 release
    To: Discussion of the Scintilla editing component
    <scintilla-interest@lyra.org>, Discussion of the SciTE editor
    <scite-interest@lyra.org>
    Message-ID: <50862ebd0506021843453e686b@mail.gmail.com>
    Content-Type: text/plain; charset=ISO-8859-1
     
       Since there are 5 new lexers, I hope to package a 1.64 release in
    the next few days.
    No more new features will be added although stable
    fixes will. It is likely that at least some of SCI_GETPROPERTY will go
    into Scintilla but the -- and -@ SciTE options don't look stable
    enough to add to this release.
     
       Neil

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 14:01 04-06-2005
    mirk



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    Русский текст при вставке через clipboard не распознается.. Как можно решить эту проблему?

    Всего записей: 247 | Зарегистр. 21-05-2003 | Отправлено: 17:07 05-06-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    mirk

    Цитата:
    Русский текст при вставке через clipboard не распознается.. Как можно решить эту проблему?

    Какая OS?

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 21:00 05-06-2005
    mirk



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    8AleX8, вынь..

    Всего записей: 247 | Зарегистр. 21-05-2003 | Отправлено: 09:10 06-06-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    mirk

    Цитата:
    вынь..

    Я полагаю XP или 2000...
    Эти OS, как известно работают полностью в юникоде.
    Поэтому, чтоб корректно произвести копирование любого не английского текста в SciTE в среде Windows XP/2000/NT, в SciTE должен быть включен юникод. (File -> Encoding -> UTF-8 или UTF-8 Cookie). Либо юникод должен быть включен по умолчанию в  
    SciteUser.properties: code.page=65001

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 09:24 06-06-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    http://sourceforge.net/project/showfiles.php?group_id=2439&package_id=5662&release_id=332830

    Цитата:
    Release 1.64  
    Released on 6 June 2005.  
    TADS3 support  
    Smalltalk support.  
    Rebol support.  
    Flagship (Clipper / XBase) support.  
    CSound support.  
    SQL enhanced to support SQL*Plus.  
    SC_MARK_FULLRECT margin marker fills the whole marker margin for marked lines with a colour.  
    Performance improved for some large undo and redo operations and modification flags added in notifications.  
    SciTE adds command equivalents for fold margin mouse actions.  
    SciTE adds OnUpdateUI to set of events that can be handled by a Lua script.  
    Properties set in Scintilla can be read.  
    GTK+ SciTE exit confirmation adds Cancel button.  
    More accurate lexing of numbers in PHP and Caml.  
    Perl can fold POD and package sections. POD verbatim section style. Globbing syntax recognized better.  
    Context menu moved slightly on GTK+ so that it will be under the mouse and will stay open if just clicked rather than held.  
    Rectangular selection paste works the same whichever direction the selection was dragged in.  
    EncodedFromUTF8 handles -1 length argument as documented.  
    Undo and redo can cause SCN_MODIFYATTEMPTRO notifications.  
    Indicators display correctly when they atrt at the second character on a line.  
    SciTE Export As HTML uses standards compliant CSS.  
    SciTE automatic indentation handles keywords for indentation better.  
    SciTE fold.comment.python property removed as does not work.  
    Fixed problem with character set conversion when pasting on GTK+.  
    Fixed crash when creating empty autocompletion list.  
    Autocomplete window size made larger under some conditions to make truncation less common.  
    Bug fixed where changing case of a selection did not affect initial character of lines in multi-byte encodings.  
    Bug fixed where rectangular selection not displayed after Alt+Shift+Click.

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 20:01 06-06-2005
    mirk



    Member
    Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору
    8AleX8, спасибо

    Всего записей: 247 | Зарегистр. 21-05-2003 | Отправлено: 10:01 07-06-2005
    denver



    Junior Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
    Наверное все уже знают что можно вот так вот переназначить View Source IE (или Maxthon) с стандартного блокнота на Scite:

    Цитата:
    REGEDIT4
     
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor]
     
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name]
    @="c:\\Soft\\WScite\\scite.exe"

    Проблема в том что скайт иногда не понимает что перед ним хтмл, т.к. расширение файла иногда пустое (как у страницы этого топа например). Почесав репу наконец нашел способ который заставляет применять HTML раскраску даже к тем файлам которые не имеют расширения: в приведенном выше коде scite.exe меняем на scite_ie.cmd и, собственно, создаем scite_ie.cmd следующего содержания:

    Цитата:
    @c:\Soft\WScite\scite.exe "-lexer.=hypertext" %1

    Всего записей: 33 | Зарегистр. 25-10-2003 | Отправлено: 03:44 31-07-2005
    8AleX8



    Advanced Member
    Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору

    Цитата:
    Release 1.65  
    Released on 1 August 2005.  
    FreeBasic support.  
    SciTE on Windows handles command line arguments "-" (read standard input into buffer), "--" (read standard input into output pane) and "-@" (read file names from standard input and open each).  
    SciTE includes a simple implementation of Find in Files which is used if no find.command is set.  
    SciTE can close tabs with a mouse middle click.  
    SciTE includes a save.all.for.build setting.  
    Folder for MSSQL.  
    Batch file lexer understands more of the syntax and the behaviour of built in commands.  
    Perl lexer handles here docs better; disambiguates barewords, quote-like delimiters, and repetition operators; handles Pods after __END__; recognises numbers better; and handles some typeglob special variables.  
    Lisp adds more lexical states.  
    PHP allows spaces after <<<.  
    TADS3 has a simpler set of states and recognizes identifiers.  
    Avenue elseif folds better.  
    Errorlist lexer treats lines starting with '+++' and '---' as separate styles from '+' and '-' as they indicate file names in diffs.  
    SciTE error recogniser handles file paths in extra explanatory lines from MSVC and in '+++' and '---' lines from diff.  
    Bugs fixed in SciTE and Scintilla folding behaviour when text pasted before folded text caused unnecessary unfolding and cutting text could lead to text being irretrievably hidden.  
    SciTE on Windows uses correct font for dialogs and better font for tab bar allowing better localisation  
    When Windows is used with a secondary monitor before the primary monitor, autocompletion lists are not forced onto the primary monitor.  
    Scintilla calltip bug fixed where down arrow setting wrong value in notification if not in first line. SciTE bug fixed where second arrow only shown on multiple line calltip and was therefore misinterpreting the notification value.  
    Lexers will no longer be re-entered recursively during, for example, fold level setting.  
    Undo of typing in overwrite mode undoes one character at a time rather than requiring a removal and addition step for each character.  
    EM_EXSETSEL(0,-1) fixed.  
    Bug fixed where part of a rectangular selection was not shown as selected.  
    Autocomplete window size fixed.

    http://sourceforge.net/project/showfiles.php?group_id=2439&package_id=5662&release_id=346375

    Всего записей: 1813 | Зарегистр. 11-12-2001 | Отправлено: 00:10 03-08-2005
       

    Страницы: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104

    Компьютерный форум Ru.Board » Компьютеры » Программы » SciTE - Open Source Text Editor for Windows & Linux
    Widok (09-10-2007 14:48): лимит страниц. продолжаем здесь


    Реклама на форуме Ru.Board.

    Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
    Modified by Ru.B0ard
    © Ru.B0ard 2000-2024

    BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

    Рейтинг.ru