Difference between revisions of "Documentation/FAQ/General/I need to see more than the default 4 items on the list of recently opened files. How do I achieve this?"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Update for > 1.1)
m
 
(7 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
The Recent Documents menu displays a maximum of 10 items in the list for versions of OpenOffice.org later than 1.1. It is possible to change this limit in the configuration, but there is currently no way to do this using the user interface.
 
The Recent Documents menu displays a maximum of 10 items in the list for versions of OpenOffice.org later than 1.1. It is possible to change this limit in the configuration, but there is currently no way to do this using the user interface.
  
There is a macro here which can change this setting for you: [http://www.ooomacros.org/user.php#100070 Recent Files List Changer Macro]
+
You can use the [https://extensions.openoffice.org/en/project/HistoryMaster History Master Extension] to set the number of items shown in the Recent Documents menu. History Master is still working if one reboots Writer after the install.
  
If using a macro is inconvient or you simply want to dig into OpenOffice.org, here's how:
+
Alternative Extension you can use the older extension [https://extensions.openoffice.org/de/project/history-master History Master].
 +
 
 +
There is a macro here which can change this setting for you: [https://sourceforge.net/projects/ooomacros/files/Recent%20Files%20List%20Changer/ Recent Files List Changer Macro]
 +
 
 +
If using a macro is inconvenient, or you simply want to dig into OpenOffice, here's how:
 
   
 
   
* You need to edit one of the configuration files. Before you do that, close all OOo windows, and also make sure that the Quickstarter is closed, too.
+
* You need to edit one of the configuration files. Before you do that, close all {{AOo}} windows, and also make sure that the Quickstarter is closed, too.
* Now, on your computer, search for the file "...\user\registry\data\org\openoffice\Office\Common.xcu." If you find more than one file named "Common.xcu", make sure it's in the path specified here.
+
* Now, on your computer, search for the file ".../4/user/registrymodifications.xcu".
 
* In this file, look for the line:<br>
 
* In this file, look for the line:<br>
  &lt;node oor:name=&quot;History&quot;&gt;
+
  <font color="darkblue">&lt;node oor:name=&quot;History&quot;&gt;</font>
 
* Now, directly after this line, add the following lines:<br>
 
* Now, directly after this line, add the following lines:<br>
  <prop oor:name="PickListSize" oor:type="xs:int">
+
  <font color="darkblue"><prop oor:name="PickListSize" oor:type="xs:int"></font>
  <value>20</value>
+
  <font color="darkblue"><value>20</value></font>
  </prop>
+
  <font color="darkblue"></prop></font>
* The example above sets the number of items to 15. You can choose any number up to a maximum of 100.
+
* The example above sets the number of items to 20. You can choose any number up to a maximum of 100.
 
* Save.
 
* Save.
 
   
 
   
Once you've opened and closed the next file in OOo, the list of recently opened files will  
+
Once you've opened and closed the next file in {{AOo}}, the list of recently opened files will  
 
have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 20.
 
have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 20.
  

Latest revision as of 13:02, 31 August 2021


The list of recently opened files is too short. I need to see more items on this list. How do I achieve this?


The Recent Documents menu displays a maximum of 10 items in the list for versions of OpenOffice.org later than 1.1. It is possible to change this limit in the configuration, but there is currently no way to do this using the user interface.

You can use the History Master Extension to set the number of items shown in the Recent Documents menu. History Master is still working if one reboots Writer after the install.

Alternative Extension you can use the older extension History Master.

There is a macro here which can change this setting for you: Recent Files List Changer Macro

If using a macro is inconvenient, or you simply want to dig into OpenOffice, here's how:

  • You need to edit one of the configuration files. Before you do that, close all Apache OpenOffice windows, and also make sure that the Quickstarter is closed, too.
  • Now, on your computer, search for the file ".../4/user/registrymodifications.xcu".
  • In this file, look for the line:
<node oor:name="History">
  • Now, directly after this line, add the following lines:
<prop oor:name="PickListSize" oor:type="xs:int">
<value>20</value>
</prop>
  • The example above sets the number of items to 20. You can choose any number up to a maximum of 100.
  • Save.

Once you've opened and closed the next file in Apache OpenOffice, the list of recently opened files will have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 20.


Personal tools