Step 1: Select the plus icon at the bottom of 'frameworks and libraries` on the general tab.
Step 2: Select add files at the bottom.
Step 3: Select the folder I'm interested in from the navigator and it appears here, as a grey folder.
When my colleague repeats the above 3 steps on his machine, the folder color is blue instead. Why?
There is no option to select 'add as group' etc, so not sure what's going on.
Related
I have 2 programs and i want to add a folder with 2 subfolders to the right click menu on a file (Context Menu), so, when i press on a file, it shows me the name of the folder. When i move the cursor onto the folder, it should show the 2 subfolders (for 2 programs that i made that change size of this file.
MY PROBLEM: I don't know how to tell the registry that the folder (called MyPrograms, see below) has 2 subfolders.
IMPORTANT: I do NOT want to use software like Easy Context Menu.
This is how it looks so far.
When i press right click on a file, it looks like this:
You see that the last option has an arrow, i want the same, so subfolders.
[1
The Values of my Keys are the following
This now looks a bit weird.
Thank you for your time.
I had to add this "SubCommands":
Now there is an arrow.
I used a qplot, but instead of the plot showing in the plots tab on the bottom right, it decides to show in the top left. How do I move all the outputs to the bottom right pane?
I have version 1.0.44 of RStudio on a mac - you are using RMarkdown, which, by default in recent versions, causes output to be shown inline within the markdown page.
To undo this behavior, open RStudio->Preferences, and select the R Markdown group on the left. Uncheck the box that says "Show output inline for all R Markdown documents".
The answer above is correct for Mac - in the Windows version of R Studio, select 'Tools' --> 'Global Options...' and you will be brought to the window that you see in that post.
For some reason, whenever I create a Text Box and start typing, the background text is highlighted white and I can't make it transparent. This picture should explain everything:
I want to remove the highlighting so the gradient in the background shows through. I used to do things like this a lot, but for some reason Word won't let me now. Any suggestions?
I am on Word 2011 Mac
Got some clues here and finally found a solution for MSWord for Mac version 16.9:
Select the text you want to fix
Select "Design" Tab
Click "Page Borders"
Click the "Shading" Tab
Select Apply to "Text"
[Fill] is showing "No Color". Open the selection and re-select "No Color"
Hit "OK"
Worked for me. It is obviously a bug in Word.
Right-click the text box that you want to make invisible.
If you want to change multiple text boxes, click the first text box or shape, and then press and hold SHIFT while you click the other text boxes.
On the shortcut menu, click Format Text Box.
On the Colors and Lines tab, in the Fill section, click the arrow next to Color, and then click No Color.
On the Colors and Lines tab, in the Line section, click the arrow next to Color, and then click No Color.
Click OK. Your textbox's background is now invisible...
It seems the actual text highlight is your problem, so try:
Go into Borders and Shading, apply it to text, and set it to clear. Had me confused because I've never had to do this before.
As seen here.
I also searched around and had trouble finding this.
In Word for Mac 2011
Highlight the text
Click tables in the ribbon
Find the shading icon (looks like a paint bucket)
Click the down arrow next to the bucket and select No Fill
Change the text format from anything apart from Normal text.(important)
Solution 1
Select the Text box and go to the "format" tab,
modify the outline and fill options
if this isn't enough
Solution 2
select the Text box and right click for options
select the last option "format shape"
I have a handfull of images that I want to put into a simple program that shows me what the animation will look like?
I know photoshop could do it, but I am looking for something simple. All I want to do is add images to the program and it just shows me what it looks like in sequence. I had a look at some tools, but they all seem soo complicated. Has anyone got any programs they can recommend?
Thanks
Cool Simplest Solution! which i have used many times
PowerPoint
Open the powerpoint presentation.
Select "File"->"Save As" (File being the large round office button)
Either click on "Save As" or click on "Other Formats"
Select where to save (this will save as a folder of images)
Under "Save type as", select "GIF" and click Save
A prompt will appear, select "Every Slide"
A prompt will tell you that it has been saved.
GIMP
Open GIMP
Select "File"->"Open As Layers"
Navigate to the folder of images which you created above.
Select the slides you want to open. Hold down "Ctrl" and click to select several files, or click on a file and then hold "shift" and
click on one further below to select those in between.
Select "Open"...Gimp will now load the images.
Select "File"->"Save As"
For the "Name", make sure it ends in ".gif" such as "example.gif" and click save
An Export File Dialog will pop up:
9 Another dialog will pop up:
10 Hit Save and you're done.
Reference
The documentation is here: http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html
A handy guide is here: http://ryanflorence.com/git-for-beginners/
However, neither of them explain how to use mergetool's filemerge.
The guide I read says "I hit enter and FileMerge pops up and I deal with the conflicts:" but it doesn't mention how to "deal with the conflicts".
When I run:
git mergetool
:and then hit return as prompted, and the filemerge window opens showing all the merge conflicts, it only responds to the commands cmd+D and cmd+shift+D (which allow cycling through the conflicts). However, there doesn't seem to be a mention of how to, for each conflict, choose left/right/neither. The combo-box dropdown does not seem to do anything.
Have already looked at docs, guide, file system menu, and systematically pressed keys on the keyboard looking for a response =)
I haven't found any official documentation for it, but here's the understanding I got from trial and error:
There's a split view with your two options on the left and right. You can't edit either of those. There's also a bottom view which you can edit. You might need to pull up on the little circle in the middle of the bottom of the screen to expand that section.
For each conflict, click on the area in middle of the left/right split view and choose from the drop down in the lower right either "Choose Left" if the left is what you want or "Choose Right" if that is what you want. If neither option is good, click "Choose Neither" and edit it in the bottom section.
There's an arrow in the middle column that will show whether you've chosen left or right by pointing at it. If you've chosen neither, the arrow will disappear. All three views scroll together using the scroll bar on the far right screen.
When you're done, click File > Save Merge from the menubar.