JEdit продолжает двигать мои иконки на рабочем столе

288
dierre

Это странно, действительно странно.

  1. Windows 7 64 бит
  2. JEdit 4.4.1
  3. Автоорганизация на рабочем столе отключена

Каждый раз, когда я открываю файл .sql, который находится на моем рабочем столе, и сохраняю его из JEdit, значок файла помещается под значком Bin, как при включенном автоматическом расположении. Это просто происходит с JEdit.

0

1 ответ на вопрос

0
OutRideACrisis

I guess your issue is caused by the two stage save feature (described below), disable it and see if it still happens.

Two-Stage Save

To prevent data loss in the unlikely case that jEdit should crash in the middle of saving a file, files are first saved to a temporary file named #filename#save#. If this operation is successful, the original file is replaced with the temporary file.

However, in some situations, this behavior is undesirable. For example, on Unix this creates a new i-node so while jEdit retains file permissions, the owner and group of the file are reset, and if it is a hard link the link is broken. The “two-stage save” feature can be disabled in the General pane of the Utilities>Global Options dialog box; see the section called “The General Pane”. http://www.jedit.org/users-guide/saving.html