Peter Kahrel
My feedback
75 results found
-
35 votes
Peter Kahrel supported this idea ·
-
86 votes
Peter Kahrel supported this idea ·
-
168 votes
Peter Kahrel supported this idea ·
-
590 votes
We have added this feature in our backlog for future release
Peter Kahrel supported this idea ·
-
43 votes
An error occurred while saving the comment Peter Kahrel supported this idea ·
An error occurred while saving the comment Peter Kahrel commented
Please add an option in the preferences that enables the user to ignore missing fonts when opening a document. It's possible to disable notification of missing images -- please do the same for fonts.
Reason: I often get documents from customers and don't have the fonts. Dismissing the dialogs that tell me that the document I'm opening contains missing fonts gets tedious. I easily dismiss the dialogs dozens and dozens of times.
-
9 votes
Peter Kahrel supported this idea ·
-
11 votes
Peter Kahrel supported this idea ·
-
28 votes
Peter Kahrel supported this idea ·
-
31 votes
Peter Kahrel supported this idea ·
-
182 votes
An error occurred while saving the comment Peter Kahrel commented
There's a simple work-around for this: insert a discretionary break character before the first letter of the paragraph, then, with the cursor between the discr break and the first letter, apply kerning.
-
19 votes
Peter Kahrel supported this idea ·
-
14 votes
Peter Kahrel supported this idea ·
-
140 votes
Peter Kahrel supported this idea ·
-
4 votes
Peter Kahrel supported this idea ·
-
1 vote
An error occurred while saving the comment Peter Kahrel commented
Selecting the single cell in a 1-cell table has the same effect as selecting all cells in a multi-cell table: app.selection[0] returns Table, not Cell. To set the label of a cell, select the cell the way you did and do
app.selection[0].cells[0].label = 'abc';
Peter
This is indeed badly needed. There are days when I have to dismiss the missing-font dialogs many times, and it gets very tedious.