Scite Scintilla integrated text editor. Click here.

Slides:



Advertisements
Similar presentations
Windows Basics for beginners. To define an Operating System To operate in a Windows environment To understand a Windows desktop To run software from the.
Advertisements

COMPANY LOGO HERE Getting Started 1. Download the setup file: Go to Click on the Visit Setup Page link (includes Java.
Introduction to Eclipse. Start Eclipse Click and then click Eclipse from the menu: Or open a shell and type eclipse after the prompt.
Clicking on the link for the.tns file gives you will get the following screen: Select Save File and click OK.
MS-Word XP Lesson 1.
Macintosh OS X. What is an operating system? O Like cars, computers have operating systems (sometimes abbreviated OS). O A computer operating system is.
Page and Section Breaks, Word 2000
Scheduling Discoverer Reports Scheduling Standard Reports Printing & Re-printing Standard Reports Focus on Reports Session 2 To print: Right click Choose.
Georgia Institute of Technology DrJava Appendix A Barb Ericson Georgia Institute of Technology May 2006.
Lesson One: The Beginning Chapter 2: Processing Learning Processing Daniel Shiffman Presentation by Donald W. Smith Graphics from built-in help reference.
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Lesson One: The Beginning
A Visual Introduction to PC SAS. Start SAS by double-clicking on the SAS icon...
RIMS II Online Order and Delivery System Tutorial on Downloading and Viewing Multipliers.
The Basic Java Tools A text editor to write Java program source code. A compiler to translate source code into bytecode. An interpreter to translate.
Installing and Configuring Tomcat A quick guide to getting things set up on Windows.
1 eclipse Tips. 2 What is eclipse? Eclipse is a popular IDE (Integrated Development Environment) that we will use to create, compile, execute, and test.
Entire contents of this document copyright Serendipity Consulting Pty Ltd A.C.N and Systems Unlimited 1 Installation 2. Create Shortcut Icon.
Project 3 File, Document, Folder Management, Windows XP Explorer Windows XP Service Pack 2 Edition Comprehensive Concepts and Techniques.
Installing the SAFARIODBC.EXE For use with Excel May 3, 2002.
CSS Sprites. What are sprites? In the early days of video games, memory for graphics was very low. So to make things load quickly and make graphics look.
*** CONFIDENTIAL *** © Toshiba Corporation 2008 Confidential Scheduling Reports.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
1)Downlad the photoshop brushes from 2)Right click the file at the bottom of the page and press “Show in Folder” OR go.
Windows Tutorial Common Objects ACOS: 1, 4. Using the Taskbar 1. Using the taskbar, you can switch between open programs and between open documents within.
CPSC1301 Computer Science 1 Overview of Dr. Java.
Windows Listening Guide.  The software that manages the sharing of the resources of a computer. The overall function of the computer.  MASTER CONTROLLER.
9/2/ CS171 -Math & Computer Science Department at Emory University.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
Using Macros in Minitab
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
1 / 61 Using the Customer Support Web Site © 2006, Universal Tax Systems, Inc. All Rights Reserved. Customer Support Site Objectives –In this chapter you.
CMPF124: Basics Skills for Knowledge Workers Manipulating Windows GUI.
How to Download and Install the Naper eReader and eBook Naper Publishing Group.
”Java and JMLfor Dummies” The Java source code is written in a text file using your favourite editor (Notepad) and is saved with extension.java. Be careful.
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Slide Show: Using Idea Machine Templates
How to Install Eclipse Click hereClick here to download Eclipse.
The Basics of Microsoft Word Getting Started and Formatting your paper.
All sections to appear here Welcome to my pptPlex Slide Show, this can be executed in either two ways: 1.As a normal PowerPoint slide show: Example hit.
THE C PROGRAMMING ENVIRONMENT. Four parts of C environment  Main menu  Editor status line and edit window  Compiler message window  “Hot Keys” quick.
How to Execute TSR Program. Install Borland C++ Download Borland C++ from LMS – oads/BORLANDC.rarhttp://vulms.vu.edu.pk/Courses/CS609/Downl.
How to Execute first program in Borland C++. Install Borland C++ Download Borland C++ from LMS – rland%20C++%20V3.1.ziphttp://vulms.vu.edu.pk/Courses/CS609/Downloads/Bo.
MICROSOFT WORD PRESENTATION. Word Processing  Software that is designed for the entry, editing, and printing of documents.  Windows Version = Microsoft.
Internet Explorer. 2 Menu bar Command bar Back & forward buttons Search bar (type word or phrases )
Keeping Organized How to set up and use your school work folder.
WINDOWS Part 2 – File Management. File Management Files - Electronic collections of data that you create and save on a computer Examples: –Resume created.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Appendix A Barb Ericson Georgia Institute of Technology May 2006
Appendix A Barb Ericson Georgia Institute of Technology May 2006
A Short DOS Presentation
Using a set-up file to read ASCII data into SPSS
International Computer Driving Licence Syllabus version 5.0
Downloading E-first Piece Software
Outlook and .
Module 1: Getting Started with Windows 95
Start by going to E-First Piece under Quality in Business Functions
Horizontal Centering Using the menu bar
How to Execute TSR Program
Using Eclipse.
Scripts In Matlab.
How to Execute TSR Program
How to Make a Contact Sheet
Running a Java Program using Blue Jay.
More to Learn Creating a shortcut
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Mu Editor – New User Cheat Sheet – CircuitPython Mode
Workshop for Programming And Systems Management Teachers
TERMS AND CONDITIONS   These PowerPoint slides are a tool for lecturers, and as such: YOU MAY add content to the slides, delete content from the slides,
Presentation transcript:

Scite Scintilla integrated text editor

Click here

Choose Atlanta, GA … click Download

You will get a.zip file as shown (I saved this on my desktop) Double click on the icon and unzip with WinZip Click on Extract to remove the files from the archive They are normally placed directly in your C drive or under C\program files The name of the folder is wscite

This is the executable file … double click

After the program is loaded, if a shortcut was not put onto your desktop, add one as shown for easy access Double click on the shortcut to start the text editor

Click on file on the menu bar to change the page setup Set all four margins to 0.25 Click on view on the menu bar and put a check on the following: Tool Bar Status Bar Line Numbers Output

Click on Options and uncheck the Vertical Split This will produce an “output screen” on the bottom part of the editor Click on Change Indentation Settings and change them to either 3 or 4

Java class with one method Java application

After you implement the code, click on Tools and then click on Compile The editor will print out, at the prompt (>), the command: javac Morty.java If there are no errors you will get: Exit code: 0

After you compile, click on Tools and then click on Go (Run program) The editor will print out, at the prompt (>), the command: java Morty If there are no errors you will get all of the output followed by: >Exit code: 0