Where are the pop-up windows and branching in HTML documents? - liclipse

I am testing LiClipse 6.1.0 and I am trying to configure HTML documents as python documents; help pop-ups while writing code and branching for drop-down code blocks (+)
but I don't see the necessary options.

Solved. Simply install the plugin for Eclipse:
Eclipse Web Developer Tools
Then configure the HTML editor to not show the errors of the inserted python code.

Related

How to add 'HttpLibrary' from RobotFramework to Red.xml on Eclipse

I trying to write test scripts using HttpLibrary (from robot framework) on Eclipse RED editor and below are the steps i have performed -
Steps performed
Installed robot framework HttpLibrary using below command
pip install --upgrade robotframework-httplibrary
From Settings-> Imports, added HttpLibrary to my script
* Settings *
Library HttpLibrary
'Unknown 'HttpLibrary' library. Try to use Quick Fix (Ctrl+1) or add library to red.xml for proper validation' error message is noticed on hovering the HttpLibrary line in my script.
However upon looking at Red.xml ->Referenced libraries tab, HttpLibrary is listed in the libraries block HttpLibrary in Red.xml
I am wondering if there is any different procedure to add libraries to Red.xml. I am stuck on trying different ways to add HttpLibrary to my script.
After few hours of investigation, i have found root cause of the issue.
I am using Python 3.6.4 in my machine and installed Robot Framework on it.
HttpLibrary supports only Python 2 and so though the library is listed in the Red.xml referenced libraries tab, still my Robot Framework script was not able to reference and run it properly.
Please note that not all the Robot Framework libraries are supported by Python 3.6.4
This occasionally happens. Even when the library is already present in the project config file (RED.xml) and present in the project tree panel. Using CTR+1 and opting for the quick fix option will generally correct this issue without any visual difference.
In the HttpLibrary Github documentation there the usage section also highlights that the library should be imported like:
*** Settings***
Library HttpLibrary.HTTP
This gives a different result.

Python windows forms application

I want to do some applications with python, but I haven't found any way of getting a tool-box of buttons, check box, etc.
Can some explain me please how can I do that with:
1. Pycharm.
2. If it is problem with Pycharm, visual studio community is also okay.
Thanks,
Ayal
This is what I have found:
There is a designer from QT, to build a ui file. There is a tool for translating the ui into python. Then you can edit the logic, with any python tool. You only need PyQt the current version is PyQt5.

Atlassian Connector for Webstorm

I am new with the IDE WebStorm and I'm trying to collect the information concerning my Web project. Thus as a result, I look for to know how integrated my Webstorm project with Bamboo into continuous integration.
Did any more can help me plzz ?
Regards
you can try the Attlassian Connector plugin (https://confluence.atlassian.com/display/IDEPLUGIN/Supported+Platforms+-+Atlassian+Connector+for+IntelliJ+IDEs). It can be easily installed from the Plugins repository: in Settings/Plugins press Browse Repositories... button, type 'Atlassian connector' in the search box to quickly locate the plugin, double-click to download and install

jquery, dojo, XSP javascript Code Assist for Domino Designer 8.5.3

While working with XPages i need more and more ClientSide javascript libraries, like dojo, jquery and kinetic.js. But when working with all these libs i miss the Code Assist especially when working with new libraries.
I found some solutions how to get jquery/dojo Code Assist to work in Eclipse but i cant get it to work in Domino Designer.
I also tried to install the Aptana plugin into my Designer but that was just a mess of warnings and error messages.
Update: Tried aptana ecplipse plugin for Eclipse 3.4. After i got the feeling that i clicked tousend times "yes install this plugin" and about an hour later when notes was finished with restarting i could start the aptana/designer.
At first i saw no change when opening a js file but after changing the default editor in
Preferences > General > Editors > File Associations (or opening the files with right click open with...) i was able to use the aptana js editor and on the first look i got what i wanted but i think i have to experiment a bit i cant say what effects that will have on the whole Notes.
If there is no other solution i have at least this editor to support me when writing js scirpts in the xpage editor i will still have to know what dojo.xY i have to use.

Is there a NodeJS plugin for Aptana Studio?

Is there a NodeJS plugin for Aptana Studio?
At least for NodeJS code-assist
And perhaps a way to create NodeJS project
And local NodeJS debugging
We have no NodeJS support currently. If this is something the community is interested in, it'd be helpful to file a feature request and vote it up: http://jira.appcelerator.org/secure/CreateIssue!default.jspa
Since we are built on eclipse, you should be able to try out the instructions for NodeJS debugging on Eclipse, found here: https://github.com/joyent/node/wiki/Using-Eclipse-as-Node-Applications-Debugger
As for special NodeJs projects, there's no notion of that. You would likely just create a normal Web project. We do have the concept of libraries that you can add to a project, wherein you could point to js files/libs for NodeJS. We also has special syntax files for describing JS libraries/APIs so it can be integrated into our content assist. A good example might be the ruble we have for jQuery which contains that file for two versions of the jQuery API. Here's the 1.6.2 version: https://github.com/aptana/javascript-jquery.ruble/blob/master/support/jquery.1.6.2.sdocml The bundle.rb up in the parent directory hooks up the file in the ruble/bundle.
My guess is that creating an analogous NodeJS ruble and building up an sdocml (xml) file that described the API would be the easiest way to get started. Sharing that on github and sending it to us would allow for others to contribute as well. There are docs for creating rubles here: http://wiki.appcelerator.org/display/tis/Creating+a+new+Ruble
UPDATE: Project URL is http://nodeclipse.github.io/
There is Nodeclipse.org effort. Current version is 0.11 see http://www.nodeclipse.org/history .
Recommended installation for Aptana users through Enide - Eclipse Node.js IDE
Features
Creating default structure for New Node Project and New Node Source File
JavaScript Syntax highlighting
Content Assistant
NPM support
Debugging - Breakpoint, Trace, etc... via modified Eclipse debugger plugin for V8
CoffeeScript support
Installing
Update Site : http://www.nodeclipse.org/updates/
Read also Hints (section Aptana Studio)
(source: nodeclipse.org)
Read http://www.nodeclipse.org/ for more & latest information.
I highly recommend using Sublime Text 2.
There are a few nodejs plugins as well as v8 javascript [Sublime v8] and standard ECMA-262.
This is not a direct answer to your question, but if you're looking for a good IDE for node.js, you should definitely try Microsoft WebMatrix 2. It basically does what you requested to do.
I was fed up of fighting with Aptana Studio and plugins and all this stuff... until I found out Sublime Text. Simple and wonderful.

Resources