Update: 2016 14.0.0.182
Update: 2016 14.0.0.182
Fixes problem in build 181 that causes crash on startup for some users.
Blumentals Software Programmer
Re: Update: 2016 14.0.0.182
It's still possible to change the menus icons?
I've been trying to do that since I updated to the last version and I can't yet. I don't know if it's a bug or this feature is no longer available
(Sorry for the Google Translate)
I've been trying to do that since I updated to the last version and I can't yet. I don't know if it's a bug or this feature is no longer available
(Sorry for the Google Translate)
Re: Update: 2016 14.0.0.182
Right-click menu or toolbars and select Customize:
While customize window is open, right click the menu item that you want to change, select Change Icon:
Select image (16x16px) and all done:
While customize window is open, right click the menu item that you want to change, select Change Icon:
Select image (16x16px) and all done:
Blumentals Software Programmer
Re: Update: 2016 14.0.0.182
Have this been implemented? [url]http://forums.blumentals.net/viewtopic.php?f=33&t=5969&start=30#p23509[/url] in the 2016 version?
It's a feature I REALLY miss, as it would make the message window much more useful when displaying error messages..
It's a feature I REALLY miss, as it would make the message window much more useful when displaying error messages..
Re: Update: 2016 14.0.0.182
Sorry, this one didn't make the cut. Hopefully for the next version.
Blumentals Software Programmer
Re: Update: 2016 14.0.0.182
[quote="Aivars"]Right-click menu or toolbars and select Customize:
[attachment=2]chicon1.png[/attachment]
While customize window is open, right click the menu item that you want to change, select Change Icon:
[attachment=1]chicon2.png[/attachment]
Select image (16x16px) and all done:
[attachment=0]chicon3.png[/attachment][/quote]
Thanks for the answer,
I've tried all those steps and still not working for me. When I click "Change icon..." nothing happens. It's supposed to the Windows explorer will open after doing clic in "Change Icon...", but this is not the case. Someone else have this issue?
I even tried to reinstall WeBuilder and still having this problem. (It isn't something critical, I know, but I miss this feature introduced in the 2016 beta version :P
EDIT: I use Windows 8.1
----
EDIT 2: Nevermind. It's working :D
Also, there's two things that I wish to know:
1) Where can I get some advanced documentation about development of plugins written in C++ for WeBuilder? I don't like JScript, but in the documentation says that it's possible to use C++.
2) How can I create a custom language (and, of course, his own syntax highlighting) in the editor?
[attachment=2]chicon1.png[/attachment]
While customize window is open, right click the menu item that you want to change, select Change Icon:
[attachment=1]chicon2.png[/attachment]
Select image (16x16px) and all done:
[attachment=0]chicon3.png[/attachment][/quote]
Thanks for the answer,
I've tried all those steps and still not working for me. When I click "Change icon..." nothing happens. It's supposed to the Windows explorer will open after doing clic in "Change Icon...", but this is not the case. Someone else have this issue?
I even tried to reinstall WeBuilder and still having this problem. (It isn't something critical, I know, but I miss this feature introduced in the 2016 beta version :P
EDIT: I use Windows 8.1
----
EDIT 2: Nevermind. It's working :D
Also, there's two things that I wish to know:
1) Where can I get some advanced documentation about development of plugins written in C++ for WeBuilder? I don't like JScript, but in the documentation says that it's possible to use C++.
2) How can I create a custom language (and, of course, his own syntax highlighting) in the editor?
Re: Update: 2016 14.0.0.182
1) Nobody really likes JScript but I'd recommend using it anyway, then at least we can help you with issues better. If you still want to use cpp, I've attached some samples to this post for the cpp flavor that this particular scripting engine supports. You would basically still need to do everything as this tutorial says (http://help.blumentals.net/webuilder/plugins/index.htm) but use *.cpp instead of *.js and use the c++ language that I unfortunately won't be able to help you with.
2) You can't add a completely new language since there's a whole bunch of coding for each language (how the document behaves, does it have HTML/CSS toolbar and various actions available, does it have preview, what are its configurable colors etc) but if you want to modify or improve any of the existing syntax parsers, follow these instructions: http://help.blumentals.net/webuilder/cu ... _intro.htm
2) You can't add a completely new language since there's a whole bunch of coding for each language (how the document behaves, does it have HTML/CSS toolbar and various actions available, does it have preview, what are its configurable colors etc) but if you want to modify or improve any of the existing syntax parsers, follow these instructions: http://help.blumentals.net/webuilder/cu ... _intro.htm
- Attachments
-
- C++Script.zip
- (6.12 KiB) Downloaded 1294 times
Blumentals Software Programmer
Re: Update: 2016 14.0.0.182
There's also some info on the C++ variant of FastScript here: https://www.fast-report.com/public_download/fs_en.pdf
Re: Update: 2016 14.0.0.182
It's works!
Thanks for the information and the help, you're very kind.
Thanks for the information and the help, you're very kind.