1/*****************************************************************************
    2 * This file is part of the Prolog Development Tool (PDT)
    3 * 
    4 * Author: G�nter Kniesel
    5 * WWW: http://sewiki.iai.uni-bonn.de/research/pdt/start
    6 * Mail: pdt@lists.iai.uni-bonn.de
    7 * Copyright (C): 2013, CS Dept. III, University of Bonn
    8 * 
    9 * All rights reserved. This program is  made available under the terms
   10 * of the Eclipse Public License v1.0 which accompanies this distribution,
   11 * and is available at http://www.eclipse.org/legal/epl-v10.html
   12 * 
   13 ****************************************************************************/
   14
   15%%%:- module(pdteditor,[]).  
   16%%% <--- TODO: If everything works, turn this into an own module
   17
   18
   19
   20:- use_module(pdt_editor_breakpoints, []).   21:- use_module(pdt_editor_highlighting, []).   22:- use_module(pdt_editor_files, []).   23
   24:- ['lgt/loader'].   25
   26:- if(current_prolog_flag(dialect, swi)).   27:- use_module(pdt_editor_edit_hook, []).   28:- endif.