Major Update: 2014 v12.3
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Major Update: 2014 v12.3
You may have noticed that we had no updates for quite a while. This is because instead of releasing multiple smaller updates over the year, we decided to batch the jobs and release one bigger update. The time saved on compiling multiple minor update releases was invested in fixing more things instead.
This is a big big update, but it is not an upgrade, it is free for all v2014 users.
Here is what has changed:
* Updated Chrome preview version
* Fixed various errors and software exceptions
* Ability to cancel snippets with input boxes
* Fixed JS and PHP sample snippets
* Fixed the disappearance of macros
* Various SQL panel fixes
* Improved CSS validator
* Improved refresh + code/preview synch
* Fixed visual TD tag matching
* Updated JavaScript libraries
* F5 now works in preview window
* Fixed bug where program froze on encountering links that start with //
* Improved HTML auto complete
* Special Characters form fixes
* Safe FTP upload mode now preserves permissions
* Improved French localization
* Improved regular expression search
* Improved code explorer
* Improved block comments insertion
* JS checker now works in .JS files
* Diff now works with unsaved and FTP files
* Leading and trailing spaces are now preserved in snippets
* Fixed memory leak in color picker
* Fixed PHP formatter bugs
* SQL browser updated, added basic actions - paste, copy, cut, select all, undo, redo
* Updated inspector number editor to better support decimals
* Now the last created project is auto selected
* Strange characters with Alt + arrow
* Fixed bug - when double-clicking on TODO category name
* Fixed bug - adding @import statement to beginning of HTML when formatting font of selector in STYLE block
* Multiple PHP debugger fixes
* Improved PHP heredoc and nowdoc
* Other minor fixes
This is a big big update, but it is not an upgrade, it is free for all v2014 users.
Here is what has changed:
* Updated Chrome preview version
* Fixed various errors and software exceptions
* Ability to cancel snippets with input boxes
* Fixed JS and PHP sample snippets
* Fixed the disappearance of macros
* Various SQL panel fixes
* Improved CSS validator
* Improved refresh + code/preview synch
* Fixed visual TD tag matching
* Updated JavaScript libraries
* F5 now works in preview window
* Fixed bug where program froze on encountering links that start with //
* Improved HTML auto complete
* Special Characters form fixes
* Safe FTP upload mode now preserves permissions
* Improved French localization
* Improved regular expression search
* Improved code explorer
* Improved block comments insertion
* JS checker now works in .JS files
* Diff now works with unsaved and FTP files
* Leading and trailing spaces are now preserved in snippets
* Fixed memory leak in color picker
* Fixed PHP formatter bugs
* SQL browser updated, added basic actions - paste, copy, cut, select all, undo, redo
* Updated inspector number editor to better support decimals
* Now the last created project is auto selected
* Strange characters with Alt + arrow
* Fixed bug - when double-clicking on TODO category name
* Fixed bug - adding @import statement to beginning of HTML when formatting font of selector in STYLE block
* Multiple PHP debugger fixes
* Improved PHP heredoc and nowdoc
* Other minor fixes
Re: Major Update: 2014 v12.3
Great update - Thanks Karlis and team!
Re: Major Update: 2014 v12.3
Sounds very nice !
but when I try to upgrade (I have version 12.2), I get 'You are already using teh latest version' ...
any idea ?
sincerly,
Domi.
but when I try to upgrade (I have version 12.2), I get 'You are already using teh latest version' ...
any idea ?
sincerly,
Domi.
- Karlis
- Site Admin
- Posts: 3605
- Joined: Mon Jul 15, 2002 5:24 pm
- Location: Riga, Latvia, Europe
- Contact:
Re: Major Update: 2014 v12.3
We do not want our servers to be overloaded, this why "check for updates" for most users shows the new version only a few days after the software is released. This way it does not happen that everybody updates at once.
Re: Major Update: 2014 v12.3
Awesome, thanks for the free update! Will update as soon as possible :)
Re: Major Update: 2014 v12.3
Thanks!
Re: Major Update: 2014 v12.3
Thank you for updates'
How could you miss this
<main>
tag
</main>
still not recognized as HTML 5 tag. :(
==============================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Using main</title>
</head>
<body>
<header>My page</header>
<nav>
<a href="#">Home</a>
</nav>
<main>
<article>
<h1>My article</h1>
<p>Content</p>
</article>
<aside>
<p>More information</p>
</aside>
</main>
<footer>Copyright </footer>
</body>
</html>
How could you miss this
<main>
tag
</main>
still not recognized as HTML 5 tag. :(
==============================================
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Using main</title>
</head>
<body>
<header>My page</header>
<nav>
<a href="#">Home</a>
</nav>
<main>
<article>
<h1>My article</h1>
<p>Content</p>
</article>
<aside>
<p>More information</p>
</aside>
</main>
<footer>Copyright </footer>
</body>
</html>
Re: Major Update: 2014 v12.3
It's saved for the upgrade. For now you can do it manually: http://forums.blumentals.net/viewtopic.php?f=4&t=6387
Blumentals Software Programmer
-
- Posts: 24
- Joined: Fri May 16, 2008 8:35 pm
- Location: UK, Staffs.
Re: Major Update: 2014 v12.3
Thank you guys, great update.
Re: Major Update: 2014 v12.3
There's additional update online now (12.3.0.152) that fixes a problem with synchronization introduced by the previous update, so if you have a problem with project to FTP synchronization then make sure to get the newest one.
Blumentals Software Programmer
-
- Posts: 24
- Joined: Fri May 16, 2008 8:35 pm
- Location: UK, Staffs.
Re: Major Update: 2014 v12.3
thanks for the update.
One issue - this new version will not run with WINE on a Linux system (Linux Mint 17 LTS 64bit).
More and more people & customers have dropped Windows XP, and 8.1 for Linux. I guess if you need to learn a new system then now is a good time to jump from Windows into Linux.
Over the past few weeks I have seen old XP machine being change to run Linux mint using the xfce desktop - which makes a lot of saving for companies.
I think the trend to drop MS products will continue over the next few years with free software, but companies like yours who create a Linux version of there products have also found an advantage as you know how to use your products.
One example comes to mind is UltraEditor which now has a Linux version of their software making it easier for the end user.
I find myself using Linux more than Windows these days. I know in the UK, many Schools are now moving from MS to Linux to save monies on their systems and the same is happening in the business world.
My questions are;
Short term - Can you make WeBuilder work with Linux with WINE installed?
Long term - Linux versions of your products - maybe with a licence so you can use both versions at once across both Linux and MS platforms?
One issue - this new version will not run with WINE on a Linux system (Linux Mint 17 LTS 64bit).
More and more people & customers have dropped Windows XP, and 8.1 for Linux. I guess if you need to learn a new system then now is a good time to jump from Windows into Linux.
Over the past few weeks I have seen old XP machine being change to run Linux mint using the xfce desktop - which makes a lot of saving for companies.
I think the trend to drop MS products will continue over the next few years with free software, but companies like yours who create a Linux version of there products have also found an advantage as you know how to use your products.
One example comes to mind is UltraEditor which now has a Linux version of their software making it easier for the end user.
I find myself using Linux more than Windows these days. I know in the UK, many Schools are now moving from MS to Linux to save monies on their systems and the same is happening in the business world.
My questions are;
Short term - Can you make WeBuilder work with Linux with WINE installed?
Long term - Linux versions of your products - maybe with a licence so you can use both versions at once across both Linux and MS platforms?
Re: Major Update: 2014 v12.3
We're not considering Linux versions at the moment. What error do you get on Wine?
Blumentals Software Programmer
-
- Posts: 24
- Joined: Fri May 16, 2008 8:35 pm
- Location: UK, Staffs.
Re: Major Update: 2014 v12.3
it just crashes the the little window that pops up the continue or shut down the program, Ill have to get a screen shot / log file for you.
Re: Major Update: 2014 v12.3
Sure, that would help. Especially the 2nd tab of the crash window.
Blumentals Software Programmer