When you have a project open in PhpStorm and attempt to open a new project, it will ask you whether you want to open the project in the current window, whether you want a separate window or if you want to attach the project to the current window. If you choose to attach it, both the directory of the already opened project and that of the new project are listed in the tree view on the left side.
That's all well and good, but the issue is that in the "Version Control" tab, I only see the changelist of the "main" project. Is there a way to view the changelist of the other project as well?
With attached projects "Local Changes" tab shows files from default changelists combined. You can enable "Group by" Directory or Repository view to get a better overview:
Related
I'm new to ServiceNow and have been following the Learning Path on the Developers site. I created a Jakarta Instance and have been making my way through the tutorials. However, I have been consistently running into problems where I am missing configuration options when creating application files. I can't properly set up UI Policies, Events, Notifications, etc. because I'm missing specific options like being able to write scripts and more. I have switched to the "Advanced View" in the "Related Links" but to no avail. The account is an Administrator account and has not been modified at all since the creation of the Instance. Is there something I am missing? Other developers following this track with me currently do not have the same problems so I'm wondering if its account specific or something with configurations. I've attached my Notification file; even in Advanced View, it is missing "Send When" and "Advanced Condition" script.
An example of options not loading: Notification Application File Example
Double check that you are under the Advanced view for these sections.
These should be there for you, Send when and Advanced condition are under the When to send tab within the Advanced view.
If you don't see these under the Advanced view, you should be able to manually add the fields using the Form Designer.
Take a look at the documentation at Form design.
In short
Go to your instance and go to Settings Gear > Developer and change Application to Global
Right click the header and go to Configure > Form Design.
Verify you've selected the Advanced view
Drag the missing fields to the form.
Click Save
Change the Application back to the one you are working with
In Chrome Dev Tools, when viewing the Network tab, is it possible to select a script and open it in the Sources tab? Double-clicking the script opens it raw in a new browser tab.
Because the Sources tab organizes all assets by their source domains (along with folder paths), it can be time consuming to locate a particular script, if you don't know immediately where it came from. You have to switch back and forth between Network and Sources, taking note of the domain and folder path in the script's header and then trying to dig through all the source domain's and subfolders until you locate the script.
It seems like there should be some obvious way of opening a script in the Sources tab from the Network tab, but I don't see how. You appear to have to manually dig to find it.
EDIT
This feature is now available in Chrome Canary, and should be available in stable Chrome in a few weeks.
As far as I know this is not possible right now. I think it's a good idea though, so I reported it for you.
The quickest way, I can think of, to open a script from the network tab in the sources tab is to:
copy/memorize name of the script from network tab,
go to the sources tab,
open file search (cmd+p / ctrl+p),
enter name of the file you are looking for.
one user is having a problem with a missing folder in SSRS which they can see in Details view but not in Tile view. All other users are able to see and use this folder in tile view. This folder doesn't appear to be hidden as the checkbox "Hide in tile view" in its properties isn't checked off and the folder isn't white/gray when looking at it in details view on their own computer. For the time being they can access the folder in details view but they would much prefer to open it in tile view.
Any help would be apperciated.
The fact that your user can see it in detail view proves that the necessary permissions are in place. As there is only one (or a handful) of users experiencing this problem, I would suggest the problem might be in the browser. I would suggest trying the following in Internet Explorer (which I assume you're using as SSRS works best with IE):
Tools => Internet Options => Under Browsing History click the Delete Button and delete all Temporary Internet files, Cookies, and History.
Close all instances of the browser and reopen. If this fixed the problem, then you want to do the following:
Tools => Internet Options => Under the Advanced tab, check the "Empty Temporary Internet Files folder when browser is closed"
Admittedly, this is a shot in the dark. However, I've run into problems with SSRS before where browser caching has produced undesirable results.
Best of luck!
Building a workflow that allows a file to be dynamically moved via user input (renames, the whole works). Using the Service Action, a web service will rename and move the file based on user input fields and some other behind the scenes processing. However, once the service runs and the window closes, the file is move but the user experience goes bad. The file keeps refreshing in the preview pane, redirects back to the root, and nothing works right until you navigate away.
The ideal solution would be the for the file to be moved and the user moved to the next file in the folder (or at minimum kept in the folder) as we're looking at a "processing" folder.
Is there any ideal best practice? Do I simply just need to copy the file instead of move and then run a delete routine after-the-fact?
It may be best for you to contact Box via email at API at Box dot com to explain better what your application is trying to accomplish. Generally describing the business case helps us resolve questions like this more quickly.
This is stupid that I can't figure out how to do this. I'm in the SQL Reporting Services Report Manager website. I have some reports in a folder. I want to copy those reports to a different folder so that I can point those reports to a different datasource. I still need the original reports in their original folder, pointing to their original datasource.
It's very easy to select reports via checkbox and use the Move functionality, but there doesn't appear to be a way to copy?
Any ideas.
There is no easy way to copy reports in report manager.
I wrote a tool to help me copy reports between servers, you can use the same to copy on the same server too.
http://code.google.com/p/reportsync/
I know this question is old but here is how I copy a report to another folder:
I open the original report in Report Builder and use 'save as'.
Only way I know is manually, one by one. This is in SQL2005.
Navigate to the location of the report(s)
Show details
Click the Edit icon next to the report
On the General tab under the "Report Definition" section, click "Edit"
This prompts a Save File dialogue box. Save the .rdl file somewhere.
Repeat ad nauseum...
Now you can import those reports you've just saved to your new location.
After I wrote this I saw this was the same answer as jimconstable above! Damn!
This is a little late, but just in case someone else stumbles upon this thread. I find the easiest way is to click the drop down arrow to the right of the report you would like to copy. Select "Edit in Report Builder". Once that's open just "Save As". Works like a charm.
Within the Browser, if you open the folder then use the drop down there is a Download option.
I compared the file sizes between download and save-as and found them different, so I prefer the download option.
I don't think these is a simple way to do this. You could pull them all out by going to each report->properties tab->edit. This will let you download the report. Then you can upload it again to another folder. But that sounds like a PITA.
You would be probably be best off the upload from the BIDS to a different folder.