How to update aptana 3.3.1? - version

I have standalone version of aptana studio (3.3.1) Since then I cannot update. Before it was always automatic. I can see that 3.4.0 version is out.
How to force update?

go to the help menu and select check for updates
failing that follow the steps listed at http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/update/studio3-rcp/3.4.0.201304151603/index.html
Update Aptana Studio
From the Help menu, select Install New Software... to open an Install
pop-up window.
In the Work with: text box of the Install window, type
the URL http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/update/studio3-rcp/3.4.0.201304151603/ for the update site, and hit the Enter key.
Close the Install window.
From the Help menu, select Check for Updates.
In the new window, click
the Next button and then click the Next button again.
Choose the
option to accept the terms of the license agreement, and click the
Finish button.

Related

spring-dev-tools does not reloading changes in project, Intellij idea

Maven dependency spring-boot-devtools does not reloading changes in a project automatically.
I have solved this problem by changing parameters of "running configuration".
Go to edit configuration->
In the Spring boot section you will see -
Running Application Update Polices - options
change - "On 'Update' action - to -> Update trigger file
and - "On frame deactivation - to -> Update classes and resources.
Apply changes and press OK.
I have solved this problem by changing parameters of "running configuration".
Go to edit configuration-> In the Spring boot section you will see -
Running Application Update Polices - options
change - "On 'Update' action - to -> Update trigger file and - "On frame deactivation - to -> Update classes and resources.
Apply changes and press OK.
The problem has been fixed for me after following the below steps.
Please go to the Top Right Corner of your "IntelliJ IDE" and then click on the ellipsis symbol (three vertical dots)->choose "Configure Edit Tabs"
Expand "Build, Execution and Deployment" -> Compiler-> Check the option "Build Project Automatically"
Click on "Advanced Settings" -> Select the Check the option under Compiler
-> "Allow auto-make to start even if developed application is currently running"
Please note that I'm using the "IntelliJ IDEA 2022.2" version.
Hope this helps!

IBM Watson Project. How do I re-access my notebook in an active project after logging out

I have just started IBM Watson Studio. I created a project within which I created a Jupyter notebook. I logged out of it and want to login again after 30 minutes. I do not find any provision to open an existing project even though I am able to create a new project
In the list of projects, click on the name of your project. In the project, switch to the Assets tab, where you'll see list of your notebooks in that project.
To edit a notebook, click on the Pencil icon in the same line. If you click on the name of the notebook, it will open in view mode rather than edit mode. But you'll have another Pencil icon at the top, so you can switch to editing from there as well.
Log in to your watson studio. Click on the IBM cloud at the top left corner. Choose dashboard click on services. Select Watson Studio-62. In the new window click on get started. Then in recently updated projects you will be able to see your project. Click on that. Then a new window will get opened. There you can see Notebooks. Click on the name of your note book. Click on the pencil icon to edit the note book..

The toolbar of the database window in phpstorm is missing

My database and the toolbar disappeared from the Database Window. It seems that i cant enable it by clicking on the "settings"-icon and clicking "Show Toolbar" because i dont get the options.
I allready tried reinstalling the plugin and restarting the computer. Nothing worked for me.
Has anybody noticed a similar problem and could solve it?
I would appreciate any help.
This is how it looks like: http://i.imgur.com/MAgwRXz.png -> i would assume there should be a toolbar instead of nothing
Install the PHPStorm plugins 'database Tools and SQL'
If you click on MENU > VIEW > TOOL BUTTONS you must view appear a 'Database' icon around the PHPStorm window.
Otherwise you can map directly the function view with the keyboard shortcut.
Enter into Settings > Keymap and search database. It sort in 'Other' category. Fix the shortcut with any key on your keyboard.
Now use this new keyboard shortcut attribute and test if you can view the window Database.
If you don't have create a database connection, perhaps create this.
please check for database toolbar
how to get database window
i m using phpstrome 8.0.1 i have made changes in my phpstrome editor as shown in image this will help you please refer the image
please check the second image there is setting button you click on that button and you will get show toolbar option
I had this problem too, for me solution was re-activating the database plug-in , which was disabled by mistake.
Go to Settings, Plug-ins, search for "database", a plug-in named "Database Tools and SQL" should appear and be selected.
Check if the checkbox near the plug-in name is checked, if not, check it.
That's it.
Restart PhpStorm and the Database Window will be there.
Plugin Settings
click: File > Settings > Plugins . A window will open as shown in the image above.
Search for: Database Tools and SQL (if not found click on install jetBrains plugin..search for Database Tools and SQl and first install it)
Enable and Apply
Restart
In left down corner is pic with two squares on it, try to click it. This button switch some view modes in php storm.

How to enable the 'Updates' button in the Publish tab in Visual Studio 2013?

Regarding publishing a WPF application in Visual Studio 2013: I'm trying to enable the 'Updates' button in the Publish tab. The reason I'm trying to do this is in order to manually set some of the properties (which after googling etc. I feel I need to access) so I can set the click-once installation to always update. I don't know why the 'Updates' button is disabled.
Set the install mode to:
The application is available offline as well(launchable from the start menu)
That will enable the updates button.
Note: If you're always running online, then it will always check for updates.

icon in task bar will not change when winform is published

I have a winform app running on .net 4. When a certain condition happens, the icon running in the task bar changes from ping_logo to ping_logo_red. (the icon i'm talking about is the one that shows up when you run an application. You click on it and it will restore the windows to the screen or minimize it) The way that the icon is changing is as follows.
I added the ico files as Resources. In the code I change the resource being used
Me.Icon = My.Resources.ping_logo_red
Here is the thing. This works when I run the exe from my machine from the solution bin/release folder. When I publish this and install it from the published location, the icon does not change.
In the publish tab under the project both ping_logo.ico and ping_logo_red.ico are included in the publish status.
what have I not done that is keeping the icon from working in the published app. I've tried to uninstall the app and install it fresh but that doesn't seem to make a difference.
thanks
shannon
If you are using ClickOnce to publish your application then you need to set the icon property in the properties window of your project.
Right click your project -> Properties
Go to application tab
Select your icon file towards the bottom.
Another idea is changing the CopyToOutput property of your .ico file to "Copy Always" or "Copy If Newer".

Resources