Anzeigen der neuesten Beiträge
0 Mitglieder und 5 Gäste betrachten dieses Thema.
New features: * #5909 : New BiDi feature, making it possible to switch the base language direction of block elements. * #5268 : Introducing the "tableresize" plugin, which makes it possible to resize tables columns by mouse drag. It's not enabled by default, so it must be enabled in the configurations file. * #979 : New enableTabKeyTools configuration to allow using the TAB key to navigate through table cells. * #4606 : Introduce the "autogrow" plugin, which makes the editor resize automatically, based on the contents size. * #5737 : Added support for the HTML5 contenteditable attribute, making it possible to define read only regions into the editor contents. * #5418 : New "Advanced" tab introduced on the Table Properties dialog. It's based on the new dialogadvtab plugin. * #6082 : Introduced the useComputedState setting, making it possible to control whether toolbar features, like alignment and direction, should reflect the "computed" selection states, even when the effective feature value is not applied.Fixed issues: * #5911 : BiDi: List items should support and retain correct base language direction * #5689 : Make it possible to run CKEditor inside of Firefox chrome. * #6042 : It wasn't possible to align a paragraph with the dir attribute to the opposite direction. * #6058 : Fixed a small style glitch with file upload fields in IE+Quirks.
Apart from the changes in beta 1, I've done the following:* Made some changes on how blank documents at startup is handled.* Fixed an issue with recent projects.* Fixed several code fold issues in VB, VBScript, ASP, Pascal, C++, C#, PHP...* Fixed some project manager issues.A few other issues were found and fixed during the work on this version. Some very minor, others may have resulted in an error message being displayed.
version 1.9.9 -> 2.0 :- a built-in pdf viewer has been added : the pdf preview is automatically refreshed after a "quick compilation";- a new option to the quick build command has been added : with this option, texmaker doesn't launch a new instance of the dvi/ps/pdf viewer if the file is already opened.- the "tabular" assistant has been completed :* option to add a vertical margin after a \hline (for big math formulae)* new options for the "p{}" column alignment (center and left alignment : \usepackage{array} is required)- the required blank space at the end of the metapost command is verified if the user changed manually this command- user can now directly create a new document by copying an existing one.- a new wizard to set the "user quick build command" has been added.- the "AMS align" tag has been added to the "Math" menu.- the trouble about the compilation of the hunspell code with gcc 4.5 has been fixed.
Fresh HTML 3.53. What's new: CSS Styles inspector.
Version 6.60Aug 11, 2010Project ManagerI've added several new features, two new settings and fixed some minor issues. * You can drag a document tab to the project list to add the file to the project. * You can use drag n drop to add files to the project from e.g. Windows Explorer. * Files are opened faster. * Cursor positions are now remembered properly when the file is reopened. * <Enter> can now be used to open the focused file in the project list. * <Enter> or DoubleMouseClick will open all selected files. * Alt+Up/Down/Right can be used to activate the focused document in the project list. * The last active tab is saved and will be activated when you reopen the project. * OPTION: Add opened documents to project. * OPTION: Ask to remove document from project when closed.Document tab listAdded a shortcut to open the document tab list. The default shortcut is F4.Last opened files * Fixed several issues. * Improved speed. Files are opened faster. * You can store status data (e.g. cursor positions...) for up to 10000 files. It's not limited to 99 anymore.Natural sortingNatural sorting have been added to the project view and the FTP views.Word Wrap * Horizontal scroll bar is now hidden when using word wrap at window edge. * Fixed issues with wrap using non-fixed font.Code FoldingMade some changes in the syntax files and in the editor to solve fold issues. Several improvements were made and many issues were fixed.Misc * Made some changes on how blank documents at startup is handled. * Fixed an issue with recent projects. * Fixed some project manager issues. * Also fixed some issues mentioned in the forum.
This is a minor release of Vim. It consists of Vim 7.2 plus allpatches, updated runtime files and some more, see below. It has beentwo years since the 7.2 release, thus it's not that "minor". But not"major" either. Something in between, don't know how to call that.The most notable additions since 7.2:- Persistent undo and undo for reload- Blowfish encryption, encryption of the swap file- Conceal text- Lua interface- Python 3 interfaceOnce you have installed Vim 7.3 you can find all the details about thechanges since Vim 7.2 with: :help version-7.3
CKEditor 3.4 Fixed issues: * #6118 : Initial focus is now set to the tabs in the table properties dialog. * #6135 : The dialogadvtab plugin now uses the correct label. * #6125 : Focus was lost after applying commands in Opera. * #6137 : The table dialog was missing the default width value on second opening.
New in this version:Project Manager* Added a new option "Default project tree path". This path is used to create a relative path. When you add files to the project, this relative path is used to create folders in the project tree (when using the option to use a relative path).* Drag n drop inside the project tree should work properly now.* Files and folders can now be dragged from e.g. Windows Explorer to the project tree.Search -> HighlightAdded a new option in the menu to allow highlighting of words during normal selection.Allow text cursor beyond end of lineMade some changes in behaviour and added a new option.* Trailing blanks are removed from modified lines only. To keep the trailing blanks save the file or use the new option to "Keep trailing blanks".* Added a new option to "Keep trailing blanks".* Fixed some issues with undo/redo.Remote Files (FTP/SFTP)Made several improvements.* Document status (cursor pos, fold state...) are now saved for remote files.* Remote files are added to the "Recent files" list and are opened the same way normal files are.* Save options can now be remembered (local/remote or both) between sessions.* Added a menu item to save all files to the connected site.Syntax OptionsAdded and changed some options.* OnlyLineCommentIfFirstChar has been changed and are now connected to LineCommentA or LineCommentB. The two new options are:OnlyLineCommentIfFirstCharAOnlyLineCommentIfFirstCharB* A new block option was added:OnlyAfter=<string>Use this to enable block highlighting only after certain characters entered in the new option.This is used in the JavaScript syntax with RegEx patterns.Html 5I'll add some Html 5 tags and attributes to the syntax file.Misc* Tab after keyword could sometimes disable folding.* Fixed some issues reported in the forum.