Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Can I add comments to my profile.ini file.

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 48 wyświetleń
  • Ostatnia odpowiedź od Paul

more options

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

Wybrane rozwiązanie

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

more options

Thank you Zenos. That works perfecly for me.