Is there a way to leave the Okular highlighting tool on permanently? [closed] - pdf

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
Improve this question
I found out I can highlight pdfs with okular in-file by the review tool, but everytime I use the highlighter, it gets turned off afterwards again, so to highlight the next piece of text I have to activate it again.
I would like to change this behaviour to 'toggle' on off by clicking (or pressing 4), and not have it turn off automatically.
I saw here that the tools can be modified, but it doesn't mention toggling.

Double-clicking the tool solves it, as I found in a Bug report pointing to the manual.

You have to select the Pin button ( its the one at the right most) and then click the Highlighter button

Double-click didn't work for me.
Clicking:
"Highlighter"
and then "Keep Active"
worked for me
(Press F6 if you don't see the "Highlighter button")

Related

Dropbox bug: Missing text for Folder Settings [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
So I was sharing a folder on Dropbox and decided to see its Folder Settings. I noticed then that some label text was missing from the form. It might just be me (Linux Mint), but can anyone tell me what these fields do?
The settings are similar to Dropbox for Business. But I wonder if it's just your browser not rendering it properly. You might try another browser to see. But to answer your question, the options are just share settings; who can be added, who can manage, and how links can be shared.
This is the only thing I see when I view a shared folder's settings. It seems that you have a Dropbox Team, which I don't have.

How to select an option in Ubuntu - SSH [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Guys it may sound dumb but this is my first day working with SSH.
I have never used commandline before. Can someone tell me how do I select an option at this stage. I am on a Putty Session using SSH on a Ubuntu server trying to configure my VPS.
I can scroll using the arrows, but pressing enter does not choose the option. May be it is an multiple select option. Using tab takes me to the button. If I keep navigate down to en (English) and then use Tab to OK it still submits blank. :(
Use the tab key to jump between widgets, the cursor keys to move between positions and the space key to toggle a selection.
To finish the dialog position the cursor over the <Ok> "button" (using the tab key again) and press Enter.
This is the typical behavior of an "ncurses" based interface. It has nothing to do with ssh or the system you use.

How to mark text in gedit? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Can anyone guide me how to mark text in my source code in gedit as shown below ("TODO" word was marked with yellow color)?
I can't find a feature in the editor for me to apply this highlighting (so it persists) to other parts of text, beyond what is automatically highlighted. Is this possible?
I've uploaded my source (one small file) if you have gedit and want to view the highlighting to see what I'm trying to reproduce.
I think that searching text with Ctrl+K will leave the text searched highlighted, otherwise you can look at the Smart Highlighting plugin for gedit .
If the highlight is not a consequence of a mark, it is clear that it rely on the synthax highlighter set for the current programming language ...
gedit provides syntax highlighting for a wide range of markup,
programming, and scientific languages. If gedit recognizes the syntax
being used when you open a file, it will automatically highlight the
text. If your syntax or language is not highlighted upon startup, you
can select the appropriate syntax or language by clicking View ▸
Highlight Mode, and then choosing the desired syntax. Alternately, you
can select the syntax name from a list at the bottom of the gedit
window.

Photoshop text tool adds punctuation to the beginning of text [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I have this weird issue with Photoshop - when I use the type tool, I can type letters normally, but when I type any punctuation character, it gets added to the beginning of the text.
As far as I remember, I haven't changed any settings. How do I avoid this ?
You can try :
go to edit>preferencec>type..
select type > choose text engine options select east asian.
Restart photoshop.
Create new peroject.
Try text tool again.
(if you want to use your project created with other text engine type) copy /paste all layers to new project.
This is a paragraph option. Go to Window>Paragraph then a small window will pop up. You will have two buttons on the bottom. One with a arrow on the left of P and one on the right. Select the right one.
Select all text afected by this issue:
Window -> Character, click the icon next to hide the Character Window, Middle Western Features and select
Left-to-right character direction.

Prevent cell resize in excel [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
This may seem to be a very simple question for a number of Excel users out there. Yes, I admit I am ignorant about this.
The question is quite simple.
How do I prevent manual re-sizing of a cell in Excel? In other words the user should not be able to change either the width or height of a cell / range of cells
Is this done through writing VBA code? Or can it be carried out in any other way using standard Excel menu based commands?
Thanks in advance
Romi
You will need to 'Protect' the sheet
There are two steps:
Make sure the cells are locked
Protect the sheet
In Excel 2010
Select the cells you want to prevent from being resized.
Click on the Home tab and click to expand the Font section
Select the Protection tab and make sure that the Locked box is ticked
Click on the Review tab and then Protect sheet
Click on the OK button
You can lock the spreadsheet. That would prevent the user from resizing the Columns or the Rows.