Versie historie van EverEdit (64-bit)

<<Terug naar software beschrijving

Veranderingen voor v3.1.1(3085) - v3.2.0 Beta

  • ADDED: High DPI and Retina display support
  • ADDED: Full support for Unicode 32 BE/LE and gb18030. You could open/save/modify those files just like normal plain text file. Note: You might need an Unicode font which include all chars.
  • ADDED: Remove tailing spaces on saving(Syntax Dialog->Advanced to toggle it)
  • ADDED: Ensure the EOL would contain a blank line(Syntax Dialog->Advanced to toggle it)
  • ADDED: Popup a dialog on clicking [more template menu] where you could select more syntaxs.
  • ADDED: Duplicate selection(Column Selection/Normal Selection/Multiple Selection)
  • ADDED: Rename active document(Document->rename or right click tab area)
  • ADDED: Display the EOL values on status bar(0x0D, 0x0A, 0x0D0A). (Note: EverEdit will format line format on saving).
  • ADDED: Provide more functions for WM_COPYDATA. Now, WM_COPYDATA has the ability to communicate with external EXEs.
  • ADDED: More command line args
  • -n:Move to line and col. Example: -n10:20
  • -h:Don’t add files to MRU list. These files come from command line’s args
  • -e:Encoding. Example(Force open these files with UTF-8): -e65001
  • -s:Syntax pattern. Example: -s”HTML”
  • -r:Readonly mode
  • -i:Open a new instance of EverEdit
  • -u:Update an addon
  • ADDED: Support multiple lines replacement. Note: It only works on normal text replacement, not Regex and Extend mode.
  • ADDED: Mode menu would display sub menu items now.
  • ADDED: Double click to close active document. You can toggle this function via tab settings.
  • ADDED: Auto Backup
  • ADDED: Auto Save
  • ADDED: Favorite files. Provide a docking pane where you can manage your favorite files.
  • ADDED: Find/Replace dialog could dock to bottom of main application
  • ADDED: Remember the cursor position of all opened files
  • ADDED: Restore your last selection. You might click some where and lost your previous selection, you could restore it now.(MainMenu->Edit->Others->Restore last selection)
  • ADDED: Clone view. You could clone any text view and split them.(Right click tab and select clone view)
  • ADDED: The tab of docking windows could be placed on top(Right click the tab and select TopBottom)
  • ADDED: Detach files into a new instance.(The file must exist!)
  • ADDED: The context menu of textarea would display the scripts from maco\__textmenu__ folder
  • ADDED: You can hide main menu now(View->Toolbars->Hide Main Menu). Press Alt to toggle it.
  • ADDED: You could disable [tear off] now!(Option->General)
  • ADDED: Line state supports 1/2 pixel(Option->Edit Style)
  • ADDED: The tree control of docking windows support Visata/None Vista style configuration.
  • ADDED: [Yes to All]/[No to All] buttons on closing multiple files
  • ADDED: Docking windows support theme now.
  • ADDED: Provide new folding style(Icon)!
  • ADDED: Force to paste text with specified size of clipboard.(Paste->More->….)
  • ADDED: Provide new docking panel(File Explorer)
  • ADDED: Provide more configuration of printing.
  • ADDED: When you drop files/folder into EverEdit: Holding Ctrl key: insert file content to active document; Holding Shift key: insert full path into active document; If you drop a folder, EverEdit will insert the sub files into active document.
  • ADDED: Provide source view for Internet Explorer(Option->General)
  • ADDED: Document->Advanced->Update Modes to reload all modes
  • ADDED: Provide template configuration dialog, you could set many template for one file type now! You could also bind a shortcut to your template via ShortcutDialog
  • ADDED: Ctrl+Tab/Ctrl+Shift+Tab will popup a dialog where you could switch your files quickly!
  • IMPROVED:You can insert CR/LF with multiple edit point now.
  • IMPROVED:[Trim Leading/Tailing Spaces] will work on whole text if you don’t select any text
  • IMPROVED:Improved cursor movement for Japanese
  • IMPROVED:Improved performance of [Multiple Lines Replacement]
  • IMPROVED:If current word of auto-complete fully matches your input, auto-complete will hide instead of inserting CR/LF
  • IMPROVED:Bookmark drawing. Click bookmark area to toggle it.
  • IMPROVED:OutputWindow/Bookmark will not restore themselves on startup
  • IMPROVED:[Partially Edit] will work on current line if there’s no selection.
  • IMPROVED:[Goto Line] dialog will remember what you input now.
  • IMPROVED:Tab title would keep the original text, you can config it via tab settings
  • IMPROVED:Improved encoding detection for unicode 32 LE/BE
  • IMPROVED:[Capitalize] will work on multiple/column selection
  • IMPROVED:Syntax dialog would display current syntax item on showing.
  • IMPROVED:Better statistics function
  • IMPROVED:Added 2 buttons on [Find in Files dialog](1. Use the folder of active document 2.Move to parent folder)
  • IMPROVED:Removed some duplicated menu items in File&Window
  • IMPROVED:Better menu display on Visata&Win7
  • IMPROVED:[Grep] and [FindAll] would fold the results now!
  • IMPROVED:Sequence dialog could insert text with column mode now
  • IMPROVED:The title of document will not display …
  • IMPROVED:User defined tools now support 4 prompt args now
  • IMPROVED:Fold all/Unfold all will fold/unfold all levels
  • IMPROVED:If current folding method is pentagon, you can fold text with clicking the tail pentagon.
  • IMPROVED:Improved update.exe and it supports proxy configuration now!(Settings->Proxy)
  • IMPROVED:If template file’s ext is (.mac,.evb,.ejs,.epy,.epl,.erb,.elu), EE will run it as a script!
  • IMPROVED:EverEdit will remember your focus window now!
  • IMPROVED:[Monitor clipboard] will not paste text that comes from EE now!
  • IMPROVED:You can copy command text with right click on shortcut dialog
  • IMPROVED:The column number of Statusbar would count from 1 now(Settings->Edit)
  • IMPROVED:Ctrl+L will clear all texts on [Find Everything] docking window
  • IMPROVED:Docking window supports font configuration now(Settings->General)
  • IMPROVED:You can config the background color of active document via setting->tab
  • IMPROVED:EE will create a new document at the right side of active document
  • IMPROVED:Macro could record replacement now(Note:Don’t support multiple line replacement)
  • IMPROVED:File association would keep the old icons now.
  • IMPROVED:Session would remember the tab order of opened files
  • IMPROVED:Improved drawing of boundary line
  • IMPROVED:Toolbar could dock into bottom side now
  • IMPROVED:Added a new toolbar button which will popup a menu and display all docking windows.(Config it through settings->toolbar)
  • IMPROVED: Alert a message when save unicode chars to file with a none-Unicode encoding
  • IMPROVED: The menu of mode now supports [tear off]!
  • IMPROVED: Improved Open Files Panel.
  • IMPROVED: Add a new option for highlight selection with case insensitive.
  • IMPROVED: Directory View supports filter function now!
  • IMPROVED: Batch replace would work on all opened files!
  • FIXED:Fixed a critical bug on replace text with \n and [^\n]*
  • FIXED:The return value might not be correct on called from other applications
  • FIXED:A crash bug on sorting shortcut items on shortcut dialog
  • FIXED:EverEdit couldn’t extend selection to EOL
  • FIXED:Calltip couldn’t handle input very well with AutoCase
  • FIXED:If there were many tabs, the mouse operations might be not correct
  • FIXED:Fxied a critical bug with word complete on start page/web view
  • FIXED:Cut/Copy to Clipboard couldn’t cut/copy text correctly
  • FIXED:Fixed a flicker issue on mouse hover Ruler area
  • FIXED:Fxied a bug on sort word complete items on config page
  • CHANGED:All docking windows are moved into MainMenu->View->Docking Window
  • CHANGED:Some save/style configuations were moved into Backup/Style pages.
  • CHANGED:Removed HTML/XML tag complete from core. This function was moved into plugin.
  • OutputWindow:
  • ADDED: Multiple output window support
  • ADDED: Toolbar support(You can hide this bar via context menu)
  • ADDED: Press Enter and open the file that matched the file pattern
  • ADDED: Next/Prev result
  • Outlint Window:
  • ADDED: You can define the outline yourself now. Sample: [macro\__outline__\OutlineMarkdown.mac]
  • ADDED: You can copy the structure of outline via Context Menu
  • IMPROVED: OutlintWindow will display function name only(Context Menu->Show Functions)
  • Script:
  • ADDED: App.ClipboardText(get/set)
  • ADDED: App.Version
  • ADDED: SCRIPT_PATH(full path of current script file), SCRIP_NAME(path of current file without file name)
  • ADDED: App.SetValue(“xxx.xx”, “string or int”)/App.GetValue(xxx.xx)
  • ADDED: Retrieve project files via script
  • Set prj=App.Project
  • For i=0 To prj.FileCount
  • App.OutputText prj.GetFile(i) & vbCrLf
  • Next
  • ADDED: Textedit supports user defined icon(png/bmp). The icon size must be 16*16.
  • Set doc=App.ActiveDoc
  • ok=doc.SetImageList(“c:\xxxx.bmp”)
  • doc.SetLineIcon 1(line), 2(icon index)
  • ADDED: Textedit supports tooltip for each line. It will display the tooltip on mouse hover
  • Set doc=App.ActiveDoc
  • doc.SetLineTooltip 1(line), “Hello, world”
  • ADDED: Other functions:
  • GetSyntaxState/OpenOutlineFile/FileCount/GetDoc(int index)/doc.Activate/App.CreateOutputWindow/App.BindShortcut/App.FindShortcut
  • IMPROVED: You can include file with … now! Example: Include(“../xxx.mac”)
  • IMPROVED: ActiveDoc.ReplaceAll(string find, string replace, bool case, bool regex, bool word, bool extend)
  • IMPROVED: menu.AddSubMenu, “MySubMenu”, submenu
  • Syntax:
  • ADDED: New functions
  • parser.CreateWordFromFile/parser.AddWordFromFile/parser.OnOutline/parser.AddGlobalItem



Veranderingen voor v3.1.1(3084) - v3.1.1(3085)

  • FIXED: Main app crashed on Find/Replace in Project files
  • FIXED: A bug in Statistics with UTF-16 LE/BE encoding



Veranderingen voor v3.1.1(3082) - v3.1.1(3084)

  • FIXED: A syntax parser bug in php,html,asp etc..



Veranderingen voor v3.1.1(3080) - v3.1.1(3082)

  • FIXED: Main app might crash on updating tags/deleting project files
  • FIXED: Couldn’t restore files with proper encoding on startup
  • IMPROVED: Main app was suspended on completing words from context



Veranderingen voor v3.1.1(3079) - v3.1.1(3080)

  • FIXED: ReplaceAll in scripts couldn’t handle multiple lines
  • FIXED: A problem on Zoom In/Out with minimap
  • FIXED: A bug on delete syntax item in syntax dialog
  • FIXED: A bug on adding user defined extensions in Assoc Dialog
  • IMPROVED: Update.exe would display a message box if net work problems occurred.



Veranderingen voor v3.1.1(3074) - v3.1.1(3079)

  • FIXED: Couldn’t switch focus with split group
  • FIXED: Results might be skipped on greping text from folder with [Whole Word]
  • FIXED: Minimap couldn’t display background color of some syntax files
  • IMPROVED: Shrink max length of greped line to 4096
  • IMPROVED: Scrolling of minimap
  • IMPROVED: Find/Replace window might beyond outside of desktop



Veranderingen voor v3.1.1(3073) - v3.1.1(3074)

  • FIXED: Fixed a bug on relace all opened files(Dirty state was not udpated correctly)
  • IMPROVED: Delete operator was moved to outside from context menu
  • IMPROVED: Tab size wil be remembered on clicking statusbar



Veranderingen voor v3.1.1(3072) - v3.1.1(3073)

  • FIXED: Fixed a critical bug on deleting all text with minimap
  • FIXED: Find everything couldn’t display web preview correctly
  • FIXED: Output window couldn’t init the position very well on startup
  • FIXED: Fixed some bugs in preview of markdown



Veranderingen voor v3.1.1 - v3.1.1(3072)

  • FIXED: minimap wasn’t refreshed correctly on pasting text from clipboard
  • FIXED: A bug of ReplaceAll in scripts
  • FIXED: A bug of user defined toolbar
  • FIXED: A bug on opening source/header file in C++ mode
  • IMPROVED: HTML/XML’s tag auto completion was disabled on multiple/column selection
  • IMPROVED: the drawing of tab icon
  • IMPROVED: Improved the performance of grep



Veranderingen voor v3.0.3 - v3.0.4

  • FIXED:Main application may crash on executing some commands through project window
  • FIXED:A bug on closing files in [Opened Files Window]
  • FIXED:A bug on adding active file to current project
  • FIXED:A bug of shortcut dialog
  • FIXED:MessageBox bug on Multiple monitors
  • FIXED:A bug on resizing line number area
  • FIXED:Some bugs in script control(doc.Delete/Doc.SetCaretPos)
  • FIXED:Some bugs in [TextFx]
  • Improved:Open selected project in project manager on double clicking list box
  • Improved:Menu.Popup(BOOL bScreenPos) can adjust menu position via first param(True:Screen position, False:Caret position)
  • Improved:Auto indent/unindent’s text length was enlarged to 128
  • Improved:Improved auto tag completion in html/xml



<<Terug naar software beschrijving