Exportar Publicação

A publicação pode ser exportada nos seguintes formatos: referência da APA (American Psychological Association), referência do IEEE (Institute of Electrical and Electronics Engineers), BibTeX e RIS.

Exportar Referência (APA)
Santos, A. L. & Mendonça, A. (2024). Autocorrection in projectional editors. In Emma Söderberg, Luke Church (Ed.), Proceedings of the 8th International Conference on on the Art, Science, and Engineering of Programming. (pp. 94-98). Lund Sweden: ACM.
Exportar Referência (IEEE)
A. L. Santos and Â. Mendonça,  "Autocorrection in projectional editors", in Proc. of the 8th Int. Conf. on on the Art, Science, and Engineering of Programming, Emma Söderberg, Luke Church, Ed., Lund Sweden, ACM, 2024, pp. 94-98
Exportar BibTeX
@inproceedings{santos2024_1782611021160,
	author = "Santos, A. L. and Mendonça, A.",
	title = "Autocorrection in projectional editors",
	booktitle = "Proceedings of the 8th International Conference on on the Art, Science, and Engineering of Programming",
	year = "2024",
	editor = "Emma Söderberg, Luke Church",
	volume = "",
	number = "",
	series = "",
	doi = "10.1145/3660829.3660844",
	pages = "94-98",
	publisher = "ACM",
	address = "Lund Sweden",
	organization = "SIGPLAN ACM Special Interest Group on Programming Languages",
	url = "https://dl.acm.org/doi/proceedings/10.1145/3660829"
}
Exportar RIS
TY  - CPAPER
TI  - Autocorrection in projectional editors
T2  - Proceedings of the 8th International Conference on on the Art, Science, and Engineering of Programming
AU  - Santos, A. L.
AU  - Mendonça, A.
PY  - 2024
SP  - 94-98
DO  - 10.1145/3660829.3660844
CY  - Lund Sweden
UR  - https://dl.acm.org/doi/proceedings/10.1145/3660829
AB  - People often mistype words when using keyboards. Word processors commonly feature autocorrection that checks for dictionary-based spelling mistakes and automatically performs text replacement after the user types a word. Programs are mostly described using text, and hence, the programmer may introduce typos when writing program identifiers (or keywords). In this paper, we describe an approach to integrate autocorrection in a projectional editor, capable of fixing program identifier typos. We implemented two modes of autocorrection as an extension of Javardise, one that resembles word processor autocorrection and a more experimental one based on the substitution of individual user keystrokes.
ER  -