Atom text editor installed but I'm not able to find its shortcut in laptop - atom-editor

I have successfully installed Atom text editor on my laptop but there is no shortcut of it. I have attached the images of installed program. How can I open text editor and how can I create a shortcut of it.
Also when I installed it, it was working fine.
Do I need to install it again?
In which window folder it is installed so that I can create a shortcut of it ?
please check attached images.
Thanks

You should be able to find the install folder( It should most likely be named atom) in either C:/Program Files or C:/Program Files(x86). Navigate inside, find the application right-click-> create shortcut

The default location of Atom IDE is "C:\Users<UserName>\AppData\Local\atom"
There you can search for 'atom.exe', then right click on it and go to share and click on 'Create Desktop Shortcut'. Then rename the shortcut to 'Atom'. Then copy the shortcut file to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs" for start menu shortcut.

Related

How to get '.r' file without open edge developer studio?

I'm new to progress open edge. Is it possible to get a '.r' file using GUI Procedure editor or app builder, if so how to get it?
If you have the GUI procedure editor, use the "Application Compiler" from the "Tools" menu.
Or enter the following code in the procedure editor and execute (F2):
COMPILE path/to/your.p SAVE.
COMPILE path/to/your.w SAVE.
You need some sort of compiler license to generate r-code.
The "showcfg" utility will list the licenses that you have available.

Atom Editor - Open File and treeview works not as expected

I am using ubuntu 14.04 LTS and Atom Editor 1.5.3
If I and click on Open File I want that the dialog window shows the directory of the current file I am working on. However, it always shows the directory Recently Used and I have to click through the folders to get to my project folder. Where can I change this so that the dialog window starts in my project folder?
Also I noticed that the treeview doesnt change if I work on a specific file. So if I have two projects folders called Project 1 and Project 2 and I start with a file from folder Project 1 then I see the treeview of this folder. However, if I open a file from Project 2 and work on this file, the treeview of folder Project 1 remains. How can I make that the treeview always corresponds to the current file I am working on?
As for the first part of your question, this is a bug in atom for the linux version. Someone has suggested a patch but it seems it has not been accepted yet in the main atom version, even if it seems to work (see the discussion). The two commits are here, if you want to try something with them (what would imply something like recompiling atom yourself of course...).
About the second part of the question: I don't think it's possible to let atom switch automatically from a project to another when clicking on a file. But you can use the project manager package, what will allow you to define projects, and to set a root directory for each project and then switch from a project to another manually. The treeview will then fit with the current project.

Set atom to open files only on double click

I have recently switched from sublime to atom,
I love the git integration there is something that bothers me though.
In sublime single click lets you view the file but it doesn't open it only double clicks opens it. I want to configure the same behaviour on atom is that possible ?
This functionality is hidden as an option in the tabs package (installed by default). Enable the "Use Preview Tabs" option in this package or add this to your config.cson:
"*":
tabs:
usePreviewTabs: true

Restore Qt Creator default layout

I am totally new to Qt development. Infact today's my first day! I installed Qt 5.3.1 open source (LGPL license). I was looking around in the Qt Creator and accidentally closed several sub-windows and not able to view the actual code, other list of opened files, etc. But it does load the project and also executes when I click the green 'Run' button. How do I recover the default layout? There is no window layout/View option in the menu. Can't see anything online! Please help...
Qt Creator creates some files to save the settings. These files are in different location in different operating systems.
On Windows Vista and Windows 7 :
<drive>:\Users\<username>\AppData\Roaming\QtProject and <drive>:\Users\<username>\AppData\Local\QtProject
On Linux :
~/.config/QtProject and ~/.local/share/data/QtProject/qtcreator
Try to delete QtCreator.ini and many settings including the layout are reset to default when you reopen Qt Creator.
Alt+0 will show project tree. Use ctrl+k to open search window.
Regards

desktop shortcut icon not showing in web setup project

i've created a web setup project and i wanted it to create a desktop shortcut to the web application (ex: http://localhost/xx/yy.aspx). up to this point it was pretty easy: i created a shortcut (doesnt matter where), gave it the url i wanted, added this to the User's Desktop special folder of my web setup project, and it was placed on the desktop after the installation. but then i wanted to display my custom shortcut icon. i set the icon of the shortcut i've created on my file system. then i re-included this to the setup project. however after the installation the shortcut kept showing the default IE icon again. (i tried these on windows 2003 server, on win xp the shortcut showed up iconless)
after some trials i found another way: i recreated an iconless shortcut on my file system, opened my web setup project, included this shortcut and my icon to Web Application Folder under File System on Target Machine, then clicked on User's Desktop, right clicked on the right hand side blank area, selected Create New Shortcut and chose the shortcut i've just added. Then under User's Desktop i clicked on the newly created shortcut, opened the Properties window and set its Icon property to my included icon. These steps solved it all both on 2003 server and win xp.
Though this wasnt really a question i wanted to share it anyways because it was quite annoying.
So was the problem you were not including the actual ico, exe or dll file containing the icon in the installer? shortcut files (.lnk) do not actually contain a copy of the icon, just a link to them.

Resources