package frama-c
Install
Dune Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
JJulien Signoles
-
NNicolas Stouls
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
sha256=d2fbb3b8d0ff83945872e9e6fa258e934a706360e698dae3b4d5f971addf7493
doc/frama-c.gui/Frama_c_gui/History/index.html
Module Frama_c_gui.History
Source
Source code navigation history.
type history_elt =
| Global of Frama_c_kernel.Cil_types.global
| Localizable of Pretty_source.localizable
Does the history contain an event.
Are there past events in the history.
Are there events to redo in the history.
If possible, go back one step in the history.
If possible (ie. if back
has been called), go forward one step in the history.
Add the element to the current history; clears the forward history, and push the old current element to the past history.
Replaces the forward history with the given elements.
return the current history point, if available
Redisplay the current history point, if available. Useful to refresh the gui.
on_current_history ()
returns a closure at
such that at f
will execute f
in a context in which the history will be the one relevant when on_current_history
was executed.
selected_localizable ()
returns the localizable currently selected, or None
if nothing or an entire global is selected.
try to translate the history_elt of one project to the current one