How to download an older version of anylogic? - anylogic

I need to download an older version of AnyLogic 8.7.7 to test a model on that version, however all links, that I found didnt work for me. I use a community version, so if anyone has a link, please provide it here.
I need a clone of this link:
www.anylogic.com/files/anylogic-professional-8.7.7.x86_64.exe
but I need a community version instead.

This link works fine here: https://www.anylogic.com/files/anylogic-professional-8.7.7.x86_64.exe
As you know, simply replace the version numbers from the active version on their website

Related

Installing older version of AnyLogic or downgrading AnyLogic

The newest AnyLogic version is not supported by my current AnyLogic license. The license only supports up to 8.3.3. However, I do wish to install AnyLogic on another computer and activate it with my license. However, surprisingly I could not find downloads of earlier AnyLogic versions. Does anyone know if and where I can find these earlier versions, and whether I perhaps can downgrade a newer AnyLogic version?
https://www.anylogic.com/files/anylogic-professional-8.3.3.exe
For any version, just put the version you want and you will likely be able to download it
if using mac:
https://www.anylogic.com/files/anylogic-professional-8.3.3.dmg
In addition to Felipe's answer, you can always ask
support#anylogic.com
if you need very old versions. I believe that AL7.x is not available online anymore but they happily send the installers if you need them.

Kate External Tools plugin missing

I have installed Kate Editor (with KWrite, which installs some plugins) in Ubuntu 15.04, and I have just realized that the Kate External Tools plugin is missing since version 4.8.
I really need this plugin, and if anyone could show me where to find an older Kate version or even the plugin itself I would really appreciate that.
By the way, I have found in this webpage the plugin, but (my Linux level is average) I am not able to install it: even the first command gives a problem, and you have to click on "actions" in the left bar... If someone could show me how to build it, that would be really helpful...
Thanks in advance!!
A Kate developer here: Unfortunately, the External Tools plugin was never ported to newer versions of KDE and in particular Plasma 5. There were changes in the plugin architecture, and due to some bugs and no maintainer, this plugin got lost.
We would be very happy to accept this plugin again in Kate's git repository, making it an official part of Kate again. But someone needs to implement it or port it to Kate 5. You can find more information in this bug report.
Update 2019-01-31: I am currently working on bringing this back to Kate: https://phabricator.kde.org/D17971 It will take another 2-3 weeks, though.
Update 2019-09-21: It is back, and will be released with the KDE Applications Release 19.12. See:
https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/

where did NUnit Gui Runner go? version 3.0.1

I just upgraded to version 3.0.1 from nunit 2.6.4. It used to have a NUnit Gui Runner, located here:
After installing 3.0.1 (which I downloaded windows version from here)
I now no longer see the nunit.exe in the installation folder, for example the directory structure is different and appears to be missing many files that were part of the previous installation:
The NUnit team decided to make the GUI a separate product and will be releasing it separately. It is being rewritten from the ground up for NUnit 3, but hasn't been released yet. Development is happening on the GitHub page at https://github.com/nunit/nunit-gui if you want to get involved or track the progress. Initial releases will be out soon.
Update - There have been several preview releases of the new NUnit GUI that can be found at https://github.com/nunit/nunit-gui/releases. The previews are not recommended for production use, but they work and can be used.
The "final" release is here, you can find it at: https://github.com/TestCentric/testcentric-gui/releases
For anyone coming to this page, looking where to find the NUnit Gui, please note that on http://nunit.org/?p=download you can get version 2.6.4, which does contain the Gui.
UPDATE
As pointed out in the comments, a lot has changed since, and you should no longer use the 2.x version tools, rather use the new TestCentric UI found at https://github.com/TestCentric/testcentric-gui/releases

Can't find GWT devmode plugin for IE9

It seems that the installation link I get is broken.
Someone know where can I find the plugin??
Thanks
This is a known issue:
https://groups.google.com/d/topic/google-web-toolkit/aTlIEPCzVec/discussion
https://groups.google.com/d/topic/google-web-toolkit/XqZT0KPbWf4/discussion
https://groups.google.com/d/topic/google-web-toolkit/mnGKkuuxEBI/discussion
Seems like you can download it from the SVN: http://google-web-toolkit.googlecode.com/svn-history/trunk/plugins/ie/prebuilt/ (pick the x86 or x64 MSI as appropriate for your system)
See also Trouble installing GWT Developer Plugin for IE through firewall
this link is working now. the above link seems to not useful. you could explore more version if you browse till tags and then find various version of gwt.
http://google-web-toolkit.googlecode.com/svn/tags/2.5.0/plugins/ie/prebuilt/

Where do I get GTK+-3 from?

I want to compile the latest snapshot version of gedit on OSX as it has a lot of bug fixes and a number of new features, but I'm a little confused about the requirements to compile the sourcecode.
The readme says I need the GTK+-3 libraries, but for the life of me I can't seem to find them. I've gone through the GTK site, but there is only the 2.0 series available. Google doesn't seem to show any results for the 3.0 series either.
Anyone know how/where to get them?
The readme: http://git.gnome.org/browse/gedit/tree/README
GTK 3 has not actually been released yet, it's the current "in-development" version for the upcoming release of Gnome 3. It's still in development and not at all ready for mainstream use.
Still, if you really insist on trying it out, you can get a source tarball from the Gnome FTP server.
GTK+ 3 has been released some time ago (10-Feb-2001):
Sources: http://ftp.gnome.org/pub/GNOME/sources/gtk+/3.0/
Git repo: http://git.gnome.org/browse/gtk+