I would like to use the project home directory as the location of my current various projects:
Can I code the atom editor to startup by default in the project home directory?
Would this be very hard to implement for me as atom newbie, or is it doable?
Thanks in advance!
Related
I have been using atom editor for making changes to my application code. I recently made a change in my directory - deleted .git and then moved all my files to a new folder.
Now, when I open the folder in atom editor, I do not see different file colors that I use to. It doesn't track which files have changed or anything like that. When I launch the app locally using MacOS terminal, I don't see the changes reflected in my App.
It's quite strange. What do I need to do to fix this issue?
Here's my root directory in atom. All files appear is same color. something doesn't look right.
I am writing a Wordpress plugin that depends on another plugin with netbeans.
The project is just containing the files of my plugin and I want to keep it that way to have a clean git repository.
The problem:
I rely on another plugin and want to understand how that plugin works. For this, I want to "step through" the other plugin.
I want to do this on my localhost configuration.
I have basically two destinations:
The project is in my home directory in my github folder
The server files are under c:\wamp64\www\wordpress ...., where the localhost is running
The project is essentially set up correctly to copy files from my github directory to the localhost path (Properties -> Sources)
Then:
I set an include path to the localhost -> wordpress folder in the project properties, and when I now search for a definition in my code that refers to the other plugin, the corresponding file is opened (did not work before setting the include path)
Debugging essentially works, but when I step into a function of the other plugin, the bar becomes grey and the corresponding file is not opened.
Can I change some setting for netbeans to open up the other file (not in the project tree) and step through it?
I have found a reasonable workaround.
I just created a new PHP project in Netbeans with existing sources.
As source, I used the entire wordpress installation in the wamp server path, i.e. c:\wamp64\www\wordpress
I can now 'debug' and step through this new project, but I also need to add the corresponding breakpoints in the files from the server path.
It requires some discipline as I have to open the files from my plugin twice, once in the server path and once in the project path, but only edit the files in the project path.
It works 'ok', but I would still be interested to hear if someone has a more proper solution to this.
After updating (Catalina), and reinstalling anaconda3, my new startup folder is the in my users folder, with no way to navigate outside of the users folder. I'm just trying to get a cd directory root so I can navigate to my code files.
I've tried navigating via path (file->open from path, adding in Desktop/) won't navigate there. I've tried navigating directionally out (cd ~/ ) and won't navigate there. I found a post about this, but it's for Windows.
Please help -- this update is ruining my week. Half of my paths are ruined, I'm ready to Time Machine or Ebay this garbage.
I created an alias file and navigated through that to desktop, that works as kinda a strange solution -- basically I alias a folder inside startup folder, and place that on desktop. Only solution I've been able to find, aside from possibly reinstalling from scratch.
I watched a Tutorial from Magnolia here is the link: [https://www.youtube.com/watch?v=qdDb-oYt18k].
During watching it I followed his orders. I also read the hello world tutorial in the documentation. That is, I installed magnolia with cli and created a light module and a page. Everything was created with cli so there is no way that my module could have any errors. I restarted my tomcat server and entered the admin panel. First off my module is not shown in the resource folder, neither is it shown in the page template selection menu.
What exactly could this be?
As per comments under the question,solution to this issue was to ensure property in magnolia.properties file denoting folder with light modules points to correct directory.
When in doubt always use absolute path.
(Sorry for my english)
I'm trying to install the add-on: https://github.com/share-extras/reset-password-dialog. I do what it says to do to install it:
I put the "reset-password-dialog-2.0.1.jar" file in: /opt/alfresco-4.2.f/tomcat/shared/lib/
I then restart the alfresco server by doing:
/opt/alfresco-4.2.f/alfresco.sh stop
/opt/alfresco-4.2.f/alfresco.sh start
After the restart there should be a link to reset my password on the login screen but I don't see it
I've tried to activate the add-on by going on the module deployment page but on it I only see "Alfresco portlet extension" in available module
I have also tried to put the file in different directory like: /opt/alfresco-4.2.f/tomcat/lib/ and /opt/alfresco-4.2.f/tomcat/webapps/alfresco/WEB-INF/lib/
Is this the correct way to add an add-on ?
The plugin which you are using is not designed for the latest version or version which you are using.There are some files which are changed in alfresco version 4.2f.I have designed new solution which is compatible with your version.There may be some designing issue, but you can change it in login.get.html.ftl file.Functionality is working.I will soon update changes in git repo.
Git location for this project is as below.
https://github.com/krutik-jayswal/alfresco-solutions/tree/master/reset-password-dialog.