top of page

Supper Editor

A little text editor.

This project I just wanted to get used to Visual Studio. I always wanted to use it. I also wanted exercise my code skills a little more since I have been focused on game design and visual skills. Thus, with it, I could remember my studies and old practice. Also, to put some game ideas in practices, I would like to know more about code and do myself this littles games. With this, I will be able to test more the core from some games before being in touch with someone and chat about develop these ideas.

 

FUNCTIONALITIES

-          Write

-          Create new documents

-          Save documents [.txt]

-          Open documents [.txt]

-          Format in bold

-          Format in italic

-          Format in underline

-          Align at righ

-          Align at center

-          Align at left

Project Gallery

Technical Specifications

When

9 March 2023

Whom

Plymouth, England

Roles

Coder

Software

Visual Studio, C#.

Methodology

Coding with C#

Learnings

I could learn how Visual Studio operates. I could know the tools it has and how I can be used to do apps, software, games and so on. Also, I was able to exercise my C# skills.

Problems faced?

When I was going to save or open, the initial document name was the component’s name. Also when I was going to open, the dialog box was not able to show the “.txt” files, even that I had set up to only open this type of files.

Solutions?

Just read the code again and set up the visual studio code to a initial name to the documents when saving or opening. About show the “.txt” file, was just a line inserted in a wrong place: I was asking to show the documents after calling the dialog box [inside an “if”]. To solve it, I got this code line outside the “if” sentence. Problem solved.

bottom of page