jEdit 4.3pre11
 hjwng
 Á¶È¸ : 2522 , 2007/10/06 18:36
ÃÊ°í¼Ó 100Mb ´Ù¿î | ´Ù¿î·Îµå¸µÅ© º¹»ç

º¸µå³ª¶ó ÀÚ·á½ÇÀº Àü¿ë °í¼Óȸ¼±À¸·Î ÃÖ´ë 100MbpsÀÇ ÃÊ°í¼Ó ´Ù¿î·Îµå¸¦ Á¦°øÇÕ´Ï´Ù
IE9 »ç¿ëÀÚ´Â ´Ù¿î·Îµå°¡ ÀÀ´äÇÏÁö ¾ÊÀ»°æ¿ì µµ±¸-¿É¼Ç-»èÁ¦ Ŭ¸¯ÇÏ¿© ij½Ã »èÁ¦ÈÄ Å¬¸¯Çϼ¼¿ä

°­·ÂÇÑ ÅؽºÆ®(,¼Ò½ºÄÚµå) ¿¡µðÅÍÀÔ´Ï´Ù.
±¸Ã¼ÀûÀΠƯ¡µé: http://jedit.org/index.php?page=features

ÀÚ¹Ù·Î ¸¸µé¾îÁ³±â ¶§¹®¿¡ ¿î¿µÃ¼Á¦(OS)¸¦ °¡¸®Áö ¾ÊÁö¸¸, ´ë½Å ÀÚ¹Ù½ÇÇàȯ°æ(Java Runtime Environment=JRE)ÀÌ ÇÊ¿äÇÕ´Ï´Ù.(1.5ÀÌ»ó) http://java.sun.com/javase/downloads/index.jsp

ÀÌ ÀÚ·á´Â À©µµÁî ÆÑÅ°Áö·Î¼­, ÀÏ¹Ý ÇÁ·Î±×·¥°ú ¶È°°ÀÌ ¼³Ä¡ÇÏ°í »ç¿ëÇÏ°Ô µÇ¾îÀÖ½À´Ï´Ù.

{{{ Version 4.3pre11
{{{ Bug Fixes

- NPE in scroll code when deleting some content with no wrap but some
closed folds (#1763932) (Matthieu Casanova)

- If the cached plugin list xml is broken, it is deleted and reloaded
(Matthieu Casanova)

- Fixed a bug when calling a macro during macro recording (#1765738)
(Matthieu Casanova)

- When removing content in a buffer when having softwrap on a NPE was
happenning in some case (#1775258) (Matthieu Casanova)

- When changing download mirror, the plugin list cache was not refreshed
(Matthieu Casanova)

- Reload/ReloadAll now ignores buffers with the UNTITLED flag set (instead
of NEW_FILE). (#1720572) (Matthieu Casanova)

- SF Bug #1760646: perl colorization
Escape rules for child rule sets were being ignored. Since the perl mode
doesn't define a top-level escape char, escaped sequences inside strings
were not being properly recognized. Fix looks for the contextual escape
rule before trying to delegate to the parent's escape rule. (Marcelo Vanzin)

- Explicit folds are now expanded when deleting the '{' at the fold start
(#1193683) (Matthieu Casanova)

- Folds are now expanded when inserting new line at the fold start,
and when breaking explicit fold start (#950961) (Matthieu Casanova)

- The format-paragraph action was not recorded in macros (#1726207)
(Matthieu Casanova)

- Changed the encoding of "history" file to UTF-8.
(SF.net Bug #1691638 - Kazutoshi Satoda)

- Fixed ArrayOutOfBoundsException when adding explicit fold at the end of
a buffer with a mode that has a "line comment" property (#1560584)
(Matthieu Casanova)

- 1755430 - HistoryTextField looks bad with native GTK+ LnF (Seph M. Soliman)

- SF Bug #1742250: use of DELEGATE in mode rules can cause rules to be
missing. (Daniel Hahler)

- Failure of autosave which was silently ignored is now handled and reported.
(SF.net Bug #1775281 - Kazutoshi Satoda)

- IllegalCharsetNameException was not handled. It could be thrown for XML
encoding declaration or [Reload with Encoding] action. (Kazutoshi Satoda)
(This bug was reported by Andre Rudlaff as SF.net Patch #1789707)

- Removed hard coded "C:\Program Files" from Java based installer. It now
uses %ProgramFiles% (a builin environment variable) instead.
(SF.net Bug #917669 - Kazutoshi Satoda)

- Changed the default mirror from NONE to switch.
(bug #1757229) (Björn "Vampire" Kautler)

- Fixed the "Evaluate Buffer in BeanShell" macro so that it does what its
description states, that is evaluating the buffer in current state. Before
the macro used the last saved state. Additionally the result of the toString()
method of the return value of the scirpt, if any, is added to the newly
created buffer in a new line. (bug #1554769) (Björn "Vampire" Kautler)

- Fixed inconsistent indentation which happened when adjacent lines both
match with "unindentThisLine" pattern and they should be placed at first
column. (Kazutoshi Satoda)

- Dropping files was broken when using Gnome Nautilus (patch #1795592)
(xlinuks)

}}}
{{{ Miscellaneous

- ViewUpdate.CLOSED is now sent for all views. Previously, the view from where
the exit request originated would fail to send a ViewUpdate.CLOSED message.
(Marcelo Vanzin)

- New Interface: DockableWindow.java, an interface for jEdit dockable windows.

- When clearing all hypersearch results the HyperSearch Results dockable panel
will hide (feature #1593526) (Matthieu Casanova)

- The release note of the plugins in the PluginManager install panel now displays
html (Matthieu Casanova)

- PluginManager InstallPanel: All columns are sortable in either directions (#1781853 - Joerg Spieler)

- When dropping a directory on the textarea, the VFSBrowser will now browse to it
(Matthieu Casanova)

- A new action "edit-syntax-style" that opens a dialog to change the token
under the caret (patch #1788847) (Shlomy Reinstein)

- The plugin install panel now has a sortable column containing the release date
of the plugin (Matthieu Casanova)

- When editing toolbar the dialog now remembers the last action set
(#1538743) (Matthieu Casanova)

- The shortcuts option panel now have a textfield filter
(Matthieu Casanova, Shlomy Reinstein)

- The recent files now remembers the edit mode (feature #1593543)
(Matthieu Casanova)

- The Deb Ant Task now works with Ant 1.7 too. (Björn "Vampire" Kautler)

}}}
{{{ Editing

- Improvements to PHP edit mode (patch #1740618, bugs #1716134, #1504855)
(Daniel Hahler)

- Added RFC edit mode (Matthieu Casanova)

- reST mode: improved handling of comments and literal blocks (SF: #1748471)
(strank)

- Added HLSL edit mode (SF: #1724921) (Adam Sawicki)

- Added CLIPS edit mode (SF: #1745999) (Orhan Alkan)

- Added Template Toolkit edit mode (SF: #1738800) (Krassimir Berov)

- Added macros Editing/Open_Line_(Above|Below).bsh (Scott LeBaron) (sf: 1746798)

- Added "self" keyword in python edit mode (Matthieu Casanova)

- Added the "indent" properties to pl-sql edit mode (Matthieu Casanova)

}}}
{{{ API Changes

- new class: org.gjt.sp.jedit.msg.VFSPathSelected EBMessage gets sent
whenever a node in the VFSBrowser is clicked. (#1730075 - Alan Ezust)

- org.gjt.sp.jedit.gui.CompletionPopup has been extracted to provide basic
UI of word completion. (SF.net patch #1752044 - Kazutoshi Satoda).

- org.gjt.sp.jedit.io.VFS.BROWSE_CAP is not deprecated anymore and browseable
VFS must define this property (Matthieu Casanova)

- A new boolean attribute, 'MOVABLE', can now be specified for tags
in the 'dockables.xml' file. (1782091 - Shlomy Reinstein)

- A new interface, DockableWindow, is introduced for MOVABLE dockable windows to
be notified before their docking position is changed. (1782091 - Shlomy Reinstein)

- The BufferListener has a new method preContentInserted() (Matthieu Casanova)

- New FilteredTableModel class that helps creating a filtered JTable
(Matthieu Casanova, Shlomy Reinstein)

 
1


 
   ÀÌ °Ô½Ã¹°ÀÇ ´ñ±Û º¸±â
·Î±×ÀÎ | ÀÌ ÆäÀÌÁöÀÇ PC¹öÀü
Copyright NexGen Research Corp. 2010