Anzeigen der neuesten Beiträge
0 Mitglieder und 9 Gäste betrachten dieses Thema.
E.g. ------------------------------------ %% %name%=@i My name %city%=New York %date%=@d[yyyy.mm.dd] %time%=@t[hh.nn] %% This is a simple and silly text clip. My name is %name% and i work in %city%. The current date is %date% and time %time%. -----------------------------------
hidden preference bluegriffon.inContext.enabled better installers rulers not hidden in source view; b=345 Switching back from Source to Wysig triggers a txn even if the source is inchanged; b=344 highlighting the current line in source views scripteditor changes cursor position if Reflect replies a syntax error don't double load when a linked sheet is modified by BG itself highlight selected element in DOM Explorer tab title and position in DOM Explorer hidden preference bluegriffon.defaults.forceLF Tip of the Day (the tips themselves are not ready yet) use standard descriptors for ltr and rtl; b=287 automatic detection of changes in external files linked into documents edited by BlueGriffon; b=325 wrong mimetypes switching to source view get rid of duplicate anchors in Link Insertion dialog force reload stylesheets if they were edited no check if ID already given in CSS Properties panel; b=194 Invalid class or ID in the CSS Properties panel freezes the app; b=167 Table properties dialog controls can show NaN; b=336 CSS Colors were always added as rgb() Values; b=97 CSS 3 3D Transformations Don't remove empty divs switching back from source to wysiwyg view;b=261 CodeMirror now used for all source views instead of Ace Script Editor was always displayed in en-US Insert > Stylesheets moved to Panels > Stylesheets. Panels > Stylesheets now offers to edit embedded and local stylesheets through CodeMirror folding and XML parsing error visibility added to Source View folding and JS syntax error added to Script Editor (uses Reflect) folding added to Stylesheets Editor new table cells should not get vertical-align:top; b=314 class and aria role does not apply correctly to multiple td/thselection; b=329 don't use the width attribute on tables in html5; b=313 Format menu partially horked; b=312 cannot select/copy/paste select elements; b=331 Removing last class leaves an empty class attribute; b=320 impossible to create an attributeless hr element; b=322 a lot of minor fixes
NEW: [features/improvements] +Improved Python auto-completion +Add ability to customize spelling dictionary and behavior. Can now Ignore spellings (per session) or Add words to the dictionary (permanent). Optional feature only available when pyenchant is installed. +Add partial support for CSS3 highlighting. +Add support for GLSL programming language (patch from Auria) +Auto-completion configuration (on/off) now only applies to completions that are provided automatically. Completions can always be requested with the auto-completion shortcut keys. +Add partial Catalan, Eseranto, Farsi, Georgian, and Maylay translations.LIBRARY: +Add new themed art resource for New Folder +Minor extensions to file utility functions (AddFileExtension) +Add DirectoryMonitor class to ebmlib to provide notifications to changes to files in a directory.BUG FIXES: +Fix middle mouse button not closing correct tab when notebook view has been split. +Fix some Unicode handling issues related to startup paths. +Fix error case in updating session storage schema from older versions of application. +Fix file filters not working with find in current directory option. +Fix text selection foreground color in OutputBuffer derived windows. +Fix issue with some style sheets not being able to be loaded in StyleEditor on case sensitive file systems. +Fix some minor cosmetic issues when running under GTK. +Fix crash that could occur during shutdown under some cases when a find dialog was open.