Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ide/rocqide/preferences.ml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ let read_project =
new preference ~name:["read_project"] ~init:Append_args ~repr

let project_file_name =
new preference ~name:["project_file_name"] ~init:"_CoqProject" ~repr:Repr.(string)
new preference ~name:["project_file_name"] ~init:"_RocqProject" ~repr:Repr.(string)

let project_path =
new preference ~name:["project_path"] ~init:None ~repr:Repr.(option string)
Expand Down
2 changes: 1 addition & 1 deletion ide/rocqide/rocqide.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ let rocqide_specific_usage = Boot.Usage.{
extra_args = "";
extra_options = "\n\
RocqIDE specific options:\
\n -f _CoqProjectFile set _CoqProject file to _CoqProjectFile\
\n -f PROJECT_FILE set Rocq project file to PROJECT_FILE\
\n -unicode-bindings f1 .. f2 load files f1..f2 with extra unicode bindings\
\n -coqtop dir look for rocqidetop in dir\
\n -coqtop-flags extra flags for the rocqtop subprocess\
Expand Down
Loading